]> granicus.if.org Git - neomutt/log
neomutt
23 years agoupdate
Thomas Roessler [Wed, 10 Oct 2001 09:45:00 +0000 (09:45 +0000)]
update

23 years agoupdates.
Thomas Roessler [Wed, 10 Oct 2001 08:42:46 +0000 (08:42 +0000)]
updates.

23 years agoA different fix for #767.
Thomas Roessler [Tue, 9 Oct 2001 09:29:55 +0000 (09:29 +0000)]
A different fix for #767.

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

23 years agoautomatic post-release commit for mutt-1.3.23
Thomas Roessler [Tue, 9 Oct 2001 08:46:10 +0000 (08:46 +0000)]
automatic post-release commit for mutt-1.3.23

23 years agoWe do update .mh_sequences files now.
Thomas Roessler [Sun, 7 Oct 2001 06:43:52 +0000 (06:43 +0000)]
We do update .mh_sequences files now.

23 years agoDocumentation for check-traditional-pgp and for edit-type when used
Thomas Roessler [Sat, 6 Oct 2001 09:31:44 +0000 (09:31 +0000)]
Documentation for check-traditional-pgp and for edit-type when used
in read mode.

23 years agoFix #801.
Thomas Roessler [Tue, 2 Oct 2001 22:20:03 +0000 (22:20 +0000)]
Fix #801.

23 years agoCreate mh_sequences files when they don't exist. Suggested by
Thomas Roessler [Mon, 1 Oct 2001 09:58:49 +0000 (09:58 +0000)]
Create mh_sequences files when they don't exist.  Suggested by
TAKIZAWA Takashi <taki@luna.email.ne.jp>.

23 years agoMore character set aliases, from Ionel Mugurel Ciobica
Thomas Roessler [Fri, 28 Sep 2001 08:38:44 +0000 (08:38 +0000)]
More character set aliases, from Ionel Mugurel Ciobica
<tgakic@sg10.chem.tue.nl>.

23 years agoColor fix from Brandon Long. Welcome back!
Thomas Roessler [Fri, 28 Sep 2001 08:33:48 +0000 (08:33 +0000)]
Color fix from Brandon Long.  Welcome back!

23 years agoOK, I couldn't resist. ;-)
Thomas Roessler [Wed, 26 Sep 2001 10:56:52 +0000 (10:56 +0000)]
OK, I couldn't resist. ;-)

Depending on the user's usage patterns and configuration, there may
be a strong bias in maildir files moving either within the new or to
the cur subfolder. This patch adds hit counters for each of these
directories. Mutt will then look first into the directory
encountered more frequently in the past.  This should help to reduce
the cost of chasing messages a bit, and isn't too costly itself.

(Another possibility for optimization may be to actually base the
prediction on the configuration and on the message flags as we know
them - in particular, the mark_old and move options could have some
effect here.  Thinking about message flags, one could even replace
the simple heuristic currently implemented by a matrix recording hit
counters depending on flags.  But then again, it's all just playing
around, since this function will be invoked only rarely. ;-)

23 years agoFix inconsistencies between printing and displaying of
Thomas Roessler [Wed, 26 Sep 2001 10:33:09 +0000 (10:33 +0000)]
Fix inconsistencies between printing and displaying of
message/rfc822 body parts.

23 years agoFix attachment printing.
Thomas Roessler [Wed, 26 Sep 2001 10:10:20 +0000 (10:10 +0000)]
Fix attachment printing.

23 years agoSearch for messages which may have been moving under our feet in
Thomas Roessler [Wed, 26 Sep 2001 09:38:04 +0000 (09:38 +0000)]
Search for messages which may have been moving under our feet in
maildir folders.  Suggested by Bjoern Jacke.

23 years agoRemove --comment '' - it breaks pgpewrap and isn't necessary with
Thomas Roessler [Wed, 26 Sep 2001 09:36:57 +0000 (09:36 +0000)]
Remove --comment '' - it breaks pgpewrap and isn't necessary with
more recent gpg versions.

23 years agoupdate
Thomas Roessler [Fri, 21 Sep 2001 09:35:18 +0000 (09:35 +0000)]
update

23 years agofix #737.
Thomas Roessler [Mon, 17 Sep 2001 10:19:10 +0000 (10:19 +0000)]
fix #737.

23 years agoupdate
Thomas Roessler [Fri, 14 Sep 2001 08:19:30 +0000 (08:19 +0000)]
update

23 years agoMore addressbook fixes.
Thomas Roessler [Tue, 11 Sep 2001 12:24:32 +0000 (12:24 +0000)]
More addressbook fixes.

23 years agoThe addressbook used to crash when someone issued the alias and
Thomas Roessler [Tue, 11 Sep 2001 11:20:34 +0000 (11:20 +0000)]
The addressbook used to crash when someone issued the alias and
unalias commands while on that menu.  This patch has a basic fix for
this behaviour, and adds delete and undelete functions to this menu.
While I'm on it, I've also made sure that "apply-tag" untags
everything on all menus.

The original crash was noted by Oliver Kauss <kauss@gmx.de>.

23 years agoThomas Guettler <thomas@thomas-guettler.de> reports a segfault when
Thomas Roessler [Sat, 8 Sep 2001 14:23:05 +0000 (14:23 +0000)]
Thomas Guettler <thomas@thomas-guettler.de> reports a segfault when
you search for "~b \\${".

23 years agoupdate
Thomas Roessler [Sat, 8 Sep 2001 14:15:46 +0000 (14:15 +0000)]
update

23 years agoupdate
Thomas Roessler [Thu, 6 Sep 2001 12:10:10 +0000 (12:10 +0000)]
update

23 years agoTry to fix a boundary condition: Assume that you are in a limited
Thomas Roessler [Thu, 6 Sep 2001 09:04:07 +0000 (09:04 +0000)]
Try to fix a boundary condition: Assume that you are in a limited
view which includes the folder's last message.  Display that
message.  Wait until a new message is added to the current folder
which does NOT match the limit pattern. Press tab.  Mutt would get
confused.  I think that this patch fixes the problem (but I'm not
entirely sure).

23 years agoBSD/OS portability fix from Edmund Grimley Evans. #758.
Thomas Roessler [Wed, 5 Sep 2001 12:09:44 +0000 (12:09 +0000)]
BSD/OS portability fix from Edmund Grimley Evans.  #758.

23 years agopatch-1.3.22.1.remove_warnings.awn.1, from Andrew W. Nosenko.
Thomas Roessler [Wed, 5 Sep 2001 07:59:49 +0000 (07:59 +0000)]
patch-1.3.22.1.remove_warnings.awn.1, from Andrew W. Nosenko.

23 years agoupdate
Thomas Roessler [Tue, 4 Sep 2001 19:12:23 +0000 (19:12 +0000)]
update

23 years agopatch-bac.canonifypath-4.
Thomas Roessler [Tue, 4 Sep 2001 09:30:04 +0000 (09:30 +0000)]
patch-bac.canonifypath-4.

The attached patch reverts the IMAP canonification patch I reverted
a version ago (sorry for being so wishy-washy). This time I put in
some code to preserve IMAP URL passwords in the initial pass, so
people who like to use those sorts of URLs still can. That was the
only reason I had reverted the patch before.

(From Brendan Cully.)

23 years agoupdates
Thomas Roessler [Tue, 4 Sep 2001 09:29:08 +0000 (09:29 +0000)]
updates

23 years agopatch-bac.tunnelreopen-1 from Brendan Cully.
Thomas Roessler [Tue, 4 Sep 2001 09:18:32 +0000 (09:18 +0000)]
patch-bac.tunnelreopen-1 from Brendan Cully.

23 years agoDon't lose track of the current message when collapsing and changing
Thomas Roessler [Mon, 3 Sep 2001 13:59:37 +0000 (13:59 +0000)]
Don't lose track of the current message when collapsing and changing
sort modes wildly.  Noted by David T-G.

23 years agoMake MH sequences variable.
Thomas Roessler [Mon, 3 Sep 2001 12:46:24 +0000 (12:46 +0000)]
Make MH sequences variable.

23 years agoupdate
Thomas Roessler [Mon, 3 Sep 2001 12:30:15 +0000 (12:30 +0000)]
update

23 years agoDon't try to attach non-regular files. #754.
Thomas Roessler [Mon, 3 Sep 2001 12:17:33 +0000 (12:17 +0000)]
Don't try to attach non-regular files.  #754.

23 years agoMention mailto URL support.
Thomas Roessler [Fri, 31 Aug 2001 09:21:55 +0000 (09:21 +0000)]
Mention mailto URL support.

23 years agoFix some memory leaks. From Pawel Salek, by way of Brendan Cully.
Thomas Roessler [Fri, 31 Aug 2001 09:19:05 +0000 (09:19 +0000)]
Fix some memory leaks.  From Pawel Salek, by way of Brendan Cully.

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

23 years agoautomatic post-release commit for mutt-1.3.22.1
Thomas Roessler [Thu, 30 Aug 2001 21:30:29 +0000 (21:30 +0000)]
automatic post-release commit for mutt-1.3.22.1

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

23 years agoautomatic post-release commit for mutt-1.3.22
Thomas Roessler [Thu, 30 Aug 2001 21:04:20 +0000 (21:04 +0000)]
automatic post-release commit for mutt-1.3.22

23 years agoupdate
Thomas Roessler [Thu, 30 Aug 2001 21:00:51 +0000 (21:00 +0000)]
update

23 years agomore preparations for stabilizing 1.3.
Thomas Roessler [Thu, 30 Aug 2001 20:58:48 +0000 (20:58 +0000)]
more preparations for stabilizing 1.3.

23 years agoREADME.UPGRADE is quite outdated.
Thomas Roessler [Thu, 30 Aug 2001 20:58:19 +0000 (20:58 +0000)]
README.UPGRADE is quite outdated.

23 years agodocumentation updates.
Thomas Roessler [Thu, 30 Aug 2001 20:51:25 +0000 (20:51 +0000)]
documentation updates.

23 years agomention ~/.mutt/muttrc
Thomas Roessler [Thu, 30 Aug 2001 12:55:37 +0000 (12:55 +0000)]
mention ~/.mutt/muttrc

23 years agoFix #750 / deb#108628.
Thomas Roessler [Thu, 30 Aug 2001 08:20:45 +0000 (08:20 +0000)]
Fix #750 / deb#108628.

23 years agopatch-20010829.vvv.pop_auth
Thomas Roessler [Thu, 30 Aug 2001 08:11:06 +0000 (08:11 +0000)]
patch-20010829.vvv.pop_auth

23 years agoDon't do character conversion when we call an external handler for a
Thomas Roessler [Tue, 28 Aug 2001 20:39:04 +0000 (20:39 +0000)]
Don't do character conversion when we call an external handler for a
text type.  Assume that the conversion is done there.

23 years agoupdate
Thomas Roessler [Tue, 28 Aug 2001 16:23:24 +0000 (16:23 +0000)]
update

23 years agoDon't use the 7bit encoding for non-text MIME types. This may
Thomas Roessler [Fri, 24 Aug 2001 08:07:42 +0000 (08:07 +0000)]
Don't use the 7bit encoding for non-text MIME types.  This may
produce slightly longer messages, but it helps to avoid corruption
with binary attachments which look like text, but aren't.

23 years agoupdate
Thomas Roessler [Fri, 24 Aug 2001 08:01:43 +0000 (08:01 +0000)]
update

23 years agoMore liberally apply MIME encodings to non-text body parts when
Thomas Roessler [Fri, 24 Aug 2001 08:01:38 +0000 (08:01 +0000)]
More liberally apply MIME encodings to non-text body parts when
there's a ^From_ line.

23 years agoupdate
Thomas Roessler [Thu, 23 Aug 2001 19:10:04 +0000 (19:10 +0000)]
update

23 years agoupdate
Thomas Roessler [Thu, 23 Aug 2001 09:11:48 +0000 (09:11 +0000)]
update

23 years agoupdate
Thomas Roessler [Wed, 22 Aug 2001 14:41:32 +0000 (14:41 +0000)]
update

23 years agoupdate
Thomas Roessler [Wed, 22 Aug 2001 08:49:26 +0000 (08:49 +0000)]
update

23 years agoThis should fix the warnings which A. Nosenko found. (And may
Thomas Roessler [Wed, 22 Aug 2001 06:00:28 +0000 (06:00 +0000)]
This should fix the warnings which A. Nosenko found.  (And may
introduce new ones about unused variables.)

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

23 years agoautomatic post-release commit for mutt-1.3.21
Thomas Roessler [Tue, 21 Aug 2001 21:54:18 +0000 (21:54 +0000)]
automatic post-release commit for mutt-1.3.21

23 years agoCheck for .mew-cache in MH folders.
Thomas Roessler [Mon, 20 Aug 2001 12:11:28 +0000 (12:11 +0000)]
Check for .mew-cache in MH folders.

23 years agoMutt's detection of overly long lines would fail with text files
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.)

23 years agofix content-length headers.
Thomas Roessler [Mon, 13 Aug 2001 16:12:08 +0000 (16:12 +0000)]
fix content-length headers.

23 years agoFix treatment of maildir folders. We partially used mh routines for
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.

23 years agoFix the "strange e-mail header" bug. It was an uninitialized
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.

23 years agoUndo an earlier change to _mutt_expand_path, which seems to have
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.

23 years agoUpdate. Thanks, Brendan!
Thomas Roessler [Sat, 11 Aug 2001 17:38:39 +0000 (17:38 +0000)]
Update.  Thanks, Brendan!

23 years agoupdate
Thomas Roessler [Thu, 9 Aug 2001 11:28:09 +0000 (11:28 +0000)]
update

23 years agoupdate
Thomas Roessler [Thu, 9 Aug 2001 08:16:06 +0000 (08:16 +0000)]
update

23 years agoAdding someone I forgot.
Thomas Roessler [Wed, 8 Aug 2001 19:27:50 +0000 (19:27 +0000)]
Adding someone I forgot.

23 years agoUpdate credits. I'm sure I forgot some people. If you feel you're
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!

23 years agoHere's a fix to allow (n)curses versions to work with some terminfo
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.)

23 years agoAnother little MH buffy bug. From Len Lattanzi
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>.

23 years agofix an mh_buffy segfault.
Thomas Roessler [Fri, 3 Aug 2001 16:55:41 +0000 (16:55 +0000)]
fix an mh_buffy segfault.

23 years agoDon't default to "no" when we can't find sendmail. #713; Brendan
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.

23 years agoMH buffy.
Thomas Roessler [Fri, 3 Aug 2001 08:05:30 +0000 (08:05 +0000)]
MH buffy.

23 years agoDon't emit a comment armor header at all.
Thomas Roessler [Thu, 2 Aug 2001 22:59:16 +0000 (22:59 +0000)]
Don't emit a comment armor header at all.

23 years agoUpdate mh_sequences when messages are deleted. Note: Currently, we
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.

23 years agoFix #720.
Thomas Roessler [Thu, 2 Aug 2001 19:42:53 +0000 (19:42 +0000)]
Fix #720.

23 years agoNamespace fix. From Pawel Slawek (or Peter Bloomfield?); forwarded
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.

23 years agoupdate
Thomas Roessler [Wed, 1 Aug 2001 22:40:29 +0000 (22:40 +0000)]
update

23 years agoupdates.
Thomas Roessler [Wed, 1 Aug 2001 17:00:39 +0000 (17:00 +0000)]
updates.

23 years agoSigned fixes. Noted by Vincent Lefevre's compiler.
Thomas Roessler [Wed, 1 Aug 2001 14:06:58 +0000 (14:06 +0000)]
Signed fixes.  Noted by Vincent Lefevre's compiler.

23 years agoMore MH fixes.
Thomas Roessler [Tue, 31 Jul 2001 12:28:19 +0000 (12:28 +0000)]
More MH fixes.

23 years agofix a small typo
Thomas Roessler [Tue, 31 Jul 2001 12:23:29 +0000 (12:23 +0000)]
fix a small typo

23 years agoAdd mh_sequences support. I hope this works.
Thomas Roessler [Tue, 31 Jul 2001 12:17:48 +0000 (12:17 +0000)]
Add mh_sequences support.  I hope this works.

23 years agoFix the comment header, and generally be less verbose.
Thomas Roessler [Sun, 29 Jul 2001 09:48:04 +0000 (09:48 +0000)]
Fix the comment header, and generally be less verbose.

23 years agopatch-bac.imapnextword-1. From Brendan Cully.
Thomas Roessler [Thu, 26 Jul 2001 17:42:48 +0000 (17:42 +0000)]
patch-bac.imapnextword-1. From Brendan Cully.

23 years agoDon't confuse validity and trust when it comes to PGP keys.
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.

23 years agoO(n log (n)) sorting from Jan Kratochvil <short@ucw.cz>.
Thomas Roessler [Thu, 26 Jul 2001 10:14:36 +0000 (10:14 +0000)]
O(n log (n)) sorting from Jan Kratochvil <short@ucw.cz>.

23 years agoupdate-po after gettext update.
Thomas Roessler [Wed, 25 Jul 2001 19:51:56 +0000 (19:51 +0000)]
update-po after gettext update.

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

23 years agoautomatic post-release commit for mutt-1.3.20
Thomas Roessler [Tue, 24 Jul 2001 21:29:41 +0000 (21:29 +0000)]
automatic post-release commit for mutt-1.3.20

23 years agoAvoid mail loss with IMAP. From Brendan Cully.
Thomas Roessler [Tue, 24 Jul 2001 21:26:03 +0000 (21:26 +0000)]
Avoid mail loss with IMAP.  From Brendan Cully.

23 years agopatch-bac.capability-20010724.1. From Brendan Cully.
Thomas Roessler [Tue, 24 Jul 2001 15:52:16 +0000 (15:52 +0000)]
patch-bac.capability-20010724.1.  From Brendan Cully.

23 years agoAdd a status message, so "Writing messages" doesn't stay on screen
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.

23 years agoThe attached patch fixes a couple bugs I introduced recently when
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>

23 years agoRedraw when an alias is created - the user may have assigned a
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.

23 years agoupdate
Thomas Roessler [Thu, 19 Jul 2001 14:50:32 +0000 (14:50 +0000)]
update

23 years agoReplace mutt-dev@cs.hmc.edu by mutt-dev@mutt.org. Noted by "Mark E.
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>.