diff options
author | Srinivasa Ragavan <sragavan@src.gnome.org> | 2006-05-25 12:59:47 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2006-05-25 12:59:47 +0800 |
commit | 253a05d03cb3d827a0da0002cb48231bd238caa3 (patch) | |
tree | 0f5f1db00ebbe4d98b1e231f97d83787e53e4d94 /mail/em-mailer-prefs.h | |
parent | 1fe1c955be05d4f89465d72b538ce167eec0727e (diff) | |
download | gsoc2013-evolution-253a05d03cb3d827a0da0002cb48231bd238caa3.tar.gz gsoc2013-evolution-253a05d03cb3d827a0da0002cb48231bd238caa3.tar.zst gsoc2013-evolution-253a05d03cb3d827a0da0002cb48231bd238caa3.zip |
Added support for collapsible headers for To/Cc/Bcc
svn path=/trunk/; revision=32020
Diffstat (limited to 'mail/em-mailer-prefs.h')
-rw-r--r-- | mail/em-mailer-prefs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/em-mailer-prefs.h b/mail/em-mailer-prefs.h index 0d5eb2cc97..2249fefd7a 100644 --- a/mail/em-mailer-prefs.h +++ b/mail/em-mailer-prefs.h @@ -74,6 +74,8 @@ struct _EMMailerPrefs { /* Message Display */ struct _GtkToggleButton *timeout_toggle; struct _GtkSpinButton *timeout; + struct _GtkToggleButton *address_toggle; + struct _GtkSpinButton *address_count; struct _GtkOptionMenu *charset; struct _GtkToggleButton *citation_highlight; struct _GnomeColorPicker *citation_color; |