aboutsummaryrefslogtreecommitdiff
path: root/libsylph/prefs_account.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-12-13 09:32:10 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-12-13 09:32:10 +0000
commit53d03c4970876ad8387fb3a743a25f4b9cec85e3 (patch)
tree4366be8cd9473d70b41a04f8e1d2ed30ed74c4ef /libsylph/prefs_account.h
parent9e5d1627ea3320624f3266528130371a0a3aff5a (diff)
enabled custom queue folder.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@826 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/prefs_account.h')
-rw-r--r--libsylph/prefs_account.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libsylph/prefs_account.h b/libsylph/prefs_account.h
index 05529fe6..ee3db7c8 100644
--- a/libsylph/prefs_account.h
+++ b/libsylph/prefs_account.h
@@ -149,6 +149,8 @@ struct _PrefsAccount
gchar *sent_folder;
gboolean set_draft_folder;
gchar *draft_folder;
+ gboolean set_queue_folder;
+ gchar *queue_folder;
gboolean set_trash_folder;
gchar *trash_folder;