aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2001-01-12 12:11:51 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-01-12 12:11:51 +0800
commit7a46e7a66e098dd72af68ea279d2eb1036b6f29a (patch)
treec34adcde188be49b80d399973a5bc158647d1bc6 /mail/ChangeLog
parent36c2e495136a79067158d6c08b418bcb7d511657 (diff)
downloadgsoc2013-evolution-7a46e7a66e098dd72af68ea279d2eb1036b6f29a.tar
gsoc2013-evolution-7a46e7a66e098dd72af68ea279d2eb1036b6f29a.tar.gz
gsoc2013-evolution-7a46e7a66e098dd72af68ea279d2eb1036b6f29a.tar.bz2
gsoc2013-evolution-7a46e7a66e098dd72af68ea279d2eb1036b6f29a.tar.lz
gsoc2013-evolution-7a46e7a66e098dd72af68ea279d2eb1036b6f29a.tar.xz
gsoc2013-evolution-7a46e7a66e098dd72af68ea279d2eb1036b6f29a.tar.zst
gsoc2013-evolution-7a46e7a66e098dd72af68ea279d2eb1036b6f29a.zip
If the service_check fails, pop-up a warning dialog letting the user know
2001-01-11 Jeffrey Stedfast <fejj@helixcode.com> * mail-config-druid.c (transport_next): If the service_check fails, pop-up a warning dialog letting the user know he or she may have problems and then let them continue on with their lives. (incoming_next): Same (+ jump them over the auth page to the transport page). svn path=/trunk/; revision=7428
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 6f9901fcbc..670a739b5f 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,11 @@
2001-01-11 Jeffrey Stedfast <fejj@helixcode.com>
+ * mail-config-druid.c (transport_next): If the service_check
+ fails, pop-up a warning dialog letting the user know he or she may
+ have problems and then let them continue on with their lives.
+ (incoming_next): Same (+ jump them over the auth page to the
+ transport page).
+
* mail-account-editor.c (apply_changes): Eek! Don't destroy the
account if the connection fails, duh. This is what is causing the
segfaults.