diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-12-19 07:22:36 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-12-19 07:22:36 +0800 |
commit | b265717d397e190684652329e6fd28e7ae482a0d (patch) | |
tree | 900f5162f15ef8c65be7c80a4d1cc020b15441a7 /mail/mail-accounts.h | |
parent | 6fe06db13a319b36aa16d1c41e0dadd426ea5034 (diff) | |
download | gsoc2013-evolution-b265717d397e190684652329e6fd28e7ae482a0d.tar.gz gsoc2013-evolution-b265717d397e190684652329e6fd28e7ae482a0d.tar.zst gsoc2013-evolution-b265717d397e190684652329e6fd28e7ae482a0d.zip |
Setup the new-mail-notification widgets. (notify_command_changed): Update
2001-12-18 Jeffrey Stedfast <fejj@ximian.com>
* mail-accounts.c (construct): Setup the new-mail-notification
widgets.
(notify_command_changed): Update the command-line for new mail
notification.
(notify_radio_toggled): Update the new-mail-notification type.
* mail-ops.c (filter_folder_free): See if we got any new mail and
"sound the alarm" if we did.
svn path=/trunk/; revision=15168
Diffstat (limited to 'mail/mail-accounts.h')
-rw-r--r-- | mail/mail-accounts.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/mail-accounts.h b/mail/mail-accounts.h index f2580874d3..bb29819343 100644 --- a/mail/mail-accounts.h +++ b/mail/mail-accounts.h @@ -93,6 +93,10 @@ struct _MailAccountsDialog { GtkToggleButton *filter_log; GnomeFileEntry *filter_log_path; GtkToggleButton *confirm_expunge; + GtkToggleButton *notify_not; + GtkToggleButton *notify_beep; + GtkToggleButton *notify_exec; + GnomeFileEntry *command_line; /* PGP page */ GnomeFileEntry *pgp_path; |