aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@src.gnome.org>2006-11-27 02:32:18 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2006-11-27 02:32:18 +0800
commit97585dc9f97faf21762939ef107eba756a47ef63 (patch)
tree89c9506a73be0b6da51e45856f479fc7f5f1035d /mail
parent0a7017c1a673ec61479db348d7ff7452b19f664e (diff)
downloadgsoc2013-evolution-97585dc9f97faf21762939ef107eba756a47ef63.tar
gsoc2013-evolution-97585dc9f97faf21762939ef107eba756a47ef63.tar.gz
gsoc2013-evolution-97585dc9f97faf21762939ef107eba756a47ef63.tar.bz2
gsoc2013-evolution-97585dc9f97faf21762939ef107eba756a47ef63.tar.lz
gsoc2013-evolution-97585dc9f97faf21762939ef107eba756a47ef63.tar.xz
gsoc2013-evolution-97585dc9f97faf21762939ef107eba756a47ef63.tar.zst
gsoc2013-evolution-97585dc9f97faf21762939ef107eba756a47ef63.zip
Missed to commit with the previous.
svn path=/trunk/; revision=33025
Diffstat (limited to 'mail')
-rw-r--r--mail/em-mailer-prefs.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/em-mailer-prefs.h b/mail/em-mailer-prefs.h
index 2249fefd7a..c74f021e68 100644
--- a/mail/em-mailer-prefs.h
+++ b/mail/em-mailer-prefs.h
@@ -75,7 +75,9 @@ struct _EMMailerPrefs {
struct _GtkToggleButton *timeout_toggle;
struct _GtkSpinButton *timeout;
struct _GtkToggleButton *address_toggle;
- struct _GtkSpinButton *address_count;
+ struct _GtkSpinButton *address_count;
+ struct _GtkToggleButton *mlimit_toggle;
+ struct _GtkSpinButton *mlimit_count;
struct _GtkOptionMenu *charset;
struct _GtkToggleButton *citation_highlight;
struct _GnomeColorPicker *citation_color;