]> granicus.if.org Git - mutt/commitdiff
Check subscriptions after any authentication, rather than after fist connection ...
authorBrendan Cully <brendan@kublai.com>
Tue, 28 Aug 2007 17:58:30 +0000 (10:58 -0700)
committerBrendan Cully <brendan@kublai.com>
Tue, 28 Aug 2007 17:58:30 +0000 (10:58 -0700)
ChangeLog
imap/imap.c

index 63a8d72594be9ec9ca3c1c19008fb119e185f377..98218d4c028391830cb60aac3cf7519856b8097b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,12 @@
-2007-08-27 10:13 -0700  Brendan Cully  <brendan@kublai.com>  (4ade2517703a)
+2007-08-28 10:43 -0700  Brendan Cully  <brendan@kublai.com>  (3cc89213ebb7)
+
+       * dotlock.c, lib.h, mutt.h: Use limits.h for PATH_MAX instead of
+       posix1_lim.h (closes #2525)
+
+2007-08-27 11:07 -0700  Brendan Cully  <brendan@kublai.com>  (9cfb5ac98e26)
+
+       * imap/auth_cram.c: Update auth_cram for new MD5 code
+       (untested).
 
        * Makefile.am, configure.ac, hcache.c, md5.c, md5.h, md5c.c,
        pgppubring.c, pop_auth.c: Replace RFC md5 implementation with GPL
index 29c5f8f178a715c39849701c7590a368f0cc9378..2eb8181d74c04a25fc8e22188291a06fdbc87980 100644 (file)
@@ -370,6 +370,7 @@ IMAP_DATA* imap_conn_find (const ACCOUNT* account, int flags)
     if (!imap_authenticate (idata))
     {
       idata->state = IMAP_AUTHENTICATED;
+      new = 1;
       if (idata->conn->ssf)
        dprint (2, (debugfile, "Communication encrypted at %d bits\n",
                    idata->conn->ssf));