diff options
Diffstat (limited to 'mail/mail-preferences.h')
-rw-r--r-- | mail/mail-preferences.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/mail-preferences.h b/mail/mail-preferences.h index 916fcb4d1f..8403bdb719 100644 --- a/mail/mail-preferences.h +++ b/mail/mail-preferences.h @@ -92,6 +92,13 @@ struct _MailPreferences { /* Security tab */ GnomeFileEntry *pgp_path; + + /* Labels and Colours tab */ + struct { + GtkEntry *name; + GnomeColorPicker *color; + } labels[5]; + GtkButton *restore_labels; }; struct _MailPreferencesClass { |