aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-mailer-prefs.h
diff options
context:
space:
mode:
authorRadek Doulik <rodo@ximian.com>2003-12-04 22:14:36 +0800
committerRadek Doulik <rodo@src.gnome.org>2003-12-04 22:14:36 +0800
commit429ac6ac1df8c8e91a615c9c0fb3f709230e52bc (patch)
tree2ea11ae54535cddfced86e559bea42b635743ff2 /mail/em-mailer-prefs.h
parent23017711eb711dc8e9296b4ed7a5a24d193fe6f2 (diff)
downloadgsoc2013-evolution-429ac6ac1df8c8e91a615c9c0fb3f709230e52bc.tar
gsoc2013-evolution-429ac6ac1df8c8e91a615c9c0fb3f709230e52bc.tar.gz
gsoc2013-evolution-429ac6ac1df8c8e91a615c9c0fb3f709230e52bc.tar.bz2
gsoc2013-evolution-429ac6ac1df8c8e91a615c9c0fb3f709230e52bc.tar.lz
gsoc2013-evolution-429ac6ac1df8c8e91a615c9c0fb3f709230e52bc.tar.xz
gsoc2013-evolution-429ac6ac1df8c8e91a615c9c0fb3f709230e52bc.tar.zst
gsoc2013-evolution-429ac6ac1df8c8e91a615c9c0fb3f709230e52bc.zip
monitor gconf key /apps/evolution/mail/junk/check_incoming and keep
2003-12-04 Radek Doulik <rodo@ximian.com> * mail-session.c: monitor gconf key /apps/evolution/mail/junk/check_incoming and keep session junk flag uptodate * em-mailer-prefs.c (em_mailer_prefs_construct): added junk preferences svn path=/trunk/; revision=23630
Diffstat (limited to 'mail/em-mailer-prefs.h')
-rw-r--r--mail/em-mailer-prefs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/em-mailer-prefs.h b/mail/em-mailer-prefs.h
index 0555d03b06..27de7b3ca9 100644
--- a/mail/em-mailer-prefs.h
+++ b/mail/em-mailer-prefs.h
@@ -98,6 +98,9 @@ struct _EMMailerPrefs {
GnomeColorPicker *color;
} labels[5];
GtkButton *restore_labels;
+
+ /* Junk prefs */
+ GtkToggleButton *check_incoming;
};
struct _EMMailerPrefsClass {