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-config.glade | |
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-config.glade')
-rw-r--r-- | mail/mail-config.glade | 118 |
1 files changed, 118 insertions, 0 deletions
diff --git a/mail/mail-config.glade b/mail/mail-config.glade index 4f53b4c583..7e1953cf01 100644 --- a/mail/mail-config.glade +++ b/mail/mail-config.glade @@ -3125,6 +3125,124 @@ Quoted <fill>False</fill> </child> </widget> + + <widget> + <class>GtkFrame</class> + <name>frame</name> + <label>New Mail Notification</label> + <label_xalign>0</label_xalign> + <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type> + <child> + <padding>0</padding> + <expand>True</expand> + <fill>True</fill> + </child> + + <widget> + <class>GtkVBox</class> + <name>vbox66</name> + <homogeneous>False</homogeneous> + <spacing>0</spacing> + + <widget> + <class>GtkRadioButton</class> + <name>radioNotifyNot</name> + <can_focus>True</can_focus> + <label>Do not notify me when new mail arrives</label> + <active>True</active> + <draw_indicator>True</draw_indicator> + <group>new_mail_notify</group> + <child> + <padding>0</padding> + <expand>False</expand> + <fill>False</fill> + </child> + </widget> + + <widget> + <class>GtkRadioButton</class> + <name>radioNotifyBeep</name> + <can_focus>True</can_focus> + <label>Beep when new mail arrives</label> + <active>False</active> + <draw_indicator>True</draw_indicator> + <group>new_mail_notify</group> + <child> + <padding>0</padding> + <expand>False</expand> + <fill>False</fill> + </child> + </widget> + + <widget> + <class>GtkRadioButton</class> + <name>radioNotifyExec</name> + <can_focus>True</can_focus> + <label>Execute command line when new mail arrives</label> + <active>False</active> + <draw_indicator>True</draw_indicator> + <group>new_mail_notify</group> + <child> + <padding>0</padding> + <expand>False</expand> + <fill>False</fill> + </child> + </widget> + + <widget> + <class>GtkHBox</class> + <name>hbox60</name> + <homogeneous>False</homogeneous> + <spacing>0</spacing> + <child> + <padding>0</padding> + <expand>True</expand> + <fill>True</fill> + </child> + + <widget> + <class>GtkLabel</class> + <name>label54</name> + <label>Specify command:</label> + <justify>GTK_JUSTIFY_CENTER</justify> + <wrap>False</wrap> + <xalign>0.5</xalign> + <yalign>0.5</yalign> + <xpad>0</xpad> + <ypad>0</ypad> + <child> + <padding>0</padding> + <expand>False</expand> + <fill>False</fill> + </child> + </widget> + + <widget> + <class>GnomeFileEntry</class> + <name>fileNotifyExecCommand</name> + <max_saved>10</max_saved> + <directory>False</directory> + <modal>False</modal> + <child> + <padding>0</padding> + <expand>True</expand> + <fill>True</fill> + </child> + + <widget> + <class>GtkEntry</class> + <child_name>GnomeEntry:entry</child_name> + <name>combo-entry3</name> + <can_focus>True</can_focus> + <editable>True</editable> + <text_visible>True</text_visible> + <text_max_length>0</text_max_length> + <text></text> + </widget> + </widget> + </widget> + </widget> + </widget> </widget> <widget> |