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/em-composer-prefs.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/em-composer-prefs.c')
-rw-r--r-- | modules/mail/em-composer-prefs.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/mail/em-composer-prefs.c b/modules/mail/em-composer-prefs.c index ad3cb46041..93620669a3 100644 --- a/modules/mail/em-composer-prefs.c +++ b/modules/mail/em-composer-prefs.c @@ -452,6 +452,11 @@ em_composer_prefs_construct (EMComposerPrefs *prefs, shell_settings, "composer-ignore-list-reply-to", widget, "active"); + widget = e_builder_get_widget (prefs->builder, "chkGroupReplyToList"); + e_mutual_binding_new ( + shell_settings, "composer-group-reply-to-list", + widget, "active"); + widget = e_builder_get_widget (prefs->builder, "chkTopSignature"); e_mutual_binding_new ( shell_settings, "composer-top-signature", |