aboutsummaryrefslogtreecommitdiff
path: root/libsylph/prefs_common.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-07-30 06:16:49 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-07-30 06:16:49 +0000
commite29900ebe2fadd133dda97ce21be84dd6e8f0bdb (patch)
treec085ebd8b5198b26341c63ebfb3ddd6d377de020 /libsylph/prefs_common.h
parent13d01a84fdb1f7243b07741f793de51e4c0d89a5 (diff)
added new global option 'Change current account on folder open'.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2649 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/prefs_common.h')
-rw-r--r--libsylph/prefs_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libsylph/prefs_common.h b/libsylph/prefs_common.h
index 1ce4724d..c1bc3f11 100644
--- a/libsylph/prefs_common.h
+++ b/libsylph/prefs_common.h
@@ -317,6 +317,8 @@ struct _PrefsCommon
gboolean fullauto_completion_mode; /* Compose */
gchar *user_agent_str;
+
+ gboolean change_account_on_folder_sel; /* Interface */
};
extern PrefsCommon prefs_common;