]> granicus.if.org Git - neomutt/log
neomutt
20 years ago# changelog commit
Brendan Cully [Mon, 17 Jan 2005 02:26:11 +0000 (02:26 +0000)]
# changelog commit

20 years agocvs log emits a timezone after the hour, at least here. Adjust date regexp
Brendan Cully [Mon, 17 Jan 2005 02:24:49 +0000 (02:24 +0000)]
cvs log emits a timezone after the hour, at least here. Adjust date regexp
to handle that case.

20 years ago# changelog commit
Brendan Cully [Sat, 15 Jan 2005 17:50:33 +0000 (17:50 +0000)]
# changelog commit

20 years agoMajor translation updates forgotten in mutt-po.
Adeodato Simó [Sat, 15 Jan 2005 17:45:01 +0000 (17:45 +0000)]
Major translation updates forgotten in mutt-po.
(I missed cs in the last commit).

20 years ago# changelog commit
Brendan Cully [Sat, 15 Jan 2005 08:03:44 +0000 (08:03 +0000)]
# changelog commit

20 years agoUpdate commit targets to work when builddir != srcdir.
Brendan Cully [Sat, 15 Jan 2005 08:01:35 +0000 (08:01 +0000)]
Update commit targets to work when builddir != srcdir.

20 years ago# changelog commit
Brendan Cully [Sat, 15 Jan 2005 07:59:22 +0000 (07:59 +0000)]
# changelog commit

20 years agoi18n updates.
Adeodato Simó [Sat, 15 Jan 2005 07:43:29 +0000 (07:43 +0000)]
i18n updates.

20 years ago# changelog commit
Brendan Cully [Sat, 15 Jan 2005 07:37:45 +0000 (07:37 +0000)]
# changelog commit

20 years agoSundry documentation nits fixed.
Adeodato Simó [Sat, 15 Jan 2005 07:36:37 +0000 (07:36 +0000)]
Sundry documentation nits fixed.
Debian #210679, #254294, #258621, #272579

20 years ago# changelog commit
Thomas Roessler [Tue, 11 Jan 2005 12:16:01 +0000 (12:16 +0000)]
# changelog commit

20 years agoDocument send2-hook.
Thomas Roessler [Tue, 11 Jan 2005 12:15:13 +0000 (12:15 +0000)]
Document send2-hook.

20 years ago# changelog commit
Thomas Roessler [Tue, 11 Jan 2005 11:10:04 +0000 (11:10 +0000)]
# changelog commit

20 years agosend2-hook should also be executed after the first time the message
Thomas Roessler [Tue, 11 Jan 2005 11:09:15 +0000 (11:09 +0000)]
send2-hook should also be executed after the first time the message
is edited by the user.

20 years ago# changelog commit
Thomas Roessler [Sun, 9 Jan 2005 15:36:14 +0000 (15:36 +0000)]
# changelog commit

20 years agoReplace muttbug and its documentation by a note that acknowledges
Thomas Roessler [Sun, 9 Jan 2005 15:35:51 +0000 (15:35 +0000)]
Replace muttbug and its documentation by a note that acknowledges
the shut down of the bug tracking system.

20 years ago# changelog commit
Thomas Roessler [Tue, 21 Dec 2004 09:46:53 +0000 (09:46 +0000)]
# changelog commit

20 years agoFix Debian #275188.
Thomas Roessler [Tue, 21 Dec 2004 09:46:24 +0000 (09:46 +0000)]
Fix Debian #275188.

20 years ago# changelog commit
Thomas Roessler [Wed, 8 Dec 2004 17:36:35 +0000 (17:36 +0000)]
# changelog commit

20 years agoAdd send2-hook and fix alternates handling.
Thomas Roessler [Tue, 7 Dec 2004 19:50:04 +0000 (19:50 +0000)]
Add send2-hook and fix alternates handling.

20 years ago# changelog commit
Thomas Roessler [Fri, 19 Nov 2004 16:17:14 +0000 (16:17 +0000)]
# changelog commit

20 years agoDocument tag-prefix-cond.
René Clerc [Fri, 19 Nov 2004 16:16:50 +0000 (16:16 +0000)]
Document tag-prefix-cond.

20 years ago# changelog commit
Thomas Roessler [Mon, 8 Nov 2004 08:43:42 +0000 (08:43 +0000)]
# changelog commit

20 years agoHaving a signed one-bit bitfield is quite odd -- its value is either
Ralf Wildenhues [Mon, 8 Nov 2004 08:43:17 +0000 (08:43 +0000)]
Having a signed one-bit bitfield is quite odd -- its value is either
0 or -1.  Although the current code is not broken because it doesn't
test equality to 1, IMHO it's better not to use that.

20 years ago# changelog commit
Thomas Roessler [Mon, 8 Nov 2004 07:30:57 +0000 (07:30 +0000)]
# changelog commit

20 years agoThere's a size_t in imap_append_message not printed out portably.
Ralf Wildenhues [Mon, 8 Nov 2004 07:30:29 +0000 (07:30 +0000)]
There's a size_t in imap_append_message not printed out portably.

20 years ago# changelog commit
Thomas Roessler [Tue, 2 Nov 2004 13:31:21 +0000 (13:31 +0000)]
# changelog commit

20 years agoFix flag confusion. Noted by Vincent Lefevre.
Thomas Roessler [Tue, 2 Nov 2004 13:30:58 +0000 (13:30 +0000)]
Fix flag confusion.  Noted by Vincent Lefevre.

20 years ago# changelog commit
Thomas Roessler [Sat, 30 Oct 2004 22:00:34 +0000 (22:00 +0000)]
# changelog commit

20 years agosafe_strcat, safe_strncat. Thanks to Ulf H. for noting the wrong
Thomas Roessler [Sat, 30 Oct 2004 21:59:00 +0000 (21:59 +0000)]
safe_strcat, safe_strncat.  Thanks to Ulf H. for noting the wrong
use of strncat in part of the mutt code base.

20 years ago# changelog commit
Thomas Roessler [Sat, 30 Oct 2004 20:46:43 +0000 (20:46 +0000)]
# changelog commit

20 years agoFix bad code in smime_get_field_from_db. Problem noted by Ulf
Thomas Roessler [Sat, 30 Oct 2004 20:45:34 +0000 (20:45 +0000)]
Fix bad code in smime_get_field_from_db.  Problem noted by Ulf
Härnhammar <Ulf.Harnhammar.9485@student.uu.se>.

20 years ago# changelog commit
Thomas Roessler [Wed, 29 Sep 2004 11:27:46 +0000 (11:27 +0000)]
# changelog commit

20 years agoFix mutt_unlink race condition for systems without O_NOFOLLOW.
Thomas Roessler [Wed, 29 Sep 2004 11:27:33 +0000 (11:27 +0000)]
Fix mutt_unlink race condition for systems without O_NOFOLLOW.
Noted by Jarno Huuskonen <Jarno.Huuskonen@uku.fi>.

20 years ago# changelog commit
Thomas Roessler [Tue, 7 Sep 2004 08:10:16 +0000 (08:10 +0000)]
# changelog commit

20 years agoFix parameter passing.
Matthias Andree [Tue, 7 Sep 2004 08:09:39 +0000 (08:09 +0000)]
Fix parameter passing.

20 years ago# changelog commit
Thomas Roessler [Tue, 31 Aug 2004 15:41:23 +0000 (15:41 +0000)]
# changelog commit

20 years agoAdd AC_GNU_SOURCE.
Thomas Roessler [Tue, 31 Aug 2004 15:41:03 +0000 (15:41 +0000)]
Add AC_GNU_SOURCE.

20 years ago# changelog commit
Thomas Roessler [Tue, 31 Aug 2004 07:37:43 +0000 (07:37 +0000)]
# changelog commit

20 years agoRemove *two* layers of S/MIME from messages before building the
Thomas Roessler [Tue, 31 Aug 2004 07:37:24 +0000 (07:37 +0000)]
Remove *two* layers of S/MIME from messages before building the
attachment tree.  A generic solution would remove intransparent
encodings all the way down the tree.

20 years ago#changelog commit
Thomas Roessler [Mon, 30 Aug 2004 20:11:33 +0000 (20:11 +0000)]
#changelog commit

20 years agoOnly print additional information related to PGP in case the current
Brendan Cully [Mon, 30 Aug 2004 20:10:10 +0000 (20:10 +0000)]
Only print additional information related to PGP in case the current
message is indeed to be encrypted/signed with PGP.

20 years ago# changelog commit
Thomas Roessler [Mon, 30 Aug 2004 20:06:06 +0000 (20:06 +0000)]
# changelog commit

20 years agoHere's a patch to allow mutt to use SSL client certificates to
Brendan Cully [Mon, 30 Aug 2004 20:05:40 +0000 (20:05 +0000)]
Here's a patch to allow mutt to use SSL client certificates to
authenticate itself. To use, set ssl_client_cert to the path to your
certificate file (containing both the certificate and the private
key). It works with the SASL EXTERNAL authentication mechanism, so
you'll need to have SASL enabled as well.

20 years ago# changelog commit
Thomas Roessler [Mon, 30 Aug 2004 20:05:08 +0000 (20:05 +0000)]
# changelog commit

20 years agoFix a memory leak in the generic spam detection code.
Thomas Glanzmann [Mon, 30 Aug 2004 20:03:35 +0000 (20:03 +0000)]
Fix a memory leak in the generic spam detection code.

20 years ago# changelog commit
Thomas Roessler [Mon, 30 Aug 2004 19:52:33 +0000 (19:52 +0000)]
# changelog commit

20 years agoThis wipes duplicated code, which I introduced a while ago.
Thomas Glanzmann [Mon, 30 Aug 2004 19:52:03 +0000 (19:52 +0000)]
This wipes duplicated code, which I introduced a while ago.

20 years ago# changelog commit
Thomas Roessler [Mon, 30 Aug 2004 19:48:12 +0000 (19:48 +0000)]
# changelog commit

20 years agoupdate
TAKAHASHI Tamotsu [Mon, 30 Aug 2004 19:47:47 +0000 (19:47 +0000)]
update

20 years ago# changelog commit
Thomas Roessler [Sat, 21 Aug 2004 07:35:36 +0000 (07:35 +0000)]
# changelog commit

20 years agoupdate
Ivan Vilata i Balaguer [Sat, 21 Aug 2004 07:35:16 +0000 (07:35 +0000)]
update

20 years ago# changelog commit
Thomas Roessler [Tue, 17 Aug 2004 16:06:59 +0000 (16:06 +0000)]
# changelog commit

20 years agoupdate
René Clerc [Tue, 17 Aug 2004 16:06:48 +0000 (16:06 +0000)]
update

20 years ago# changelog commit
Thomas Roessler [Tue, 17 Aug 2004 15:57:10 +0000 (15:57 +0000)]
# changelog commit

20 years agoCheck for ssize_t.
Thomas Roessler [Tue, 17 Aug 2004 15:56:23 +0000 (15:56 +0000)]
Check for ssize_t.

20 years ago# changelog commit
Thomas Roessler [Tue, 17 Aug 2004 15:47:33 +0000 (15:47 +0000)]
# changelog commit

20 years agoCheck for ssize_t.
Thomas Roessler [Tue, 17 Aug 2004 15:47:17 +0000 (15:47 +0000)]
Check for ssize_t.

20 years ago# changelog commit
Thomas Roessler [Tue, 17 Aug 2004 15:25:42 +0000 (15:25 +0000)]
# changelog commit

20 years agoCorrected update.
Ronny Haryanto [Tue, 17 Aug 2004 15:25:31 +0000 (15:25 +0000)]
Corrected update.

20 years ago# changelog commit
Thomas Roessler [Tue, 17 Aug 2004 15:23:20 +0000 (15:23 +0000)]
# changelog commit

20 years agoupdate
Ronny Haryanto [Tue, 17 Aug 2004 15:23:08 +0000 (15:23 +0000)]
update

20 years ago# changelog commit
Thomas Roessler [Tue, 17 Aug 2004 15:22:46 +0000 (15:22 +0000)]
# changelog commit

20 years agoupdate
Vincent Lefevre [Tue, 17 Aug 2004 15:22:25 +0000 (15:22 +0000)]
update

20 years ago# changelog commit
Thomas Roessler [Tue, 17 Aug 2004 13:42:17 +0000 (13:42 +0000)]
# changelog commit

20 years agoupdate
Johan Svedberg [Tue, 17 Aug 2004 13:42:01 +0000 (13:42 +0000)]
update

20 years ago# changelog commit
Thomas Roessler [Mon, 16 Aug 2004 21:38:00 +0000 (21:38 +0000)]
# changelog commit

20 years agoas of current cvs, setting "PGP: E" (or similar) when header-editing
Adeodato Simó [Mon, 16 Aug 2004 21:37:43 +0000 (21:37 +0000)]
as of current cvs, setting "PGP: E" (or similar) when header-editing
a message does not work. the OP is set (ENCRYPT, SIGN, whatever) but
APPLICATION_PGP is missing.

20 years ago# changelog commit
Thomas Roessler [Mon, 16 Aug 2004 21:36:54 +0000 (21:36 +0000)]
# changelog commit

20 years agoIf STARTTLS fails to complete the SSL handshake, the error is not
Brendan Cully [Mon, 16 Aug 2004 21:36:38 +0000 (21:36 +0000)]
If STARTTLS fails to complete the SSL handshake, the error is not
propagated and mutt will attempt to log in anyway, probably causing an
infinite block on read. The attached patch closes the socket in this
case, and propagates the error properly.

20 years ago# changelog commit
Thomas Roessler [Mon, 16 Aug 2004 21:36:19 +0000 (21:36 +0000)]
# changelog commit

20 years agoThe attached patch causes mutt to attempt the next method in
Brendan Cully [Mon, 16 Aug 2004 21:36:06 +0000 (21:36 +0000)]
The attached patch causes mutt to attempt the next method in
imap_authenticators if the previous method failed, even if the server
reported that the method was available. Previously mutt would give up
if any authentication method failed.

20 years ago# changelog commit
Thomas Roessler [Mon, 16 Aug 2004 21:34:41 +0000 (21:34 +0000)]
# changelog commit

20 years agoOnly print "Encrypt with" field in case the used S/MIME modules
Moritz Schulte [Mon, 16 Aug 2004 21:34:22 +0000 (21:34 +0000)]
Only print "Encrypt with" field in case the used S/MIME modules
supports this feature.

20 years ago# changelog commit
Thomas Roessler [Mon, 16 Aug 2004 21:33:56 +0000 (21:33 +0000)]
# changelog commit

20 years agoupdate
Pawel Dziekonski [Mon, 16 Aug 2004 21:33:35 +0000 (21:33 +0000)]
update

20 years ago# changelog commit
Thomas Roessler [Wed, 11 Aug 2004 12:31:38 +0000 (12:31 +0000)]
# changelog commit

20 years agoFix two IMAP memory leaks.
Thomas Glanzmann [Wed, 11 Aug 2004 12:31:21 +0000 (12:31 +0000)]
Fix two IMAP memory leaks.

20 years ago# changelog commit
Thomas Roessler [Wed, 11 Aug 2004 12:31:03 +0000 (12:31 +0000)]
# changelog commit

20 years agoRemove imap_close_connection.
Thomas Glanzmann [Wed, 11 Aug 2004 12:30:50 +0000 (12:30 +0000)]
Remove imap_close_connection.

20 years ago# changelog commit
Thomas Roessler [Wed, 11 Aug 2004 12:30:24 +0000 (12:30 +0000)]
# changelog commit

20 years agoFix a memory leak in mutt_menuDestroy.
Thomas Glanzmann [Wed, 11 Aug 2004 12:29:56 +0000 (12:29 +0000)]
Fix a memory leak in mutt_menuDestroy.

20 years agoFix a memory leak.
Thomas Glanzmann [Sun, 8 Aug 2004 16:20:37 +0000 (16:20 +0000)]
Fix a memory leak.

20 years ago# changelog commit
Thomas Roessler [Sun, 8 Aug 2004 16:20:02 +0000 (16:20 +0000)]
# changelog commit

20 years agoFix the PGP and S/MIME menus. Complaints and suggestions of many
Thomas Roessler [Sun, 8 Aug 2004 16:19:15 +0000 (16:19 +0000)]
Fix the PGP and S/MIME menus. Complaints and suggestions of many
lead to these changes.  See mutt-dev discussions around this time
for details.

20 years agoFix uint32_t portability problem. Reported by Steve Kennedy.
Thomas Roessler [Sun, 8 Aug 2004 10:48:39 +0000 (10:48 +0000)]
Fix uint32_t portability problem. Reported by Steve Kennedy.

20 years agoupdate
Johan Svedberg [Sat, 7 Aug 2004 05:23:33 +0000 (05:23 +0000)]
update

20 years ago# changelog commit
Thomas Roessler [Mon, 2 Aug 2004 08:05:21 +0000 (08:05 +0000)]
# changelog commit

20 years agoFix the improvement to address #1655.
Nathan Dushman [Mon, 2 Aug 2004 08:03:46 +0000 (08:03 +0000)]
Fix the improvement to address #1655.

20 years ago# changelog commit
Thomas Roessler [Thu, 22 Jul 2004 01:11:32 +0000 (01:11 +0000)]
# changelog commit

20 years agoQuick fix for IMAP breakage.
Brendan Cully [Thu, 22 Jul 2004 01:10:55 +0000 (01:10 +0000)]
Quick fix for IMAP breakage.

20 years ago# changelog commit
Thomas Roessler [Wed, 21 Jul 2004 22:16:01 +0000 (22:16 +0000)]
# changelog commit

20 years agoThis is a one-line patch that increases the speed at which mutt
Nathan Dushman [Wed, 21 Jul 2004 22:15:40 +0000 (22:15 +0000)]
This is a one-line patch that increases the speed at which mutt
opens IMAP mailboxes, and addresses bug #1655.

20 years ago# changelog commit
Thomas Roessler [Tue, 20 Jul 2004 09:03:19 +0000 (09:03 +0000)]
# changelog commit

20 years agoupdate
Pawel Dziekonski [Tue, 20 Jul 2004 09:00:50 +0000 (09:00 +0000)]
update

20 years ago# changelog commit
Thomas Roessler [Tue, 20 Jul 2004 08:18:50 +0000 (08:18 +0000)]
# changelog commit

20 years agoUse List-Post headers when doing list-reply.
Thomas Roessler [Tue, 20 Jul 2004 08:17:21 +0000 (08:17 +0000)]
Use List-Post headers when doing list-reply.

20 years ago# changelog commit
Thomas Roessler [Mon, 19 Jul 2004 21:45:36 +0000 (21:45 +0000)]
# changelog commit

20 years agoFix #1548. (The first variant, with $imap_headers specifying
TAKAHASHI Tamotsu [Mon, 19 Jul 2004 21:44:23 +0000 (21:44 +0000)]
Fix #1548.  (The first variant, with $imap_headers specifying
headers that are downloaded in addition to the set required for mutt
to work properly.)

20 years ago# changelog commit
Thomas Roessler [Mon, 19 Jul 2004 21:42:51 +0000 (21:42 +0000)]
# changelog commit