diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2008-04-23 09:40:38 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-04-23 09:40:38 +0800 |
commit | 69ca3b1c8141d61ec4c26028147005aa15c93ea5 (patch) | |
tree | 6cd134acef34bfddfbbcc8fde5c95aa16668b275 /mail | |
parent | f76933cb585dc0449afaece825b1cda4989ff0ca (diff) | |
download | gsoc2013-evolution-69ca3b1c8141d61ec4c26028147005aa15c93ea5.tar.gz gsoc2013-evolution-69ca3b1c8141d61ec4c26028147005aa15c93ea5.tar.zst gsoc2013-evolution-69ca3b1c8141d61ec4c26028147005aa15c93ea5.zip |
** Fixes bug #529462
2008-04-22 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #529462
* evolution-mail.schemas.in:
Fix wording of "custom_header" GConf key description.
svn path=/trunk/; revision=35404
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ChangeLog | 7 | ||||
-rw-r--r-- | mail/evolution-mail.schemas.in | 5 |
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> |