diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-09-11 23:34:29 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-09-11 23:34:29 +0800 |
commit | c0a255eb90769638d57ae4122932f75c46e4e531 (patch) | |
tree | 5213694107a246763c25c0a089553dd7c8708b32 /mail/evolution-mail.schemas.in | |
parent | 4c8aa5982c0132716f473873d0e1d7601df14607 (diff) | |
download | gsoc2013-evolution-c0a255eb90769638d57ae4122932f75c46e4e531.tar gsoc2013-evolution-c0a255eb90769638d57ae4122932f75c46e4e531.tar.gz gsoc2013-evolution-c0a255eb90769638d57ae4122932f75c46e4e531.tar.bz2 gsoc2013-evolution-c0a255eb90769638d57ae4122932f75c46e4e531.tar.lz gsoc2013-evolution-c0a255eb90769638d57ae4122932f75c46e4e531.tar.xz gsoc2013-evolution-c0a255eb90769638d57ae4122932f75c46e4e531.tar.zst gsoc2013-evolution-c0a255eb90769638d57ae4122932f75c46e4e531.zip |
Merge revisions 36016:36303 from trunk.
svn path=/branches/kill-bonobo/; revision=36307
Diffstat (limited to 'mail/evolution-mail.schemas.in')
-rw-r--r-- | mail/evolution-mail.schemas.in | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/mail/evolution-mail.schemas.in b/mail/evolution-mail.schemas.in index 4d49bd6702..f32428aa4a 100644 --- a/mail/evolution-mail.schemas.in +++ b/mail/evolution-mail.schemas.in @@ -376,7 +376,7 @@ <type>bool</type> <default>true</default> <locale name="C"> - <short>Search for the sender photo in local addressbooks </short> + <short>Search for the sender photo in local address books </short> <long> This option would help in improving the speed of fetching. </long> @@ -1163,12 +1163,9 @@ <type>bool</type> <default>false</default> <locale name="C"> - <short>Consult address books when testing for junk mail</short> + <short>Determines whether to lookup in address book for sender email</short> <long> - Consult autocompletion-enabled address books when testing for junk - mail. If the sender's email address is found, do not mark the message - as junk. Note, this operation can be slow when consulting remote - address books such as LDAP. + Determines whether to lookup the sender email in address book. If found, it shouldn't be a spam. It looks up in the books marked for autocompletion. It can be slow, if remote address books (like LDAP) are marked for autocompletion. </long> </locale> </schema> @@ -1180,9 +1177,9 @@ <type>bool</type> <default>false</default> <locale name="C"> - <short>Determines whether to look up addresses for junk filtering in local addressbook only</short> + <short>Determines whether to look up addresses for junk filtering in local address book only</short> <long> - This option is related to the key lookup_addressbook and is used to determine whether to look up addresses in local addressbook only to exclude mail sent by known contacts from junk filtering. + This option is related to the key lookup_addressbook and is used to determine whether to look up addresses in local address book only to exclude mail sent by known contacts from junk filtering. </long> </locale> </schema> |