<<< Date Index >>>     <<< Thread Index >>>

[2005-01-28] 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-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.

2005-01-26 14:33:08  Thomas Roessler  <roessler@xxxxxxxxxxxxxxxxxx>
(roessler)

        * status.c: And, thinking about it further, this should just be
        an empty string, not "(null)".

        * status.c: The last Context->pattern fix was still crap.
        Ooooops. (Thanks Ralf.)

2005-01-26 13:36:44  Thomas Glanzmann  <sithglan@xxxxxxxxxxxxxxxxxxxx>
(roessler)

        * Makefile.am, configure.in, globals.h, hcache.c, imap/imap.c,
        imap/imap_private.h, imap/message.c, init.h, main.c, protos.h:
        IMAP header cache.

2005-01-26 12:37:38  Ralf Wildenhues  <wildenhues@xxxxxxxxxxxxxxx>
(roessler)

        * addrbook.c, browser.c, commands.c, compose.c, imap/utf7.c:
        Make some functions static.

        * imap/command.c, imap/message.c: Fix some printf arguments.

2005-01-26 12:21:46  Thomas Roessler  <roessler@xxxxxxxxxxxxxxxxxx>
(roessler)

        * status.c: * status.c: A variant of
        <http://marc.theaimsgroup.com/?l=mutt-dev&m=110053165002362&w=2>.
        Spotted by Ralf Wildenhues <wildenhues@xxxxxxxxxxxxxxx>.