From: Brendan Cully Date: Sat, 6 Aug 2005 21:21:40 +0000 (+0000) Subject: # changelog commit X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f0ed5274d51ac7599d07bda9527e83323c92f342;p=neomutt # changelog commit --- diff --git a/ChangeLog b/ChangeLog index 1250a8265..2c7417522 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2005-08-06 21:19:39 Brendan Cully (brendan) + + * imap/imap.c, imap/util.c, init.h, mutt.h, pop_lib.c: Replace + pointless imap_force_ssl option with ssl_force_tls, which requires + any connection (POP or IMAP) to a remote server to be encrypted, + and attempts to negotiate encryption even if the capability isn't + advertised (this last bit is of dubious utility, but essentially + harmless since the connection would otherwise fail + anyway). Closes: #1284. + + * imap/browse.c: Kill a warning. + 2005-08-06 19:06:36 Brendan Cully (brendan) * init.c: Use isalnum instead of isalpha when parsing unbraced