aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorDan Vrátil <dvratil@redhat.com>2012-04-19 16:30:55 +0800
committerDan Vrátil <dvratil@redhat.com>2012-04-19 16:30:55 +0800
commitf4c30fef04885ebb69df9fb5b8a61a525c5de948 (patch)
tree8f92afade687b8d6f90c68045996955cf45bfca0 /data
parent3fbbdd80ac987f2b9ac0b91b7fd16098bb3240c1 (diff)
downloadgsoc2013-evolution-f4c30fef04885ebb69df9fb5b8a61a525c5de948.tar
gsoc2013-evolution-f4c30fef04885ebb69df9fb5b8a61a525c5de948.tar.gz
gsoc2013-evolution-f4c30fef04885ebb69df9fb5b8a61a525c5de948.tar.bz2
gsoc2013-evolution-f4c30fef04885ebb69df9fb5b8a61a525c5de948.tar.lz
gsoc2013-evolution-f4c30fef04885ebb69df9fb5b8a61a525c5de948.tar.xz
gsoc2013-evolution-f4c30fef04885ebb69df9fb5b8a61a525c5de948.tar.zst
gsoc2013-evolution-f4c30fef04885ebb69df9fb5b8a61a525c5de948.zip
Bug #674249 - Crash when showing message with large text/plain
Diffstat (limited to 'data')
-rw-r--r--data/org.gnome.evolution.mail.gschema.xml.in10
1 files changed, 0 insertions, 10 deletions
diff --git a/data/org.gnome.evolution.mail.gschema.xml.in b/data/org.gnome.evolution.mail.gschema.xml.in
index bdc4089d89..f75ead74e0 100644
--- a/data/org.gnome.evolution.mail.gschema.xml.in
+++ b/data/org.gnome.evolution.mail.gschema.xml.in
@@ -295,16 +295,6 @@
<_summary>Compress display of addresses in TO/CC/BCC</_summary>
<_description>Compress display of addresses in TO/CC/BCC to the number specified in address_count.</_description>
</key>
- <key name="force-message-limit" type="b">
- <default>true</default>
- <_summary>Display only message texts not exceeding certain size</_summary>
- <_description>Enable to display only message texts not exceeding size defined in 'message_text_part_limit' key.</_description>
- </key>
- <key name="message-text-part-limit" type="i">
- <default>4096</default>
- <_summary>Message text limit for display</_summary>
- <_description>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.</_description>
- </key>
<key name="address-count" type="i">
<default>5</default>
<_summary>Number of addresses to display in TO/CC/BCC</_summary>