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 | |
parent | 06c449751cab10e94281911a4dba703616754c52 (diff) | |
download | gsoc2013-evolution-17b440fa3ec1621d7d52b92629844215b8266389.tar gsoc2013-evolution-17b440fa3ec1621d7d52b92629844215b8266389.tar.gz gsoc2013-evolution-17b440fa3ec1621d7d52b92629844215b8266389.tar.bz2 gsoc2013-evolution-17b440fa3ec1621d7d52b92629844215b8266389.tar.lz gsoc2013-evolution-17b440fa3ec1621d7d52b92629844215b8266389.tar.xz 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
-rw-r--r-- | mail/ChangeLog | 7 | ||||
-rw-r--r-- | mail/evolution-mail.schemas.in | 7 |
2 files changed, 12 insertions, 2 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 64a817c749..b151c9d093 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,10 @@ +2008-08-30 Matthew Barnes <mbarnes@redhat.com> + + ** Fixes bug #549970 + + * evolution-mail.schemas.in: + Reword the descriptions for "lookup_addressbook" key. + 2008-08-18 Matthew Barnes <mbarnes@redhat.com> ** Fixes part of bug #508732 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> |