diff options
Diffstat (limited to 'libsylph/procmsg.c')
-rw-r--r-- | libsylph/procmsg.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libsylph/procmsg.c b/libsylph/procmsg.c index d0ef9d23..e5c37123 100644 --- a/libsylph/procmsg.c +++ b/libsylph/procmsg.c @@ -1547,6 +1547,7 @@ gint procmsg_save_to_outbox(FolderItem *outbox, const gchar *file) g_warning("can't save message\n"); return -1; } + procmsg_flush_folder(outbox); return 0; } |