[2005-08-04] 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-04 01:15:52 brendan (brendan)
* compose.c: Don't unlink non-mutt files that would have been
unlinked on send if the message is cancelled.
2005-08-03 15:34:14 Brendan Cully <brendan@xxxxxxxxxx> (brendan)
* account.c: Fix C precedence buglet in getlogin preventing it
from actually calling getuser.
* mutt_ssl.c: Don't double-free X509 certificates. This patch
looks wrong, but it isn't.
2005-08-02 18:15:33 Brendan Cully <brendan@xxxxxxxxxx> (brendan)
* Makefile.am, po/Makefile.in.in, po/POTFILES.in: Remove
mutt_ssl_nss.c from POTFILES.in. Also hack the makefiles to build
keymap_alldefs.h in $(top_srcdir), since that's where xgettext
looks. Not super clean I guess - the other alternative is to
sed POTFILES.
* globals.h, init.c, init.h, mutt.h, mutt_sasl.c, mutt_socket.c,
mutt_ssl.h, mutt_ssl_nss.c, pop_lib.c, configure.in: Put moribund
NSS support out to pasture.
* compose.c, mutt.h: In compose menu, detach should be able to
unlink files generated by mutt, but not files that existed before.
* commands.c, pgp.c: More fiddling with PGP results. When
rerunning PGP on a message, clear old security result bits to
avoid confusing messages like 'decrypt failed; PGP signature
successfully verified'.
* pgp.c: Forget passphrase on PGP/inline decryption error,
and improve status line messages.
* configure.in: Make $docdir relative to $prefix, like the
other prefixes.
* contrib/Makefile.in, doc/Makefile.in: Be more selective about
what to remove during uninstall. (closes #1625)
* pgp.c: Also forget passphrase when encrypt fails, if
signing. (closes #1025 again)
* imap/message.c: Check that the entire message downloaded
successfully on fetch, and don't treat a disappearing cache file
as fatal. (closes #1483)
* compose.c: Don't unlink attachments that you've decided not
to send. (closes #1328)
* pgp.c: Bump up size of PgpPass to 1024 from 256. Seems crazy,
but it's harmless and it (closes #1207).
* account.c: Fix password prompt for POP (more authentication
ID fallout).