diff options
-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> |