]>
granicus.if.org Git - neomutt/log
Thomas Roessler [Thu, 16 Aug 2001 12:42:30 +0000 (12:42 +0000)]
Mutt's detection of overly long lines would fail with text files
when the long line is the last one, and is not finished by a newline
character. This can, for instance, happen when you send out
macintosh-generated HTML files.
(And, apparently, we hit some boundary somewhere in the PGP code
with that - I had some truncated attachments today.)
Thomas Roessler [Mon, 13 Aug 2001 16:12:08 +0000 (16:12 +0000)]
fix content-length headers.
Thomas Roessler [Mon, 13 Aug 2001 11:55:46 +0000 (11:55 +0000)]
Fix treatment of maildir folders. We partially used mh routines for
these, introducing absurdities such as .mh_sequences files.
Thomas Roessler [Sun, 12 Aug 2001 10:15:15 +0000 (10:15 +0000)]
Fix the "strange e-mail header" bug. It was an uninitialized
buffer. Thanks to Brendan Cully for figuring it out.
Thomas Roessler [Sat, 11 Aug 2001 17:39:13 +0000 (17:39 +0000)]
Undo an earlier change to _mutt_expand_path, which seems to have
caused problems. From Brendan Cully.
Thomas Roessler [Sat, 11 Aug 2001 17:38:39 +0000 (17:38 +0000)]
Update. Thanks, Brendan!
Thomas Roessler [Thu, 9 Aug 2001 11:28:09 +0000 (11:28 +0000)]
update
Thomas Roessler [Thu, 9 Aug 2001 08:16:06 +0000 (08:16 +0000)]
update
Thomas Roessler [Wed, 8 Aug 2001 19:27:50 +0000 (19:27 +0000)]
Adding someone I forgot.
Thomas Roessler [Tue, 7 Aug 2001 12:45:51 +0000 (12:45 +0000)]
Update credits. I'm sure I forgot some people. If you feel you're
one of them, please drop me a line!
Thomas Roessler [Mon, 6 Aug 2001 17:49:06 +0000 (17:49 +0000)]
Here's a fix to allow (n)curses versions to work with some terminfo
entries where (for whatever reason), someone specified cvvis but not
cnorm. From a report/discussion with Mario Vanoni
<vanonim@dial.eunet.ch>. (From Thomas Dickey.)
Thomas Roessler [Mon, 6 Aug 2001 09:04:46 +0000 (09:04 +0000)]
Another little MH buffy bug. From Len Lattanzi
<Len.Lattanzi@Migration.com>.
Thomas Roessler [Fri, 3 Aug 2001 16:55:41 +0000 (16:55 +0000)]
fix an mh_buffy segfault.
Thomas Roessler [Fri, 3 Aug 2001 16:00:31 +0000 (16:00 +0000)]
Don't default to "no" when we can't find sendmail. #713; Brendan
Cully.
Thomas Roessler [Fri, 3 Aug 2001 08:05:30 +0000 (08:05 +0000)]
MH buffy.
Thomas Roessler [Thu, 2 Aug 2001 22:59:16 +0000 (22:59 +0000)]
Don't emit a comment armor header at all.
Thomas Roessler [Thu, 2 Aug 2001 22:31:21 +0000 (22:31 +0000)]
Update mh_sequences when messages are deleted. Note: Currently, we
only clean up our own sequences, and leave others' sequences alone.
Should possibly be fixed.
Thomas Roessler [Thu, 2 Aug 2001 19:42:53 +0000 (19:42 +0000)]
Fix #720.
Thomas Roessler [Thu, 2 Aug 2001 15:37:13 +0000 (15:37 +0000)]
Namespace fix. From Pawel Slawek (or Peter Bloomfield?); forwarded
by Brendan Cully.
Thomas Roessler [Wed, 1 Aug 2001 22:40:29 +0000 (22:40 +0000)]
update
Thomas Roessler [Wed, 1 Aug 2001 17:00:39 +0000 (17:00 +0000)]
updates.
Thomas Roessler [Wed, 1 Aug 2001 14:06:58 +0000 (14:06 +0000)]
Signed fixes. Noted by Vincent Lefevre's compiler.
Thomas Roessler [Tue, 31 Jul 2001 12:28:19 +0000 (12:28 +0000)]
More MH fixes.
Thomas Roessler [Tue, 31 Jul 2001 12:23:29 +0000 (12:23 +0000)]
fix a small typo
Thomas Roessler [Tue, 31 Jul 2001 12:17:48 +0000 (12:17 +0000)]
Add mh_sequences support. I hope this works.
Thomas Roessler [Sun, 29 Jul 2001 09:48:04 +0000 (09:48 +0000)]
Fix the comment header, and generally be less verbose.
Thomas Roessler [Thu, 26 Jul 2001 17:42:48 +0000 (17:42 +0000)]
patch-bac.imapnextword-1. From Brendan Cully.
Thomas Roessler [Thu, 26 Jul 2001 11:25:57 +0000 (11:25 +0000)]
Don't confuse validity and trust when it comes to PGP keys.
Thomas Roessler [Thu, 26 Jul 2001 10:14:36 +0000 (10:14 +0000)]
O(n log (n)) sorting from Jan Kratochvil <short@ucw.cz>.
Thomas Roessler [Wed, 25 Jul 2001 19:51:56 +0000 (19:51 +0000)]
update-po after gettext update.
convert-repo [Thu, 1 Mar 2007 19:18:26 +0000 (19:18 +0000)]
update tags
Thomas Roessler [Tue, 24 Jul 2001 21:29:41 +0000 (21:29 +0000)]
automatic post-release commit for mutt-1.3.20
Thomas Roessler [Tue, 24 Jul 2001 21:26:03 +0000 (21:26 +0000)]
Avoid mail loss with IMAP. From Brendan Cully.
Thomas Roessler [Tue, 24 Jul 2001 15:52:16 +0000 (15:52 +0000)]
patch-bac.capability-
20010724 .1. From Brendan Cully.
Thomas Roessler [Tue, 24 Jul 2001 11:54:04 +0000 (11:54 +0000)]
Add a status message, so "Writing messages" doesn't stay on screen
forever.
Thomas Roessler [Tue, 24 Jul 2001 06:42:06 +0000 (06:42 +0000)]
The attached patch fixes a couple bugs I introduced recently when
working around the buggy but firmly entrenched UW-IMAP 4.7 server.
These resulted in additional overhead when synchronising mailboxes
and occasional problems opening empty mailboxes.
From: Brendan Cully <brendan@kublai.com>
Thomas Roessler [Thu, 19 Jul 2001 14:51:14 +0000 (14:51 +0000)]
Redraw when an alias is created - the user may have assigned a
different realname.
Thomas Roessler [Thu, 19 Jul 2001 14:50:32 +0000 (14:50 +0000)]
update
Thomas Roessler [Wed, 11 Jul 2001 07:19:45 +0000 (07:19 +0000)]
Replace mutt-dev@cs.hmc.edu by mutt-dev@mutt.org. Noted by "Mark E.
Mallett" <mem@mv.mv.com>.
Thomas Roessler [Mon, 9 Jul 2001 20:54:34 +0000 (20:54 +0000)]
locale-related fix from Lars Hecking.
Thomas Roessler [Wed, 4 Jul 2001 07:35:20 +0000 (07:35 +0000)]
Fix a nit. From "Andrew W. Nosenko" <awn@bcs.zp.ua>
Thomas Roessler [Tue, 3 Jul 2001 19:32:10 +0000 (19:32 +0000)]
Iconv-related cleanup. From Brendan Cully.
Thomas Roessler [Tue, 3 Jul 2001 19:31:59 +0000 (19:31 +0000)]
Unified buffer handling, from Brendan Cully.
Thomas Roessler [Tue, 3 Jul 2001 17:05:47 +0000 (17:05 +0000)]
Don't sign-extend chars.
Thomas Roessler [Tue, 3 Jul 2001 12:17:31 +0000 (12:17 +0000)]
Fixing a PGP signature reporting bug; adding debugging output.
Thomas Roessler [Tue, 3 Jul 2001 09:50:27 +0000 (09:50 +0000)]
Don't fcntl -1. From Brendan.
Thomas Roessler [Tue, 3 Jul 2001 09:50:03 +0000 (09:50 +0000)]
Fix #677. From Brendan Cully.
Thomas Roessler [Mon, 2 Jul 2001 20:28:32 +0000 (20:28 +0000)]
Fix a minor nit with the external query interface.
Thomas Roessler [Mon, 2 Jul 2001 14:19:51 +0000 (14:19 +0000)]
documentation from Brendan Cully.
Thomas Roessler [Fri, 29 Jun 2001 10:06:14 +0000 (10:06 +0000)]
patch-bac-vvvacounthook-
20010628 .1
Thomas Roessler [Thu, 28 Jun 2001 20:34:05 +0000 (20:34 +0000)]
Query patch from Olivier Chapuis <olivier.chapuis@free.fr>.
Thomas Roessler [Wed, 27 Jun 2001 16:08:06 +0000 (16:08 +0000)]
update.
Thomas Roessler [Wed, 27 Jun 2001 10:09:40 +0000 (10:09 +0000)]
patch-1.3.19i.rs.keep_flagged
Thomas Roessler [Tue, 26 Jun 2001 10:26:54 +0000 (10:26 +0000)]
fixes.
Thomas Roessler [Tue, 26 Jun 2001 10:25:39 +0000 (10:25 +0000)]
Fix handling of revocation certificates.
Thomas Roessler [Tue, 26 Jun 2001 10:13:39 +0000 (10:13 +0000)]
Also dump revocations.
Thomas Roessler [Tue, 26 Jun 2001 10:06:53 +0000 (10:06 +0000)]
Add a very simple signature-dumping mode to pgpring. (Not needed
for mutt.)
Thomas Roessler [Tue, 19 Jun 2001 08:39:17 +0000 (08:39 +0000)]
update
Thomas Roessler [Tue, 19 Jun 2001 08:38:57 +0000 (08:38 +0000)]
IMAP error checking for bug #662. From Brendan Cully.
Thomas Roessler [Mon, 18 Jun 2001 17:29:54 +0000 (17:29 +0000)]
Renaming the Chinese translations.
Thomas Roessler [Mon, 18 Jun 2001 15:59:53 +0000 (15:59 +0000)]
update
Thomas Roessler [Mon, 18 Jun 2001 15:56:46 +0000 (15:56 +0000)]
The attached patch adds two variables: $pop_authenticators and
$pop_auth_try_all.
From Vsevolod Volkov.
Thomas Roessler [Thu, 14 Jun 2001 13:29:06 +0000 (13:29 +0000)]
update
Thomas Roessler [Wed, 13 Jun 2001 08:29:16 +0000 (08:29 +0000)]
Avoid more m4 macro collisions.
Thomas Roessler [Wed, 13 Jun 2001 08:28:12 +0000 (08:28 +0000)]
An updated version of the previous patch. From Brendan.
Thomas Roessler [Wed, 13 Jun 2001 08:27:44 +0000 (08:27 +0000)]
This patch closes a ridiculous bug where the SASL library could be
used without being initialised. I don't understand why lots of people
weren't having problems, unless no one who uses SASL uses POP :)
closes 549
From Brendan Cully.
Thomas Roessler [Wed, 13 Jun 2001 08:26:46 +0000 (08:26 +0000)]
update
Thomas Roessler [Tue, 12 Jun 2001 12:45:28 +0000 (12:45 +0000)]
gettext-related fixes. Most of this may just be temporary if we
decide to get rid of our own gettext.m4.
Thomas Roessler [Tue, 12 Jun 2001 12:38:06 +0000 (12:38 +0000)]
Fix comments.
Thomas Roessler [Tue, 12 Jun 2001 12:18:33 +0000 (12:18 +0000)]
update
Thomas Roessler [Mon, 11 Jun 2001 18:32:03 +0000 (18:32 +0000)]
patch-bac.flags-
20010611 .1
Thomas Roessler [Mon, 11 Jun 2001 17:54:00 +0000 (17:54 +0000)]
update.
Thomas Roessler [Mon, 11 Jun 2001 17:03:28 +0000 (17:03 +0000)]
Updates from Byrial Jensen.
Thomas Roessler [Mon, 11 Jun 2001 17:03:09 +0000 (17:03 +0000)]
command/function cosmetics from Byrial Jensen.
Thomas Roessler [Mon, 11 Jun 2001 17:00:24 +0000 (17:00 +0000)]
update.
Thomas Roessler [Mon, 11 Jun 2001 16:55:57 +0000 (16:55 +0000)]
Use the EMAIL environment variable as the default for $from.
Thomas Roessler [Mon, 11 Jun 2001 16:55:35 +0000 (16:55 +0000)]
update.
Thomas Roessler [Mon, 11 Jun 2001 09:00:23 +0000 (09:00 +0000)]
update.
Thomas Roessler [Thu, 7 Jun 2001 23:15:53 +0000 (23:15 +0000)]
updates for 1.3.19.
Thomas Roessler [Thu, 7 Jun 2001 20:16:54 +0000 (20:16 +0000)]
A fixed version from EGE.
Thomas Roessler [Thu, 7 Jun 2001 20:14:27 +0000 (20:14 +0000)]
Don't try to upload to sigtrap.guug.de any more.
convert-repo [Thu, 1 Mar 2007 19:18:18 +0000 (19:18 +0000)]
update tags
Thomas Roessler [Thu, 7 Jun 2001 20:12:16 +0000 (20:12 +0000)]
automatic post-release commit for mutt-1.3.19
Thomas Roessler [Thu, 7 Jun 2001 20:09:54 +0000 (20:09 +0000)]
Don't check in intl/
Thomas Roessler [Thu, 7 Jun 2001 20:03:57 +0000 (20:03 +0000)]
More from the gettext munster patch from E.G.E.
Thomas Roessler [Thu, 7 Jun 2001 20:02:36 +0000 (20:02 +0000)]
Gettext update. (From E.G.E., of course.)
Thomas Roessler [Thu, 7 Jun 2001 20:02:28 +0000 (20:02 +0000)]
Gettext update.
Thomas Roessler [Thu, 7 Jun 2001 18:50:13 +0000 (18:50 +0000)]
update.
Thomas Roessler [Thu, 7 Jun 2001 18:50:00 +0000 (18:50 +0000)]
ALL_LINGUAS. I forgot to do this earlier today.
Thomas Roessler [Thu, 7 Jun 2001 18:49:38 +0000 (18:49 +0000)]
Documentation update from Brendan Cully.
Thomas Roessler [Thu, 7 Jun 2001 09:01:28 +0000 (09:01 +0000)]
Updating the gl translation, another update-po run.
Thomas Roessler [Thu, 7 Jun 2001 08:58:05 +0000 (08:58 +0000)]
Changed to utf-8 in order to avoid problems with recent gettext
versions. Thanks to EGE!
(BTW, the file name is lying now. Is this a problem?)
Thomas Roessler [Thu, 7 Jun 2001 08:57:07 +0000 (08:57 +0000)]
update-po; adding an Estonian translation.
Thomas Roessler [Thu, 7 Jun 2001 08:53:06 +0000 (08:53 +0000)]
Fix a small bug.
Thomas Roessler [Thu, 7 Jun 2001 08:51:54 +0000 (08:51 +0000)]
This patch ensures IMAP FLAGS aren't parsed twice when fetching the
full message body. It really only amounts to a cosmetic error, but
may cause spurious "Mailbox externally modified" messages.
From Brendan Cully.
Thomas Roessler [Thu, 7 Jun 2001 08:51:31 +0000 (08:51 +0000)]
Documentation updates and a little bug fix. From Brendan Cully.
Thomas Roessler [Thu, 7 Jun 2001 08:50:58 +0000 (08:50 +0000)]
Don't add empty strings to lists. From Thomas Parmelan
<tom@proxad.net>.
Thomas Roessler [Tue, 5 Jun 2001 15:43:41 +0000 (15:43 +0000)]
Leave slightly more margin with format=flowed.
Thomas Roessler [Tue, 5 Jun 2001 13:37:08 +0000 (13:37 +0000)]
patch-bac.sockets-
20010605 .1
Thomas Roessler [Tue, 5 Jun 2001 08:13:43 +0000 (08:13 +0000)]
Change the delimiter for imap_authenticators to a colon.