aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-mailer-prefs.h
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2008-04-23 17:29:11 +0800
committerMilan Crha <mcrha@src.gnome.org>2008-04-23 17:29:11 +0800
commit71e5a4dcbb6308b5ea842e37d81ab0d5ff8b56b8 (patch)
tree2b20aee8c3343c30a43923c8abcff8ef55996cdd /mail/em-mailer-prefs.h
parent9364fe50368e2c48b1987edd43c92c1ecd1cd8cd (diff)
downloadgsoc2013-evolution-71e5a4dcbb6308b5ea842e37d81ab0d5ff8b56b8.tar
gsoc2013-evolution-71e5a4dcbb6308b5ea842e37d81ab0d5ff8b56b8.tar.gz
gsoc2013-evolution-71e5a4dcbb6308b5ea842e37d81ab0d5ff8b56b8.tar.bz2
gsoc2013-evolution-71e5a4dcbb6308b5ea842e37d81ab0d5ff8b56b8.tar.lz
gsoc2013-evolution-71e5a4dcbb6308b5ea842e37d81ab0d5ff8b56b8.tar.xz
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/em-mailer-prefs.h')
-rw-r--r--mail/em-mailer-prefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-mailer-prefs.h b/mail/em-mailer-prefs.h
index 007fcdf566..8f085142d3 100644
--- a/mail/em-mailer-prefs.h
+++ b/mail/em-mailer-prefs.h
@@ -136,7 +136,7 @@ struct _EMMailerPrefs {
struct _GtkButton *junk_header_add;
struct _GtkButton *junk_header_remove;
struct _GtkToggleButton *junk_book_lookup;
-
+ struct _GtkToggleButton *junk_lookup_local_only;
};
struct _EMMailerPrefsClass {