From: Brendan Cully Date: Thu, 4 Aug 2005 01:18:47 +0000 (+0000) Subject: # changelog commit X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c8c0a81a7eec9bc45307128ef442fe57e2ef173f;p=neomutt # changelog commit --- diff --git a/ChangeLog b/ChangeLog index 13bdc61e9..90a1e3839 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2005-08-04 01:15:52 Brendan Cully (brendan) + + * compose.c: Don't unlink non-mutt files that would have been + unlinked on send if the message is cancelled. + + * account.c: Fix C precedence buglet in getlogin preventing it + from actually calling getuser. + 2005-08-03 06:51:24 Brendan Cully (brendan) * mutt_ssl.c: Don't double-free X509 certificates. This patch