diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2008-08-31 06:28:32 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-08-31 06:28:32 +0800 |
commit | 17b440fa3ec1621d7d52b92629844215b8266389 (patch) | |
tree | 1ee77808132f2ec4c8375fdf260718693f4b6c4b /mail/evolution-mail.schemas.in | |
parent | 06c449751cab10e94281911a4dba703616754c52 (diff) | |
download | gsoc2013-evolution-17b440fa3ec1621d7d52b92629844215b8266389.tar.gz gsoc2013-evolution-17b440fa3ec1621d7d52b92629844215b8266389.tar.zst gsoc2013-evolution-17b440fa3ec1621d7d52b92629844215b8266389.zip |
** Fixes bug #549970
2008-08-30 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #549970
* mail/evolution-mail.schemas.in:
Reword the descriptions for "lookup_addressbook" key.
svn path=/branches/kill-bonobo/; revision=36227
Diffstat (limited to 'mail/evolution-mail.schemas.in')
-rw-r--r-- | mail/evolution-mail.schemas.in | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/mail/evolution-mail.schemas.in b/mail/evolution-mail.schemas.in index 7868d1f44c..4d49bd6702 100644 --- a/mail/evolution-mail.schemas.in +++ b/mail/evolution-mail.schemas.in @@ -1163,9 +1163,12 @@ <type>bool</type> <default>false</default> <locale name="C"> - <short>Determines whether to lookup in addressbook for sender email</short> + <short>Consult address books when testing for junk mail</short> <long> - Determines whether to loopup the sender email in addressbook. If found, it shouldn't be a spam. It looks up in the books marked for autocompletion. It can be slow, if remote addressbooks (like ldap) are marked for autocompletion. + 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. </long> </locale> </schema> |