From cd8219bea3d47f783509772c0cb4cda3ef6570bd Mon Sep 17 00:00:00 2001 From: Brendan Cully Date: Tue, 28 Aug 2007 10:58:30 -0700 Subject: [PATCH] Check subscriptions after any authentication, rather than after fist connection (closes #2908) --- ChangeLog | 10 +++++++++- imap/imap.c | 1 + 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 63a8d725..98218d4c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,12 @@ -2007-08-27 10:13 -0700 Brendan Cully (4ade2517703a) +2007-08-28 10:43 -0700 Brendan Cully (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 (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 diff --git a/imap/imap.c b/imap/imap.c index 29c5f8f1..2eb8181d 100644 --- a/imap/imap.c +++ b/imap/imap.c @@ -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)); -- 2.40.0