On 1999-05-21 23:11:22 +0200, Bodo Moeller wrote:
> Mutt now has the strange habit of asking "Append messages to ...?"
> when Fcc: is set and the confirmappend option is set. Answering
> "n" goes back to the main loop of ci_send_message. (So the
> question should be asked differently -- otherwise you'd expect that
> the message will be sent, but you won't keep a copy. Also the
> plural doesn't make sense.)
The code in question turned out to be badly thought-out - after all,
ci_send_message() is horrible spaghetti, and this wasn't taken into
account appropriately. The next version will have the previous
behaviour.
> Finally, I'd like to have the possibility to assign OpenPGP key IDs
> to recipient's e-mail addresses -- so I could have something like
> key-id <[EMAIL PROTECTED]> 0x5a6a9b85
> in my .muttrc and wouldn't have to look through the matching
> entries of the selection menu
Try "pgp-hook".
> (which is typically not complete for some reason -- the correct key
> shows up only after leaving the initial key menu with "q" and then
> typing the key-ID --, but I understand that GnuPG support cannot
> yet be considered complete, so I don't worry too much about that).
This is a known issue in the gnupg key ring parser. You may wish to
try the unstable branch for improved GPG support. (The fix was part
of a general clean-up of the data structures used by the key
selection code, and I probably won't back-port it to stable. Heck,
gpg isn't stable as well. ;)