aboutsummaryrefslogtreecommitdiff
path: root/libsylph/prefs_account.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-07-30 04:14:01 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-07-30 04:14:01 +0000
commitabe2df52d008cd7a7ba90020320f5387b2e2d3c5 (patch)
treeb908f4c466c86af46944ee3bd14679b31671c311 /libsylph/prefs_account.h
parentc972afdc150cb400a90bc518ac1500e57a4bcd60 (diff)
added new account option 'Put signature before quote (not recommended)'.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2645 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/prefs_account.h')
-rw-r--r--libsylph/prefs_account.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libsylph/prefs_account.h b/libsylph/prefs_account.h
index 1e9bd4b0..d666fd1b 100644
--- a/libsylph/prefs_account.h
+++ b/libsylph/prefs_account.h
@@ -166,6 +166,9 @@ struct _PrefsAccount
gint account_id;
RemoteFolder *folder;
+
+ /* Compose */
+ gboolean sig_before_quote;
};
PrefsAccount *prefs_account_new (void);