aboutsummaryrefslogtreecommitdiff
path: root/libsylph/folder.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2011-05-18 04:58:23 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2011-05-18 04:58:23 +0000
commit192f216fca62585bbd810655792a25393d612b06 (patch)
tree1c464ae4407321a5b22d8739ecc5276685b9d4bf /libsylph/folder.h
parentdc556e29120702f70ebea1f8d3237a26527b04e2 (diff)
cancel online mode switch if active sessions exist.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2881 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/folder.h')
-rw-r--r--libsylph/folder.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/libsylph/folder.h b/libsylph/folder.h
index 81f90f0a..e989f9bb 100644
--- a/libsylph/folder.h
+++ b/libsylph/folder.h
@@ -1,6 +1,6 @@
/*
* LibSylph -- E-Mail client library
- * Copyright (C) 1999-2009 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2011 Hiroyuki Yamamoto
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -335,6 +335,10 @@ void folder_remote_folder_destroy(RemoteFolder *rfolder);
gint folder_remote_folder_destroy_all_sessions (void);
+gboolean folder_remote_folder_is_session_active
+ (RemoteFolder *rfolder);
+gboolean folder_remote_folder_active_session_exist (void);
+
gint folder_scan_tree (Folder *folder);
gint folder_create_tree (Folder *folder);