diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-08-06 05:20:59 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-08-06 05:20:59 +0800 |
commit | ce3ae8856492d9654f08a0db8b949e2e9a9e1a6f (patch) | |
tree | f6982ed4be0258d3fb0a06b37f4c34223a29204f /mail/ChangeLog | |
parent | 01fb066a57ffdddeeae9b333f5bcbdcd169f5c75 (diff) | |
download | gsoc2013-evolution-ce3ae8856492d9654f08a0db8b949e2e9a9e1a6f.tar.gz gsoc2013-evolution-ce3ae8856492d9654f08a0db8b949e2e9a9e1a6f.tar.zst gsoc2013-evolution-ce3ae8856492d9654f08a0db8b949e2e9a9e1a6f.zip |
If we are not in interactive mode, don't display error dialogs.
2002-08-05 Jeffrey Stedfast <fejj@ximian.com>
* mail-mt.c (mail_msg_check_error): If we are not in interactive
mode, don't display error dialogs.
* component-factory.c (interactive_cb): Updated to use the new
function mail_session_set_interactive().
(owner_unset_cb): Same here.
* mail-session.c (mail_session_set_interactive): Renamed from
mail_session_enable_interaction().
(mail_session_get_interactive): New function to get the
interactive state.
svn path=/trunk/; revision=17702
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 4fa2a6ba02..0246b8b847 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,17 @@ +2002-08-05 Jeffrey Stedfast <fejj@ximian.com> + + * mail-mt.c (mail_msg_check_error): If we are not in interactive + mode, don't display error dialogs. + + * component-factory.c (interactive_cb): Updated to use the new + function mail_session_set_interactive(). + (owner_unset_cb): Same here. + + * mail-session.c (mail_session_set_interactive): Renamed from + mail_session_enable_interaction(). + (mail_session_get_interactive): New function to get the + interactive state. + 2002-08-01 Peter Williams <peterw@ximian.com> * mail-offline-handler.c (struct _sync_info): Add a GHashTable pointer |