]> granicus.if.org Git - neomutt/log
neomutt
20 years ago# changelog commit
Thomas Roessler [Mon, 12 Apr 2004 19:48:35 +0000 (19:48 +0000)]
# changelog commit

20 years agoFix #1831, Debian#237827.
Alain Bench [Mon, 12 Apr 2004 19:47:59 +0000 (19:47 +0000)]
Fix #1831, Debian#237827.

20 years ago# changelog commit
Thomas Roessler [Mon, 12 Apr 2004 19:42:27 +0000 (19:42 +0000)]
# changelog commit

20 years agoIntroduce config_charset.
Joël Riou [Mon, 12 Apr 2004 19:42:10 +0000 (19:42 +0000)]
Introduce config_charset.

20 years ago# changelog commit
Thomas Roessler [Mon, 12 Apr 2004 19:38:15 +0000 (19:38 +0000)]
# changelog commit

20 years agoupdate
Vsevolod Volkov [Mon, 12 Apr 2004 19:37:59 +0000 (19:37 +0000)]
update

20 years ago# changelog commit
Thomas Roessler [Mon, 12 Apr 2004 19:37:40 +0000 (19:37 +0000)]
# changelog commit

20 years agoupdate
Im Eunjea [Mon, 12 Apr 2004 19:37:23 +0000 (19:37 +0000)]
update

20 years ago# changelog commit
Thomas Roessler [Mon, 12 Apr 2004 19:35:03 +0000 (19:35 +0000)]
# changelog commit

20 years agoUnreferenced messages pattern: ~$
Holger Weiss [Mon, 12 Apr 2004 19:34:45 +0000 (19:34 +0000)]
Unreferenced messages pattern: ~$

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

20 years agoSASL2 needs errno.h.
Paul WALKER [Mon, 12 Apr 2004 19:20:13 +0000 (19:20 +0000)]
SASL2 needs errno.h.

20 years agoInclude the user ID with temporary file names. Suggested by
Thomas Roessler [Mon, 12 Apr 2004 19:17:32 +0000 (19:17 +0000)]
Include the user ID with temporary file names.  Suggested by
eravin@panix.com in #1833.

20 years agoFix #1708 the brutal way, by installing multiple copies of the
Thomas Roessler [Mon, 12 Apr 2004 19:07:05 +0000 (19:07 +0000)]
Fix #1708 the brutal way, by installing multiple copies of the
muttbug (pardon, flea) manual page.

20 years ago# changelog commit
Thomas Roessler [Mon, 12 Apr 2004 18:56:37 +0000 (18:56 +0000)]
# changelog commit

20 years agoFix Debian #206078, #214758; patch submitted by Artur Czechowski as
Neil Brown [Mon, 12 Apr 2004 18:56:18 +0000 (18:56 +0000)]
Fix Debian #206078, #214758; patch submitted by Artur Czechowski as
#1845.

20 years ago# changelog commit
Thomas Roessler [Sun, 21 Mar 2004 16:04:21 +0000 (16:04 +0000)]
# changelog commit

20 years agoupdate
Ivan Vilata i Balaguer [Sun, 21 Mar 2004 16:02:10 +0000 (16:02 +0000)]
update

21 years ago# changelog commit
Thomas Roessler [Wed, 11 Feb 2004 08:21:15 +0000 (08:21 +0000)]
# changelog commit

21 years agoFix some warnings.
Mads Martin Joergensen [Wed, 11 Feb 2004 08:20:25 +0000 (08:20 +0000)]
Fix some warnings.

21 years ago# changelog commit
Thomas Roessler [Sun, 8 Feb 2004 11:42:36 +0000 (11:42 +0000)]
# changelog commit

21 years agoFix a CP1255/8-related problem that's caused by a glibc/iconv bug.
Edmund GRIMLEY EVANS [Sun, 8 Feb 2004 11:41:31 +0000 (11:41 +0000)]
Fix a CP1255/8-related problem that's caused by a glibc/iconv bug.

21 years ago# changelog commit
Thomas Roessler [Sun, 8 Feb 2004 09:39:47 +0000 (09:39 +0000)]
# changelog commit

21 years agoChange the logic in mutt_open_read to only catch directories -- mutt
Thomas Roessler [Sun, 8 Feb 2004 09:38:38 +0000 (09:38 +0000)]
Change the logic in mutt_open_read to only catch directories -- mutt
may legitimately read devices (think /dev/null) or named pipes. Also
delegate error reporting to the calling function by setting errno.

21 years ago# changelog commit
Thomas Roessler [Sat, 7 Feb 2004 21:41:22 +0000 (21:41 +0000)]
# changelog commit

21 years agoupdate
TAKAHASHI Tamotsu [Sat, 7 Feb 2004 21:40:11 +0000 (21:40 +0000)]
update

21 years ago# changelog commit
Thomas Roessler [Sat, 7 Feb 2004 21:39:39 +0000 (21:39 +0000)]
# changelog commit

21 years agoHi, off_t is a 64-bit number (like on Mac OS X/darwin), the
Juan Altmayer Pizzorno [Sat, 7 Feb 2004 21:38:32 +0000 (21:38 +0000)]
Hi, off_t is a 64-bit number (like on Mac OS X/darwin), the
percentages don't show right while mutt is reading/parsing a
mailbox.  Here's a patch (against 1.5.6i) to fix that.

21 years ago# changelog commit
Thomas Roessler [Sat, 7 Feb 2004 21:37:50 +0000 (21:37 +0000)]
# changelog commit

21 years agoLooking at the code, the problem is pretty obvious. A recent patch
David Yitzchak Cohen [Sat, 7 Feb 2004 21:36:41 +0000 (21:36 +0000)]
Looking at the code, the problem is pretty obvious.  A recent patch
to init.c (the one that was supposed to prevent Mutt from silently
failing to read nonexistant RC files, IIRC) changed source_rc() to
stat(2) the RC "file" before trying to mutt_open_read() it.  There's
only one problem here: source_rc() has no way of knowing whether or
not its "file" is a file or a command.  I'm attaching a patch that
fixes the problem in what I believe is the right way.

21 years ago# changelog commit
Thomas Roessler [Thu, 5 Feb 2004 14:18:08 +0000 (14:18 +0000)]
# changelog commit

21 years agoBack out the patch for #1697.
Thomas Roessler [Thu, 5 Feb 2004 14:17:25 +0000 (14:17 +0000)]
Back out the patch for #1697.

21 years ago# changelog commit
Thomas Roessler [Mon, 2 Feb 2004 18:18:06 +0000 (18:18 +0000)]
# changelog commit

21 years agoupdate
Roland Rosenfeld [Mon, 2 Feb 2004 18:17:46 +0000 (18:17 +0000)]
update

21 years ago# changelog commit
Thomas Roessler [Mon, 2 Feb 2004 10:26:37 +0000 (10:26 +0000)]
# changelog commit

21 years agoupdate
Pawel Dziekonski [Mon, 2 Feb 2004 10:26:14 +0000 (10:26 +0000)]
update

21 years ago# changelog commit
Thomas Roessler [Mon, 2 Feb 2004 10:24:50 +0000 (10:24 +0000)]
# changelog commit

21 years agoupdate
Im Eunjea [Mon, 2 Feb 2004 10:24:32 +0000 (10:24 +0000)]
update

21 years ago# changelog commit
Thomas Roessler [Mon, 2 Feb 2004 10:23:18 +0000 (10:23 +0000)]
# changelog commit

21 years agoupdate
Vincent Lefevre [Mon, 2 Feb 2004 10:22:56 +0000 (10:22 +0000)]
update

17 years agoupdate tags
convert-repo [Thu, 1 Mar 2007 19:21:15 +0000 (19:21 +0000)]
update tags

21 years agoautomatic post-release commit for mutt-1.5.6
Thomas Roessler [Sun, 1 Feb 2004 18:26:11 +0000 (18:26 +0000)]
automatic post-release commit for mutt-1.5.6

21 years ago# changelog commit
Thomas Roessler [Sun, 1 Feb 2004 18:01:19 +0000 (18:01 +0000)]
# changelog commit

21 years agoAs you all know, running "mutt -F foo.rc" will have mutt read foo.rc
Mike Schiraldi [Sun, 1 Feb 2004 18:00:16 +0000 (18:00 +0000)]
As you all know, running "mutt -F foo.rc" will have mutt read foo.rc
as its config file. However, there is a bug -- if you specify a
directory (like accidentally typing "mutt -F /etc/mutt") mutt will
silently ignore the flag and leave you wondering why it isn't
working.

Emil Sit posted a patch for this in March of 2002, but it seems to
have slipped through the cracks. Here's the patch again; please
consider it for inclusion.

21 years ago# changelog commit
Thomas Roessler [Sun, 1 Feb 2004 17:51:42 +0000 (17:51 +0000)]
# changelog commit

21 years agoPut a zero byte into the string, not into the pointer.
Luke Mewburn [Sun, 1 Feb 2004 17:50:43 +0000 (17:50 +0000)]
Put a zero byte into the string, not into the pointer.

21 years ago# changelog commit
Thomas Roessler [Sun, 1 Feb 2004 17:49:33 +0000 (17:49 +0000)]
# changelog commit

21 years agoupdate
Dan Ohnesorg [Sun, 1 Feb 2004 17:48:25 +0000 (17:48 +0000)]
update

21 years ago# changelog commit
Thomas Roessler [Sun, 1 Feb 2004 17:46:43 +0000 (17:46 +0000)]
# changelog commit

21 years agoA cross-reference was missing.
Thomas Roessler [Sun, 1 Feb 2004 17:45:33 +0000 (17:45 +0000)]
A cross-reference was missing.

21 years ago# changelog commit
Thomas Roessler [Sun, 1 Feb 2004 17:43:13 +0000 (17:43 +0000)]
# changelog commit

21 years agoImprove documentation of alterantes.
Thomas Roessler [Sun, 1 Feb 2004 17:40:29 +0000 (17:40 +0000)]
Improve documentation of alterantes.

21 years ago# changelog commit
Thomas Roessler [Sun, 1 Feb 2004 17:12:18 +0000 (17:12 +0000)]
# changelog commit

21 years agoTurn alternates, lists, and subscribe into regular expression lists.
Thomas Roessler [Sun, 1 Feb 2004 17:10:43 +0000 (17:10 +0000)]
Turn alternates, lists, and subscribe into regular expression lists.

21 years ago# changelog commit
Thomas Roessler [Mon, 12 Jan 2004 22:58:13 +0000 (22:58 +0000)]
# changelog commit

21 years agoAvoid a Perl warning.
Christoph Ludwig [Mon, 12 Jan 2004 22:56:58 +0000 (22:56 +0000)]
Avoid a Perl warning.

21 years ago# changelog commit
Thomas Roessler [Mon, 12 Jan 2004 20:26:05 +0000 (20:26 +0000)]
# changelog commit

21 years agoThanks. The patch is committed to the CVS.
Matt Kraai [Mon, 12 Jan 2004 20:24:09 +0000 (20:24 +0000)]
Thanks.  The patch is committed to the CVS.

21 years ago# changelog commit
Thomas Roessler [Mon, 12 Jan 2004 20:00:58 +0000 (20:00 +0000)]
# changelog commit

21 years agoRetainable PGP signatures were broken badly. #1757.
Thomas Roessler [Mon, 12 Jan 2004 19:59:38 +0000 (19:59 +0000)]
Retainable PGP signatures were broken badly.  #1757.

21 years ago# changelog commit
Thomas Roessler [Mon, 5 Jan 2004 11:55:40 +0000 (11:55 +0000)]
# changelog commit

21 years agoBack out part of the previous SASL/IPv6 patch due to portability
Robert Schiele [Mon, 5 Jan 2004 11:55:14 +0000 (11:55 +0000)]
Back out part of the previous SASL/IPv6 patch due to portability
issues.

21 years ago# changelog commit
Thomas Roessler [Sun, 4 Jan 2004 11:11:25 +0000 (11:11 +0000)]
# changelog commit

21 years agoStrike that.
Thomas Roessler [Sun, 4 Jan 2004 11:10:21 +0000 (11:10 +0000)]
Strike that.

21 years ago# changelog commit
Thomas Roessler [Sun, 4 Jan 2004 11:05:52 +0000 (11:05 +0000)]
# changelog commit

21 years agoFix a memory management error. Ouch.
Thomas Roessler [Sun, 4 Jan 2004 11:04:46 +0000 (11:04 +0000)]
Fix a memory management error.  Ouch.

21 years ago#
Thomas Roessler [Sun, 4 Jan 2004 10:57:15 +0000 (10:57 +0000)]
#

21 years agoFix hide_missing / hide_limited documentation.
René Clerc [Sun, 4 Jan 2004 10:55:20 +0000 (10:55 +0000)]
Fix hide_missing / hide_limited documentation.

21 years agoPermit list patterns that match the domain name of an address; these
Thomas Roessler [Sun, 4 Jan 2004 10:51:49 +0000 (10:51 +0000)]
Permit list patterns that match the domain name of an address; these
patterns begin with '@'.  Example:  subscribe @bugs.guug.de matches
all messages sent to the bug tracking system.

21 years ago# changelog commit
Thomas Roessler [Sun, 4 Jan 2004 10:31:56 +0000 (10:31 +0000)]
# changelog commit

21 years agoArgh, I shouldn't replace files by patches.
Thomas Roessler [Sun, 4 Jan 2004 10:30:52 +0000 (10:30 +0000)]
Argh, I shouldn't replace files by patches.

21 years ago# changelog commit
Thomas Roessler [Sun, 4 Jan 2004 10:26:15 +0000 (10:26 +0000)]
# changelog commit

21 years agoFix #1697 (Debian #219594.)
Cameron Patrick [Sun, 4 Jan 2004 10:25:13 +0000 (10:25 +0000)]
Fix #1697 (Debian  #219594.)

21 years ago# changelog commit
Thomas Roessler [Sun, 4 Jan 2004 10:23:08 +0000 (10:23 +0000)]
# changelog commit

21 years agoupdate
Roland Rosenfeld [Sun, 4 Jan 2004 10:21:19 +0000 (10:21 +0000)]
update

21 years ago# changelog commit
Thomas Roessler [Sun, 4 Jan 2004 10:20:49 +0000 (10:20 +0000)]
# changelog commit

21 years agoupdate
TAKAHASHI Tamotsu [Sun, 4 Jan 2004 10:19:45 +0000 (10:19 +0000)]
update

21 years ago# changelog commit
Thomas Roessler [Sun, 4 Jan 2004 10:09:03 +0000 (10:09 +0000)]
# changelog commit

21 years agoupdate
Pawel Dziekonski [Sun, 4 Jan 2004 10:08:02 +0000 (10:08 +0000)]
update

21 years ago# changelog commit
Thomas Roessler [Sun, 4 Jan 2004 10:04:43 +0000 (10:04 +0000)]
# changelog commit

21 years agoFix #1488 (Debian#1882526): Honor Reply-To while generating
Michael Elkins [Sun, 4 Jan 2004 10:03:46 +0000 (10:03 +0000)]
Fix #1488 (Debian#1882526): Honor Reply-To while generating
Mail-Followup-To headers.

21 years ago# changelog commit
Thomas Roessler [Sun, 4 Jan 2004 10:00:43 +0000 (10:00 +0000)]
# changelog commit

21 years agoFix #1738; documentation issue re $from, $use_from.
Thomas Roessler [Sun, 4 Jan 2004 09:59:42 +0000 (09:59 +0000)]
Fix #1738; documentation issue re $from, $use_from.

21 years ago# changelog commit
Thomas Roessler [Sun, 4 Jan 2004 09:53:54 +0000 (09:53 +0000)]
# changelog commit

21 years agoFix #1724, cannot use ~h pattern match with reply-hook.
Michael Elkins [Sun, 4 Jan 2004 09:52:55 +0000 (09:52 +0000)]
Fix #1724, cannot use ~h pattern match with reply-hook.

21 years ago# changelog commit
Thomas Roessler [Sun, 4 Jan 2004 09:50:21 +0000 (09:50 +0000)]
# changelog commit

21 years agoAttached patch provides support of STLS (STARTTLS) command in POP3
Vsevolod Volkov [Sun, 4 Jan 2004 09:49:23 +0000 (09:49 +0000)]
Attached patch provides support of STLS (STARTTLS) command in POP3
protocol.

21 years agoupdate
Vsevolod Volkov [Sun, 4 Jan 2004 09:47:35 +0000 (09:47 +0000)]
update

21 years ago# changelog commit
Thomas Roessler [Sun, 4 Jan 2004 09:46:07 +0000 (09:46 +0000)]
# changelog commit

21 years agoFix #1703.
Brendan Cully [Sun, 4 Jan 2004 09:45:05 +0000 (09:45 +0000)]
Fix #1703.

21 years ago# changelog commit
Thomas Roessler [Sun, 4 Jan 2004 09:43:51 +0000 (09:43 +0000)]
# changelog commit

21 years agoFix a NULL pointer deference noted by Will Fiveash
Thomas Roessler [Sun, 4 Jan 2004 09:42:35 +0000 (09:42 +0000)]
Fix a NULL pointer deference noted by Will Fiveash
<william.fiveash@sun.com>.

21 years ago# changelog commit
Thomas Roessler [Tue, 30 Dec 2003 13:05:32 +0000 (13:05 +0000)]
# changelog commit

21 years agoHandle partially signed messages more reasonably. See #1743.
Thomas Roessler [Tue, 30 Dec 2003 13:04:20 +0000 (13:04 +0000)]
Handle partially signed messages more reasonably.  See #1743.

21 years ago# changelog commit
Thomas Roessler [Mon, 29 Dec 2003 11:49:07 +0000 (11:49 +0000)]
# changelog commit

21 years agoFix #844.
Alain Bench [Mon, 29 Dec 2003 11:44:35 +0000 (11:44 +0000)]
Fix #844.

21 years ago# changelog commit
Thomas Roessler [Mon, 29 Dec 2003 11:38:51 +0000 (11:38 +0000)]
# changelog commit

21 years agoA while ago I posted a similar patch which is necessary as when mutt
Patrick Welche [Mon, 29 Dec 2003 11:37:41 +0000 (11:37 +0000)]
A while ago I posted a similar patch which is necessary as when mutt
tries to connect to an imap server over ipv6 it stores the address
in a sockaddr which may not be large enough to hold the ipv6 address.

21 years ago# changelog commit
Thomas Roessler [Wed, 17 Dec 2003 17:42:14 +0000 (17:42 +0000)]
# changelog commit

21 years agopkcs7-signature wasn't recognized properly in one more place.
Scott Koranda [Wed, 17 Dec 2003 17:42:02 +0000 (17:42 +0000)]
pkcs7-signature wasn't recognized properly in one more place.