aboutsummaryrefslogtreecommitdiff
path: root/libsylph/imap.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/imap.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/imap.h')
-rw-r--r--libsylph/imap.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libsylph/imap.h b/libsylph/imap.h
index 81211b53..ac928b4d 100644
--- a/libsylph/imap.h
+++ b/libsylph/imap.h
@@ -1,6 +1,6 @@
/*
* LibSylph -- E-Mail client library
- * Copyright (C) 1999-2010 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
@@ -125,4 +125,6 @@ gint imap_msg_list_unset_perm_flags (GSList *msglist,
gint imap_msg_list_set_colorlabel_flags (GSList *msglist,
guint color);
+gboolean imap_is_session_active (IMAPFolder *folder);
+
#endif /* __IMAP_H__ */