aboutsummaryrefslogtreecommitdiff
path: root/libsylph
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
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')
-rw-r--r--libsylph/prefs_common.c2
-rw-r--r--libsylph/prefs_common.h2
2 files changed, 4 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},
diff --git a/libsylph/prefs_common.h b/libsylph/prefs_common.h
index 6ba2d311..1517fb53 100644
--- a/libsylph/prefs_common.h
+++ b/libsylph/prefs_common.h
@@ -84,6 +84,8 @@ struct _PrefsCommon
gint autosave_itv;
gboolean reply_account_autosel;
gboolean default_reply_list;
+ gboolean inherit_recipient_on_self_reply;
+
gboolean show_ruler;
/* Quote */