[2005-08-02] 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-02 02:17:09 Brendan Cully <brendan@xxxxxxxxxx> (brendan)
* 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).
2005-08-01 22:37:22 Brendan Cully <brendan@xxxxxxxxxx> (brendan)
* doc/manual.sgml.head: Document <backtab> key.
* pgp.c: Automatically forget PGP passphrase on sign or decrypt
error. (closes #1025)
* pgp.c: Display "successfully decrypted" message instead of
nothing. Superseded by signature verification.
* commands.c, pgp.c: Don't report PGP signature could not be
verified unless there really is a signature verification problem
(not some other PGP error).
* Makefile.am: Install system muttrc from the build directory,
not the source directory.
* mbox.c: Restore Sort immediately after sorting by mailbox
order in mbox_sync_mailbox. (closes #972)
* doc/Makefile.in, doc/mutt.man: Insert compile-time paths to
system resources into mutt.man. (closes #854)
* commands.c, protos.h: Report errors occuring in
_mutt_save_message. (closes #847)
* globals.h, mutt.h, mutt_ssl.c, muttlib.c: Cache SSL certificates
that have been accepted but not saved until mutt exits. (closes
#643). Create mutt_add_list_n for adding non-character data to
lists, have mutt_add_list call it.
* mx.c: Report error creating FCC when writing to IMAP
server. Addresses #423.
* init.c: complete :set mbox_type=<tab>. (closes #1649)