Revision 2164 libsylph/folder.c
| folder.c (revision 2164) | ||
|---|---|---|
| 41 | 41 |
#include "prefs.h" |
| 42 | 42 |
#include "account.h" |
| 43 | 43 |
#include "prefs_account.h" |
| 44 |
#include "sylmain.h" |
|
| 44 | 45 |
|
| 45 | 46 |
static GList *folder_list = NULL; |
| 46 | 47 |
|
| ... | ... | |
| 472 | 473 |
|
| 473 | 474 |
if (prefs_file_close(pfile) < 0) |
| 474 | 475 |
g_warning("failed to write folder list.\n");
|
| 476 |
|
|
| 477 |
g_signal_emit_by_name(syl_app_get(), "folderlist-updated"); |
|
| 475 | 478 |
} |
| 476 | 479 |
|
| 477 | 480 |
struct TotalMsgStatus |
Also available in: Unified diff