aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mail/ChangeLog7
-rw-r--r--mail/evolution-mail.schemas.in5
2 files changed, 10 insertions, 2 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 553559546a..4b3c672734 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,12 @@
2008-04-22 Matthew Barnes <mbarnes@redhat.com>
+ ** Fixes bug #529462
+
+ * evolution-mail.schemas.in:
+ Fix wording of "custom_header" GConf key description.
+
+2008-04-22 Matthew Barnes <mbarnes@redhat.com>
+
** Fixes bug #494171
* mail-send-recv.c (build_dialog):
diff --git a/mail/evolution-mail.schemas.in b/mail/evolution-mail.schemas.in
index 7e3234f76c..e8d4629e72 100644
--- a/mail/evolution-mail.schemas.in
+++ b/mail/evolution-mail.schemas.in
@@ -1189,9 +1189,10 @@
<list_type>string</list_type>
<default>[X-Spam-Flag=YES,X-Spam-Level=*****]</default>
<locale name="C">
- <short>Specifies the header to check for junk.</short>
+ <short>Custom headers to use while checking for junk.</short>
<long>
- Specifies the header to check for junk. The format is headername=value in gconf.
+ Custom headers to use while checking for junk. The list elements
+ are string in the format "headername=value".
</long>
</locale>
</schema>