aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2003-02-15 04:10:15 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-02-15 04:10:15 +0800
commit4d98f14113b8cdf72226361d6904a6829a15f0e7 (patch)
tree50956ad5d1636f44b5e596ff03509b67d4fbf339 /mail/ChangeLog
parentb498fc007f35fbc1693004b6b0cc07ffd0696ce8 (diff)
downloadgsoc2013-evolution-4d98f14113b8cdf72226361d6904a6829a15f0e7.tar
gsoc2013-evolution-4d98f14113b8cdf72226361d6904a6829a15f0e7.tar.gz
gsoc2013-evolution-4d98f14113b8cdf72226361d6904a6829a15f0e7.tar.bz2
gsoc2013-evolution-4d98f14113b8cdf72226361d6904a6829a15f0e7.tar.lz
gsoc2013-evolution-4d98f14113b8cdf72226361d6904a6829a15f0e7.tar.xz
gsoc2013-evolution-4d98f14113b8cdf72226361d6904a6829a15f0e7.tar.zst
gsoc2013-evolution-4d98f14113b8cdf72226361d6904a6829a15f0e7.zip
Change the logic here slightly. Instead of only reprompting the user if
2003-02-14 Jeffrey Stedfast <fejj@ximian.com> * mail-session.c (do_get_pass): Change the logic here slightly. Instead of only reprompting the user if the cache is empty, also reprompt the user if the backend is forcing a reprompt. (request_password): If we have a cached passwd string for the account, fill-in the GtkEntry box with that value by default. This, together with the camel changes, fixes the "Evolution forgets my POP passwd if it gets a -ERR response during the login phase" bug. svn path=/trunk/; revision=19911
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 74c1566e3a..d6e10d9062 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,15 @@
+2003-02-14 Jeffrey Stedfast <fejj@ximian.com>
+
+ * mail-session.c (do_get_pass): Change the logic here
+ slightly. Instead of only reprompting the user if the cache is
+ empty, also reprompt the user if the backend is forcing a
+ reprompt.
+ (request_password): If we have a cached passwd string for the
+ account, fill-in the GtkEntry box with that value by
+ default. This, together with the camel changes, fixes the
+ "Evolution forgets my POP passwd if it gets a -ERR response during
+ the login phase" bug.
+
2003-02-13 Jeffrey Stedfast <fejj@ximian.com>
* e-searching-tokenizer.c: #include <stdio.h>