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 /mail/mail-config.ui | |
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 'mail/mail-config.ui')
-rw-r--r-- | mail/mail-config.ui | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/mail/mail-config.ui b/mail/mail-config.ui index a5110ee9b8..8603940dcd 100644 --- a/mail/mail-config.ui +++ b/mail/mail-config.ui @@ -4530,6 +4530,21 @@ For example: "Work" or "Personal"</property> </packing> </child> <child> + <object class="GtkCheckButton" id="chkGroupReplyToList"> + <property name="label" translatable="yes">Group Reply goes only to mailing list, if possible</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">False</property> + <property name="use_underline">True</property> + <property name="draw_indicator">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">False</property> + <property name="position">6</property> + </packing> + </child> + <child> <object class="GtkTable" id="tableForwardsReplies"> <property name="visible">True</property> <property name="n_rows">3</property> @@ -4657,7 +4672,7 @@ For example: "Work" or "Personal"</property> </child> </object> <packing> - <property name="position">6</property> + <property name="position">7</property> </packing> </child> <child> @@ -4733,7 +4748,7 @@ For example: "Work" or "Personal"</property> </child> </object> <packing> - <property name="position">7</property> + <property name="position">8</property> </packing> </child> </object> |