aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 36c7b214e3..a2a3d09a88 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,18 @@
2000-12-11 Dan Winship <danw@helixcode.com>
+ * session.c (mail_session_enable_interaction): New function to
+ tell the code that it's ok (or not) to interact with the user when
+ trying to authenticate to a service. Starts out turned off.
+ (mail_session_request_dialog): If interaction is disabled, fail if
+ the password isn't in the cache.
+
+ * component-factory.c (owner_set_cb): Call
+ mail_session_enable_interaction() after everything else. (This
+ means that the IMAP password dialog will no longer pop up [under
+ the splash screen] at startup.)
+
+2000-12-11 Dan Winship <danw@helixcode.com>
+
* component-factory.c (create_view): Deal with "mailstorage" type
views (top-level mail storages) by trying to fill the storage's
folder tree again if we failed before.