aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-utils.h
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2010-01-07 23:46:14 +0800
committerMilan Crha <mcrha@redhat.com>2010-01-07 23:46:14 +0800
commit5accac136eb35405cbb8069e0f12191391c58a1a (patch)
tree57a77881b2756be22daf81fee29af372356533f8 /mail/em-utils.h
parent84d1cc73e2b9765b02b361a45c50b8bab25d4436 (diff)
downloadgsoc2013-evolution-5accac136eb35405cbb8069e0f12191391c58a1a.tar
gsoc2013-evolution-5accac136eb35405cbb8069e0f12191391c58a1a.tar.gz
gsoc2013-evolution-5accac136eb35405cbb8069e0f12191391c58a1a.tar.bz2
gsoc2013-evolution-5accac136eb35405cbb8069e0f12191391c58a1a.tar.lz
gsoc2013-evolution-5accac136eb35405cbb8069e0f12191391c58a1a.tar.xz
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.h3
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__ */