aboutsummaryrefslogtreecommitdiff
path: root/libsylph/folder.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-11-05 10:30:04 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-11-05 10:30:04 +0000
commit1bf86f0537be17e8a28ba316092e10bd44669e54 (patch)
treec53c2216b295d2fef293d1146989c9f58e6de882 /libsylph/folder.h
parent17e2ef839a0ee675d9483136c6d6189b2ffc7f3e (diff)
add a new flag: RemoteFolder::remove_cache_on_destroy.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2334 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/folder.h')
-rw-r--r--libsylph/folder.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libsylph/folder.h b/libsylph/folder.h
index d8bfc8b4..7c046eb3 100644
--- a/libsylph/folder.h
+++ b/libsylph/folder.h
@@ -241,6 +241,11 @@ struct _RemoteFolder
Folder folder;
Session *session;
+
+ guint remove_cache_on_destroy : 1;
+ guint dummy1 : 1;
+ guint dummy2 : 1;
+ guint dummy3 : 1;
};
#if 0