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

[2005-07-31] 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-30 04:40:45  TAKAHASHI Tamotsu  <ttakah@xxxxxxxxxxxxxxxxx>
(brendan)

        * pager.c: The builtin pager tries to wrap a line for ever if:
        0) the line contains a space or a tab character
         followed by a very long word, and 1) M_PAGER_NSKIP flag is
        passed to it, and 2) $smart_wrap is set. (default)

2005-07-30 04:13:07  Vincent Lefevre  <vincent@xxxxxxxxxx>  (brendan)

        * curs_main.c, pager.c: When using colors, the status line of
        the index is displayed in a >bright color, even when the prefix
        "bright" is *not* given in the foreground color. The problem
        occurs when I have the following additional line:
          color normal brightwhite black The problem is that BKGDSET's
        are missing.

2005-07-30 03:59:04  TAKAHASHI Tamotsu  <ttakah@xxxxxxxxxxxxxxxxx>
(brendan)

        * recvattach.c: Don't refuse to delete attachments just because a
        message has been checked for "traditional" PGP encoding. (closes
        #2013)

2005-07-29 18:05:50  TAKAHASHI Tamotsu  <ttakah@xxxxxxxxxxxxxxxxx>
(brendan)

        * init.c: "nospam foo" causes a segv if you have not set any
        "spam", because of a null pointer dereference.

2005-07-29 06:45:14  Brendan Cully  <brendan@xxxxxxxxxx>  (brendan)

        * mutt_ssl_gnutls.c: Tweak a poorly-worded error message in the
        gnutls glue, pointed out by Vincent Lefevre.

        * 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.