aboutsummaryrefslogtreecommitdiffstats
path: root/mail/evolution-mail.schemas.in
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2010-04-02 20:16:25 +0800
committerMilan Crha <mcrha@redhat.com>2010-04-02 20:16:25 +0800
commit0cc775cb06b312177dc8154a77d8dc5e9660fab1 (patch)
tree6248ba624f3aac185bd7f2aad9bd4907b879611f /mail/evolution-mail.schemas.in
parentfdd0b87471b8164224a0815fa530fca898cf168f (diff)
downloadgsoc2013-evolution-0cc775cb06b312177dc8154a77d8dc5e9660fab1.tar
gsoc2013-evolution-0cc775cb06b312177dc8154a77d8dc5e9660fab1.tar.gz
gsoc2013-evolution-0cc775cb06b312177dc8154a77d8dc5e9660fab1.tar.bz2
gsoc2013-evolution-0cc775cb06b312177dc8154a77d8dc5e9660fab1.tar.lz
gsoc2013-evolution-0cc775cb06b312177dc8154a77d8dc5e9660fab1.tar.xz
gsoc2013-evolution-0cc775cb06b312177dc8154a77d8dc5e9660fab1.tar.zst
gsoc2013-evolution-0cc775cb06b312177dc8154a77d8dc5e9660fab1.zip
Bug #417412 - Improve "display text part of limited size" DoS strings
Diffstat (limited to 'mail/evolution-mail.schemas.in')
-rw-r--r--mail/evolution-mail.schemas.in11
1 files changed, 6 insertions, 5 deletions
diff --git a/mail/evolution-mail.schemas.in b/mail/evolution-mail.schemas.in
index 09d875a361..72714bf562 100644
--- a/mail/evolution-mail.schemas.in
+++ b/mail/evolution-mail.schemas.in
@@ -710,9 +710,9 @@
<type>bool</type>
<default>true</default>
<locale name="C">
- <short>Allows Evolution to display text part of limited size</short>
+ <short>Display only message texts not exceeding certain size</short>
<long>
- Enable to render message text part of limited size.
+ Enable to display only message texts not exceeding size defined in 'message_text_part_limit' key.
</long>
</locale>
</schema>
@@ -724,10 +724,11 @@
<type>int</type>
<default>4096</default>
<locale name="C">
- <short>Text message part limit</short>
+ <short>Message text limit for display</short>
<long>
- This decides the max size of the text part that can be formatted under
- Evolution. The default is 4MB / 4096 KB and is specified in terms of KB.
+ This decides the max size of the message text that will be displayed under
+ Evolution, specified in terms of KB. The default is 4096 (4MB). This value
+ is used only when 'force_message_limit' key is activated.
</long>
</locale>
</schema>