diff options
author | Johnny Jacob <jjohnny@src.gnome.org> | 2007-12-15 19:59:39 +0800 |
---|---|---|
committer | Johnny Jacob <jjohnny@src.gnome.org> | 2007-12-15 19:59:39 +0800 |
commit | 6cb13b10b6c87bd6fd89454049dd9b58c1f9808c (patch) | |
tree | 7c96fa9f180a0295eea711ecef359c635143033c /mail/mail-config.h | |
parent | 4f7d3decd1bb7f47e9d23c0514e82d002aaac752 (diff) | |
download | gsoc2013-evolution-6cb13b10b6c87bd6fd89454049dd9b58c1f9808c.tar.gz gsoc2013-evolution-6cb13b10b6c87bd6fd89454049dd9b58c1f9808c.tar.zst gsoc2013-evolution-6cb13b10b6c87bd6fd89454049dd9b58c1f9808c.zip |
Part of fix for #492702 from Milan Crha : New mail notify and preferences ui movement.
svn path=/trunk/; revision=34702
Diffstat (limited to 'mail/mail-config.h')
-rw-r--r-- | mail/mail-config.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/mail/mail-config.h b/mail/mail-config.h index 7a2783ce65..698cb74399 100644 --- a/mail/mail-config.h +++ b/mail/mail-config.h @@ -81,12 +81,6 @@ typedef enum { } MailConfigDisplayStyle; typedef enum { - MAIL_CONFIG_NOTIFY_NOT, - MAIL_CONFIG_NOTIFY_BEEP, - MAIL_CONFIG_NOTIFY_PLAY_SOUND, -} MailConfigNewMailNotify; - -typedef enum { MAIL_CONFIG_XMAILER_NONE = 0, MAIL_CONFIG_XMAILER_EVO = 1, MAIL_CONFIG_XMAILER_OTHER = 2, |