[2005-08-07] CVS repository changes
This message was generated and sent automatically. It contains a
summary of the CVS commits over the last 48 hours. These changes
should be propagated to the public repository within at most a day
or two. Most probably, they have already been propagated.
2005-08-06 22:20:55 Brendan Cully <brendan@xxxxxxxxxx> (brendan)
* imap/imap.c, lib.c, lib.h, mutt.h, mutt_tunnel.c, sendlib.c:
Report non-zero exit status of tunnel command. Closes: #1749.
* 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.
* init.c: Use isalnum instead of isalpha when parsing unbraced
environment variable names, per tamo's suggestion. Closes #2022.
2005-08-05 02:16:46 Brendan Cully <brendan@xxxxxxxxxx> (brendan)
* attach.c, attach.h, browser.c, curs_main.c, mutt.h, mutt_menu.h,
pager.h, protos.h: Move some attachment-related prototypes and
structures into attach.h from the global headers. A small step
towards sane dependency tracking and code cleanliness.