diff options
-rw-r--r-- | mail/em-mailer-prefs.h | 4 |
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; |