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

[2005-08-05] 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-08-05 02:16:46  Brendan Cully  <brendan@xxxxxxxxxx>  (brendan)

        * attach.c, attach.h, browser.c, curs_main.c, mutt.h, mutt_menu.h,
        pager.h, protos.h: Move some attachment-related prototypes and
        structures into attach.h from the global headers. A small step
        towards sane dependency tracking and code cleanliness.

2005-08-04 01:15:52  brendan  (brendan)

        * compose.c: Don't unlink non-mutt files that would have been
        unlinked on send if the message is cancelled.

2005-08-03 15:34:14  Brendan Cully  <brendan@xxxxxxxxxx>  (brendan)

        * account.c: Fix C precedence buglet in getlogin preventing it
        from actually calling getuser.

        * mutt_ssl.c: Don't double-free X509 certificates. This patch
        looks wrong, but it isn't.