* Fixes NB#80070 do not allow to move a message in the viewer that has been sent...
[modest] / src / modest-tny-send-queue.c
index 8a6b9a1..9db9a6f 100644 (file)
@@ -748,6 +748,9 @@ modest_tny_send_queue_wakeup (ModestTnySendQueue *self)
                tny_iterator_next (iter);
        }
 
+       /* Make changes persistent on disk */
+       tny_folder_sync (priv->outbox, FALSE, NULL);
+
        /* Frees */
        g_object_unref (iter);
        g_object_unref (G_OBJECT (headers));