Changeset 5200:d82bcae5312c
- Timestamp:
- 2007-08-28 10:58:30 (17 months ago)
- Author:
- Brendan Cully <brendan@…>
- Branch:
- HEAD
- Message:
-
Check subscriptions after any authentication, rather than after fist connection (closes #2908)
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r5198
|
r5200
|
|
| 1 | | 2007-08-27 10:13 -0700 Brendan Cully <brendan@kublai.com> (4ade2517703a) |
| | 1 | 2007-08-28 10:43 -0700 Brendan Cully <brendan@kublai.com> (3cc89213ebb7) |
| | 2 | |
| | 3 | * dotlock.c, lib.h, mutt.h: Use limits.h for PATH_MAX instead of |
| | 4 | posix1_lim.h (closes #2525) |
| | 5 | |
| | 6 | 2007-08-27 11:07 -0700 Brendan Cully <brendan@kublai.com> (9cfb5ac98e26) |
| | 7 | |
| | 8 | * imap/auth_cram.c: Update auth_cram for new MD5 code |
| | 9 | (untested). |
| 2 | 10 | |
| 3 | 11 | * Makefile.am, configure.ac, hcache.c, md5.c, md5.h, md5c.c, |
-
|
r5120
|
r5200
|
|
| 371 | 371 | { |
| 372 | 372 | idata->state = IMAP_AUTHENTICATED; |
| | 373 | new = 1; |
| 373 | 374 | if (idata->conn->ssf) |
| 374 | 375 | dprint (2, (debugfile, "Communication encrypted at %d bits\n", |