[2005-01-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-01-28 16:40:33 Thomas Roessler <roessler@xxxxxxxxxxxxxxxxxx>
(roessler)
* pgp.c: Adeotato points out that feof() only works after a read.
So, we now check for an unsuccessful fgetc().
2005-01-28 14:50:31 Paul Walker <paul@xxxxxxxxxxxxxxxxxxxxx> (roessler)
* signal.c: Trigger window resizing code when waking up from
suspension.
2005-01-28 14:09:08 René Clerc <rene@xxxxxxxx> (roessler)
* po/nl.po: update
2005-01-28 13:17:22 Werner Koch <wk@xxxxxxxxx> (roessler)
* Makefile.am, configure.in, crypt-gpgme.c, crypt-gpgme.h,
crypt-mod-pgp-gpgme.c, crypt-mod-smime-gpgme.c, cryptglue.c,
functions.h: gpgme integration. See documentation for
$crypt_use_gpgme, and http://www.gnupg.org/aegypten2/.
2005-01-28 13:00:36 Adeodato Simó <asp16@xxxxxxxxx> (roessler)
* mutt_ssl_gnutls.c: The attached mini-patch from David Mosberger
<davidm@xxxxxxxxxxxxxxxxx> seems to fix a segfault in the ia64
architecture. Via Debian Bug#285001.
2005-01-28 10:01:30 roessler (roessler)
* po/tr.po, po/uk.po, po/zh_CN.po, po/zh_TW.po, po/lt.po,
po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po,
po/el.po, po/eo.po, po/es.po, po/et.po, po/fr.po, po/gl.po,
po/hu.po, po/id.po, po/it.po, po/ja.po, po/ko.po, VERSION,
po/bg.po, po/ca.po, po/cs.po, po/da.po, po/de.po, reldate.h:
automatic post-release commit for mutt-1.5.7
2005-01-27 20:52:13 Thomas Roessler <roessler@xxxxxxxxxxxxxxxxxx>
(roessler)
* main.c: Add USE_INODESORT to main.c's option dump.
2005-01-27 20:38:02 TAKAHASHI Tamotsu <ttakah@xxxxxxxxxxxxxxxxx>
(roessler)
* commands.c: 0. In compose mode, press Ctrl-t to change
Content-Type. 1. Type "application/octet-stream" for example.
2. Press Ctrl-t again. 3. Type "text/plain; charset=us-ascii"
4. You will be asked "Convert to us-ascii upon sending?"
5. Press y or n. 6. You will see a strange message:
"Content-Type changed to Convert to us-ascii upon sending?."
2005-01-27 20:26:52 Thomas Roessler <roessler@xxxxxxxxxxxxxxxxxx>
(roessler)
* pgp.c: Return an error in pgp_decrypt_part when the PGP output
file is empty.
2005-01-27 20:17:46 Thomas Glanzmann <sithglan@xxxxxxxxxxxxxxxxxxxx>
(roessler)
* curs_main.c: this patch doesn't raise an error if you try
to sync an empty mailbox which makes it possible to use such a
macro as this on an empty mailbox:
macro index y "<sync-mailbox><change-folder>?" macro pager y
"<sync-mailbox><change-folder>?"
2005-01-27 19:34:50 David Shaw <dshaw@xxxxxxxxxxxxxxx> (roessler)
* pgp.c: Detect end of PGP armor header when a line is
whitespace-only.
2005-01-27 19:18:15 Thomas Roessler <roessler@xxxxxxxxxxxxxxxxxx>
(roessler)
* smime.c: Void the S/MIME passphrase before prompting
the user to re-enter it. Noted by TAKAHASHI Tamotsu
<ttakah@xxxxxxxxxxxxxxxxx>, but with memset replaced by
smime_void_passphrase().
2005-01-27 19:00:59 TAKAHASHI Tamotsu <ttakah@xxxxxxxxxxxxxxxxx>
(roessler)
* curs_lib.c: Add terminal newline when it lacks after editing
a message. Originally from TAKIZAWA Takashi.
2005-01-27 18:58:14 Thomas Roessler <roessler@xxxxxxxxxxxxxxxxxx>
(roessler)
* Makefile.am: Include mutt_ssl_gnutls.c with the distribution.
2005-01-27 18:54:24 Marco d'Itri <md@xxxxxxxx> (roessler)
* globals.h, imap/imap.c, imap/util.c, init.c, init.h, main.c,
mutt.h, mutt_sasl.c, mutt_socket.c, mutt_ssl.h, mutt_ssl_gnutls.c,
pop_lib.c: GNUTLS support. Used in Debian since Nov. 2001.
2005-01-27 18:48:41 Bill Nottingham <notting@xxxxxxxxxx> (roessler)
* mutt_sasl.c: With SASL, expect the server to prompt for
additional auth data if we have some to send (#129961, upstream
#1845)
* contrib/sample.muttrc: Changes the sample.muttrc highlight to
catch https URLs as well.
* color.c, main.c: Support for the "default" color in Slang.
2005-01-27 18:45:37 Florian Weimer <fw@xxxxxxxxxxxxx> (roessler)
* mh.c, configure.in: Read files in maildir folders in inode
order; this seems to reduce seek overhead on Linux. Enabled by
default; to disable, run configure with --disable-inodesort.
(By way of Mario d'Itri.)
2005-01-27 18:28:42 Marco d'Itri <md@xxxxxxxx> (roessler)
* pgp.c: Improved good signature check.
* contrib/gpg.rc, pgpinvoke.c: Make the default Muttrc work
out the box for people using gnupg-agent. Wrote and applied a
one-line patch to make the %?p? conditional escape work correctly,
patch forwarded upstream. (Closes: #277646)
* pgpewrap.c: Don't segfault when invoked without any arguments.
* contrib/gpg.rc, pgp.c: Evaluate gpg's machine-parseable status
messages.
* smime_keys.pl: Add some sanity checks to smime_keys.pl.
* contrib/gpg.rc: A gpg command line contains both --verbose
and --no-verbose, remove the first.