diff options
author | David Woodhouse <David.Woodhouse@intel.com> | 2010-07-14 17:13:10 +0800 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2010-07-15 23:48:45 +0800 |
commit | 1e6adfccc83fdbf7862fabd883ca1ba8d9a848c2 (patch) | |
tree | 81841a441ab7cc7e5dfbe41a02bc059941e99efc /mail/evolution-mail.schemas.in | |
parent | 8b8fdabfa64d627ba3e13a77cbb104d463d29fb5 (diff) | |
download | gsoc2013-evolution-1e6adfccc83fdbf7862fabd883ca1ba8d9a848c2.tar.gz gsoc2013-evolution-1e6adfccc83fdbf7862fabd883ca1ba8d9a848c2.tar.zst gsoc2013-evolution-1e6adfccc83fdbf7862fabd883ca1ba8d9a848c2.zip |
Add support for ignoring mailing list Reply-To: headers
Diffstat (limited to 'mail/evolution-mail.schemas.in')
-rw-r--r-- | mail/evolution-mail.schemas.in | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/mail/evolution-mail.schemas.in b/mail/evolution-mail.schemas.in index a8024a7aec..aa63695f2b 100644 --- a/mail/evolution-mail.schemas.in +++ b/mail/evolution-mail.schemas.in @@ -269,6 +269,27 @@ </locale> </schema> + <schema> + <key>/schemas/apps/evolution/mail/composer/ignore_list_reply_to</key> + <applyto>/apps/evolution/mail/composer/ignore_list_reply_to</applyto> + <owner>evolution-mail</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Ignore list Reply-To:</short> + <long> + Some mailing lists set a Reply-To: header to trick users into + sending replies to the list, even when they ask Evolution to + make a private reply. Setting this option to TRUE will attempt + to ignore such Reply-To: headers, so that Evolution will do + as you ask it. If you use the private reply action, it will + reply privately, while if you use the 'Reply to List' action + it will do that. It works by comparing the Reply-To: header + with a List-Post: header, if there is one. + </long> + </locale> + </schema> + <!-- Display Settings --> <schema> |