diff options
author | Milan Crha <mcrha@redhat.com> | 2008-04-23 17:29:11 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2008-04-23 17:29:11 +0800 |
commit | 71e5a4dcbb6308b5ea842e37d81ab0d5ff8b56b8 (patch) | |
tree | 2b20aee8c3343c30a43923c8abcff8ef55996cdd /mail/evolution-mail.schemas.in | |
parent | 9364fe50368e2c48b1987edd43c92c1ecd1cd8cd (diff) | |
download | gsoc2013-evolution-71e5a4dcbb6308b5ea842e37d81ab0d5ff8b56b8.tar.gz gsoc2013-evolution-71e5a4dcbb6308b5ea842e37d81ab0d5ff8b56b8.tar.zst gsoc2013-evolution-71e5a4dcbb6308b5ea842e37d81ab0d5ff8b56b8.zip |
** Fix for bug #529375
2008-04-23 Milan Crha <mcrha@redhat.com>
** Fix for bug #529375
* evolution-mail.schemas.in:
* mail-config.glade:
* em-utils.h: (em_utils_in_addressbook):
* em-utils.c: (em_utils_in_addressbook):
* em-format-html.c: (emfh_gethttp):
* mail-session.c: (lookup_addressbook):
* mail-config.h: (mail_config_get_lookup_book_local_only):
* mail-config.c: (struct MailConfig), (mail_config_init),
(mail_config_get_lookup_book_local_only):
* em-mailer-prefs.h: (struct _EMMailerPrefs):
* em-mailer-prefs.c: (junk_book_lookup_button_toggled),
(em_mailer_prefs_construct): Add new option
/apps/evolution/mail/junk/lookup_addressbook_local_only
to determine whether check for address in a local address book only.
svn path=/trunk/; revision=35410
Diffstat (limited to 'mail/evolution-mail.schemas.in')
-rw-r--r-- | mail/evolution-mail.schemas.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/evolution-mail.schemas.in b/mail/evolution-mail.schemas.in index e8d4629e72..8d2e34d335 100644 --- a/mail/evolution-mail.schemas.in +++ b/mail/evolution-mail.schemas.in @@ -1169,6 +1169,20 @@ </schema> <schema> + <key>/schemas/apps/evolution/mail/junk/lookup_addressbook_local_only</key> + <applyto>/apps/evolution/mail/junk/lookup_addressbook_local_only</applyto> + <owner>evolution-mail</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Determines whether to look up addresses for junk filtering in local addressbook 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. + </long> + </locale> + </schema> + + <schema> <key>/schemas/apps/evolution/mail/junk/check_custom_header</key> <applyto>/apps/evolution/mail/junk/check_custom_header</applyto> <owner>evolution-mail</owner> |