diff options
author | Milan Crha <mcrha@redhat.com> | 2010-01-07 23:46:14 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2010-01-07 23:46:14 +0800 |
commit | 5accac136eb35405cbb8069e0f12191391c58a1a (patch) | |
tree | 57a77881b2756be22daf81fee29af372356533f8 /mail/em-utils.h | |
parent | 84d1cc73e2b9765b02b361a45c50b8bab25d4436 (diff) | |
download | gsoc2013-evolution-5accac136eb35405cbb8069e0f12191391c58a1a.tar.gz gsoc2013-evolution-5accac136eb35405cbb8069e0f12191391c58a1a.tar.zst gsoc2013-evolution-5accac136eb35405cbb8069e0f12191391c58a1a.zip |
Bug #604994 - Folder state not preserved in Copy/Move Folder dialog
Diffstat (limited to 'mail/em-utils.h')
-rw-r--r-- | mail/em-utils.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/em-utils.h b/mail/em-utils.h index 2293dfa283..4e3b95ef11 100644 --- a/mail/em-utils.h +++ b/mail/em-utils.h @@ -33,6 +33,7 @@ #include <camel/camel-stream.h> #include <mail/e-mail-reader.h> +#include <mail/em-folder-tree.h> G_BEGIN_DECLS @@ -109,6 +110,8 @@ void emu_remove_from_mail_cache (const GSList *addresses); void emu_remove_from_mail_cache_1 (const gchar *address); void emu_free_mail_cache (void); +void emu_restore_folder_tree_state (EMFolderTree *folder_tree); + G_END_DECLS #endif /* __EM_UTILS_H__ */ |