diff options
author | David Woodhouse <David.Woodhouse@intel.com> | 2010-07-15 17:20:14 +0800 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2010-07-15 23:48:45 +0800 |
commit | 21b0925061702c0c2a6ee30819c739409bba39d2 (patch) | |
tree | 3c06d3ead698c7484c6505f8958d94fc3222f017 /modules/mail/e-mail-shell-settings.c | |
parent | ff8615ec0ad504b3fb81784747b82fca42ed1457 (diff) | |
download | gsoc2013-evolution-21b0925061702c0c2a6ee30819c739409bba39d2.tar.gz gsoc2013-evolution-21b0925061702c0c2a6ee30819c739409bba39d2.tar.zst gsoc2013-evolution-21b0925061702c0c2a6ee30819c739409bba39d2.zip |
Change 'Reply to All' toolbar button into configurable 'Group Reply'
...with a dropdown menu like the Forward button, and configuration for
whether it tries to do 'Reply to List' by default.
Diffstat (limited to 'modules/mail/e-mail-shell-settings.c')
-rw-r--r-- | modules/mail/e-mail-shell-settings.c | 4 |
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 29433aa3e6..c17cc8744f 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/composer/ignore_list_reply_to"); e_shell_settings_install_property_for_key ( + "composer-group-reply-to-list", + "/apps/evolution/mail/composer/group_reply_to_list"); + + e_shell_settings_install_property_for_key ( "composer-prompt-only-bcc", "/apps/evolution/mail/prompts/only_bcc"); |