[2005-07-29] 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-07-29 01:51:36 Brendan Cully <brendan@xxxxxxxxxx> (brendan)
* imap/imap.c: Fix bug added in revision 3.26, where
imap_sync_mailbox failed to check whether it was supposed to
expunge before issuing a CLOSE.
2005-07-28 20:42:45 ttakah@xxxxxxxxxxxxxxxxx (roessler)
* crypt-gpgme.c: Fix mutt/2004; S/MIME user interface differences
between GPGME and classic.
2005-07-28 19:47:40 Brendan Cully <brendan@xxxxxxxxxx> (brendan)
* imap/auth_cram.c, imap/auth_login.c: Use mutt_account_getlogin
instead of getuser for authentication methods that only support
an authentication ID. As a side-effect, don't display a dangling
authentication name pointer in getpass.
2005-07-27 15:08:43 Vincent Lefevre <vincent@xxxxxxxxxx> (brendan)
* crypt-gpgme.c: Correct two typos in GPGME error messages.
2005-07-27 05:53:27 Brendan Cully <brendan@xxxxxxxxxx> (brendan)
* po/tr.po, po/uk.po, po/zh_CN.po, po/zh_TW.po, po/es.po,
po/et.po, po/gl.po, po/lt.po, po/pt_BR.po, po/sk.po: Update
Thomas' address in several out-of-date PO files. (closes #990)
* mutt_ssl_gnutls.c: Silence some harmless warnings. Also,
one day -pedantic is going to get held up on the causeway.
* imap/command.c: More fiddling with fatal state handling. Not
tested, and probably as wrong as what was already there.
* muttlib.c: Rework mutt_save_confirm to support confirmappend
with IMAP mailboxes. I hope I got all cases right.