On Wed, Nov 02, 2005 at 11:17:35PM -0600, Marco Peereboom wrote: > Someone broke ssl in mutt/snapshot. Now when it launches it whines: Error in > /home/marco/.muttrc, line 62: imap_force_ssl: unknown variable source: errors > in /home/marco/.muttrc > > It worked before with mutt-1.5.8i-hcache > > I am not smart enough to fix this but since all you guys are in Italy one > might > be able to help :)
from the mutt Changelog: * imap/imap.c, imap/util.c, init.h, mutt.h, pop_lib.c: Replace pointless imap_force_ssl option with ssl_force_tls, 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.