aboutsummaryrefslogtreecommitdiff
path: root/libsylph/prefs_common.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-11-29 05:33:07 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-11-29 05:33:07 +0000
commite7f6d03d3475bb24aba9c850b04e06cd3027edb9 (patch)
tree050d48cd8f4342213c84504f8a77e4a77bcc8528 /libsylph/prefs_common.c
parent09874681f486f97526251c166a8675fcdfc08a23 (diff)
added an option to inherit recipients on reply to self messages.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1384 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/prefs_common.c')
-rw-r--r--libsylph/prefs_common.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libsylph/prefs_common.c b/libsylph/prefs_common.c
index 99b1e867..fd8d8e8f 100644
--- a/libsylph/prefs_common.c
+++ b/libsylph/prefs_common.c
@@ -83,6 +83,8 @@ static PrefParam param[] = {
&prefs_common.reply_account_autosel, P_BOOL},
{"default_reply_list", "TRUE", &prefs_common.default_reply_list,
P_BOOL},
+ {"inherit_recipient_on_self_reply", "FALSE",
+ &prefs_common.inherit_recipient_on_self_reply, P_BOOL},
{"show_ruler", "TRUE", &prefs_common.show_ruler, P_BOOL},