aboutsummaryrefslogtreecommitdiff
path: root/libsylph/procmsg.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-09-15 07:09:25 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-09-15 07:09:25 +0000
commit9479896ab983f25c77dbfc6b1847b46ba847e352 (patch)
treefa7c62230d757cb19fc4edf2773a2ab06e13e640 /libsylph/procmsg.c
parentb3f0c2e205e0959c4d6287b02c9eb8a4d4af026a (diff)
generate cache on adding messages.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2253 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/procmsg.c')
-rw-r--r--libsylph/procmsg.c1
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;
}