aboutsummaryrefslogtreecommitdiff
path: root/libsylph/folder.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-12-14 09:12:33 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-12-14 09:12:33 +0000
commitf985d12decd4b43be0961afc38697970468f9042 (patch)
tree130be403d41bfb80054a9729ce349228fb84197f /libsylph/folder.h
parent4864d951f52cf49cad59c0e8721d290345d275c6 (diff)
disconnect all current sessions of remote folders when going offline.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2754 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/folder.h')
-rw-r--r--libsylph/folder.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libsylph/folder.h b/libsylph/folder.h
index c3822c39..81f90f0a 100644
--- a/libsylph/folder.h
+++ b/libsylph/folder.h
@@ -333,6 +333,8 @@ void folder_destroy (Folder *folder);
void folder_local_folder_destroy (LocalFolder *lfolder);
void folder_remote_folder_destroy(RemoteFolder *rfolder);
+gint folder_remote_folder_destroy_all_sessions (void);
+
gint folder_scan_tree (Folder *folder);
gint folder_create_tree (Folder *folder);