aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mail/e-mail-shell-settings.c
diff options
context:
space:
mode:
authorDavid Woodhouse <David.Woodhouse@intel.com>2010-07-14 01:00:19 +0800
committerDavid Woodhouse <David.Woodhouse@intel.com>2010-07-15 23:48:45 +0800
commit0f7b73d6396ccc08c479c86759c0a3016a1aaf3e (patch)
treeecbca25b3dc91b82f54f6282522acf66c2602ccc /modules/mail/e-mail-shell-settings.c
parentd3d4fbbe25bccb73bfadef4f5b60a5c9f44aae2b (diff)
downloadgsoc2013-evolution-0f7b73d6396ccc08c479c86759c0a3016a1aaf3e.tar
gsoc2013-evolution-0f7b73d6396ccc08c479c86759c0a3016a1aaf3e.tar.gz
gsoc2013-evolution-0f7b73d6396ccc08c479c86759c0a3016a1aaf3e.tar.bz2
gsoc2013-evolution-0f7b73d6396ccc08c479c86759c0a3016a1aaf3e.tar.lz
gsoc2013-evolution-0f7b73d6396ccc08c479c86759c0a3016a1aaf3e.tar.xz
gsoc2013-evolution-0f7b73d6396ccc08c479c86759c0a3016a1aaf3e.tar.zst
gsoc2013-evolution-0f7b73d6396ccc08c479c86759c0a3016a1aaf3e.zip
Bug 624204 - Warn when replying privately to a mailing list message
Diffstat (limited to 'modules/mail/e-mail-shell-settings.c')
-rw-r--r--modules/mail/e-mail-shell-settings.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/mail/e-mail-shell-settings.c b/modules/mail/e-mail-shell-settings.c
index 8839341451..d46972ffd8 100644
--- a/modules/mail/e-mail-shell-settings.c
+++ b/modules/mail/e-mail-shell-settings.c
@@ -220,6 +220,10 @@ e_mail_shell_settings_init (EShell *shell)
"/apps/evolution/mail/prompts/only_bcc");
e_shell_settings_install_property_for_key (
+ "composer-prompt-private-list-reply",
+ "/apps/evolution/mail/prompts/private_list_reply");
+
+ e_shell_settings_install_property_for_key (
"composer-prompt-empty-subject",
"/apps/evolution/mail/prompts/empty_subject");