aboutsummaryrefslogtreecommitdiffstats
path: root/mail/evolution-mail.schemas.in
diff options
context:
space:
mode:
authorDavid Woodhouse <David.Woodhouse@intel.com>2010-07-15 17:20:14 +0800
committerDavid Woodhouse <David.Woodhouse@intel.com>2010-07-15 23:48:45 +0800
commit21b0925061702c0c2a6ee30819c739409bba39d2 (patch)
tree3c06d3ead698c7484c6505f8958d94fc3222f017 /mail/evolution-mail.schemas.in
parentff8615ec0ad504b3fb81784747b82fca42ed1457 (diff)
downloadgsoc2013-evolution-21b0925061702c0c2a6ee30819c739409bba39d2.tar
gsoc2013-evolution-21b0925061702c0c2a6ee30819c739409bba39d2.tar.gz
gsoc2013-evolution-21b0925061702c0c2a6ee30819c739409bba39d2.tar.bz2
gsoc2013-evolution-21b0925061702c0c2a6ee30819c739409bba39d2.tar.lz
gsoc2013-evolution-21b0925061702c0c2a6ee30819c739409bba39d2.tar.xz
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/evolution-mail.schemas.in')
-rw-r--r--mail/evolution-mail.schemas.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/mail/evolution-mail.schemas.in b/mail/evolution-mail.schemas.in
index aa63695f2b..de4f4daa8f 100644
--- a/mail/evolution-mail.schemas.in
+++ b/mail/evolution-mail.schemas.in
@@ -60,6 +60,23 @@
</schema>
<schema>
+ <key>/schemas/apps/evolution/mail/composer/group_reply_to_list</key>
+ <applyto>/apps/evolution/mail/composer/group_reply_to_list</applyto>
+ <owner>evolution-mail</owner>
+ <type>bool</type>
+ <default>false</default>
+ <locale name="C">
+ <short>Group Reply replies to list</short>
+ <long>
+ Instead of the normal "Reply to All" behaviour, this option will
+ make the 'Group Reply' toolbar button try to reply only to the
+ mailing list through which you happened to receive the copy of
+ the message to which you're replying.
+ </long>
+ </locale>
+ </schema>
+
+ <schema>
<key>/schemas/apps/evolution/mail/composer/reply_start_bottom</key>
<applyto>/apps/evolution/mail/composer/reply_start_bottom</applyto>
<owner>evolution-mail</owner>