aboutsummaryrefslogtreecommitdiff
path: root/libsylph/folder.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-06-10 08:11:08 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-06-10 08:11:08 +0000
commitca06cd994b09cbb500b35af30c8bd75dc3e0e5b7 (patch)
tree3474db42cb4b1c42007cfb84ec24ca8331b50dba /libsylph/folder.c
parent81f0f7394f9c47a30314f2884be6d4bdae302673 (diff)
merged plugin-test branch into trunk.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2164 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/folder.c')
-rw-r--r--libsylph/folder.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libsylph/folder.c b/libsylph/folder.c
index ea8dbe6d..0f6d054c 100644
--- a/libsylph/folder.c
+++ b/libsylph/folder.c
@@ -41,6 +41,7 @@
#include "prefs.h"
#include "account.h"
#include "prefs_account.h"
+#include "sylmain.h"
static GList *folder_list = NULL;
@@ -472,6 +473,8 @@ void folder_write_list(void)
if (prefs_file_close(pfile) < 0)
g_warning("failed to write folder list.\n");
+
+ g_signal_emit_by_name(syl_app_get(), "folderlist-updated");
}
struct TotalMsgStatus