]> granicus.if.org Git - neomutt/log
neomutt
24 years agoupdate
Thomas Roessler [Tue, 30 Jan 2001 10:14:36 +0000 (10:14 +0000)]
update

24 years agoupdate.
Thomas Roessler [Tue, 30 Jan 2001 10:14:19 +0000 (10:14 +0000)]
update.

24 years agoFixing a stupid typo. bug#445, from Larry Rosenman <ler@lerctr.org>.
Thomas Roessler [Tue, 30 Jan 2001 10:14:04 +0000 (10:14 +0000)]
Fixing a stupid typo.  bug#445, from Larry Rosenman <ler@lerctr.org>.

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

24 years agoautomatic post-release commit for mutt-1.3.14
Thomas Roessler [Sat, 27 Jan 2001 13:50:13 +0000 (13:50 +0000)]
automatic post-release commit for mutt-1.3.14

24 years agoMore improvements to the recvattach collapsing.
Thomas Roessler [Sat, 27 Jan 2001 13:41:11 +0000 (13:41 +0000)]
More improvements to the recvattach collapsing.

24 years agoAdd collapsing to the receive-attach menu, and improve digest
Thomas Roessler [Sat, 27 Jan 2001 13:33:53 +0000 (13:33 +0000)]
Add collapsing to the receive-attach menu, and improve digest
handling that way.

24 years agoFixes from Björn Jacke <bjacke@suse.de>.
Thomas Roessler [Thu, 25 Jan 2001 12:04:46 +0000 (12:04 +0000)]
Fixes from Björn Jacke <bjacke@suse.de>.

24 years agoA nit from Björn Jacke <bjacke@suse.de>.
Thomas Roessler [Thu, 25 Jan 2001 12:04:43 +0000 (12:04 +0000)]
A nit from Björn Jacke <bjacke@suse.de>.

24 years agopatch-1.3.13.tk.ssl.connect.1
Thomas Roessler [Mon, 22 Jan 2001 11:04:56 +0000 (11:04 +0000)]
patch-1.3.13.tk.ssl.connect.1

24 years agoCompletion fix. From Aaron Schrab <aaron+mutt@schrab.com>.
Thomas Roessler [Thu, 18 Jan 2001 11:27:56 +0000 (11:27 +0000)]
Completion fix.  From Aaron Schrab <aaron+mutt@schrab.com>.

24 years agoThis one-line diff should fix the behaviour of the address parser
Thomas Roessler [Wed, 17 Jan 2001 08:53:12 +0000 (08:53 +0000)]
This one-line diff should fix the behaviour of the address parser
when encountering loose dots in addresses.

24 years agoTry to catch mysterious failures of the SASL library instead of
Thomas Roessler [Wed, 17 Jan 2001 01:02:15 +0000 (01:02 +0000)]
Try to catch mysterious failures of the SASL library instead of
hanging.  From Brendan Cully.

24 years agoSome debugging helpers.
Thomas Roessler [Mon, 15 Jan 2001 10:40:50 +0000 (10:40 +0000)]
Some debugging helpers.

24 years agoUse safe_fclose() where a NULL pointer may be passed to fclose().
Thomas Roessler [Mon, 15 Jan 2001 10:40:44 +0000 (10:40 +0000)]
Use safe_fclose() where a NULL pointer may be passed to fclose().

24 years agoMake ~m usable in $simple_search. From <David.Good@stratasource.com>.
Thomas Roessler [Mon, 15 Jan 2001 10:19:32 +0000 (10:19 +0000)]
Make ~m usable in $simple_search.  From <David.Good@stratasource.com>.

24 years agoMake some messages about mime-forwarding more comprehensible to
Thomas Roessler [Wed, 10 Jan 2001 19:36:43 +0000 (19:36 +0000)]
Make some messages about mime-forwarding more comprehensible to
normal users.

24 years agoLet check_sec.sh check for use of the unsafe malloc, realloc, free,
Thomas Roessler [Mon, 8 Jan 2001 23:09:30 +0000 (23:09 +0000)]
Let check_sec.sh check for use of the unsafe malloc, realloc, free,
and strdup routines.  While we are on it, plug some memory leaks and
make some code understandable.

24 years agoFix and/or check more fishy code.
Thomas Roessler [Mon, 8 Jan 2001 16:57:20 +0000 (16:57 +0000)]
Fix and/or check more fishy code.

24 years agoGoing through possible security problems with a fine comb. If you
Thomas Roessler [Mon, 8 Jan 2001 16:33:57 +0000 (16:33 +0000)]
Going through possible security problems with a fine comb.  If you
want to help, check out the current source, and run check_sec.sh.

24 years agoSome automated security checks concerning fopen() calls.
Thomas Roessler [Mon, 8 Jan 2001 16:13:57 +0000 (16:13 +0000)]
Some automated security checks concerning fopen() calls.

24 years agoDon't use debugfile unless DEBUG is #defined.
Thomas Roessler [Thu, 4 Jan 2001 05:39:31 +0000 (05:39 +0000)]
Don't use debugfile unless DEBUG is #defined.

24 years agoMore wide-char patches from EGE.
Thomas Roessler [Wed, 3 Jan 2001 13:39:48 +0000 (13:39 +0000)]
More wide-char patches from EGE.

24 years agoDon't accept '\0' as keyboard input.
Thomas Roessler [Wed, 3 Jan 2001 11:11:40 +0000 (11:11 +0000)]
Don't accept '\0' as keyboard input.

24 years agoSet SASL_IP_{LOCAL,REMOTE} properties - needed for krb4 support;
Thomas Roessler [Wed, 3 Jan 2001 10:56:05 +0000 (10:56 +0000)]
Set SASL_IP_{LOCAL,REMOTE} properties - needed for krb4 support;
from yak@MIT.EDU.

24 years agoTry to fix nonprintable character input.
Thomas Roessler [Wed, 3 Jan 2001 10:52:45 +0000 (10:52 +0000)]
Try to fix nonprintable character input.

24 years agoExtend the editor so it supports unprintable characters.
Thomas Roessler [Wed, 3 Jan 2001 10:44:23 +0000 (10:44 +0000)]
Extend the editor so it supports unprintable characters.

24 years agoMake my_wcstombs more robust. From EGE.
Thomas Roessler [Tue, 2 Jan 2001 16:34:26 +0000 (16:34 +0000)]
Make my_wcstombs more robust.  From EGE.

24 years agoOnly show mailboxes with -y. From devenish@arcme.uwa.edu.au.
Thomas Roessler [Tue, 2 Jan 2001 09:35:37 +0000 (09:35 +0000)]
Only show mailboxes with -y.  From devenish@arcme.uwa.edu.au.

24 years agoFix password input. From Vsevolod Volkov.
Thomas Roessler [Tue, 2 Jan 2001 09:34:30 +0000 (09:34 +0000)]
Fix password input.  From Vsevolod Volkov.

24 years agoMissing patches from VVV.
Thomas Roessler [Sun, 31 Dec 2000 15:30:49 +0000 (15:30 +0000)]
Missing patches from VVV.

24 years agoExperimental patch to add an imap-fetch-mail function.
Thomas Roessler [Sun, 31 Dec 2000 12:39:15 +0000 (12:39 +0000)]
Experimental patch to add an imap-fetch-mail function.

24 years agoMake browser behaviour more consistent with expectations.
Thomas Roessler [Sun, 31 Dec 2000 11:24:18 +0000 (11:24 +0000)]
Make browser behaviour more consistent with expectations.

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

24 years agoautomatic post-release commit for mutt-1.3.13
Thomas Roessler [Sun, 31 Dec 2000 10:13:28 +0000 (10:13 +0000)]
automatic post-release commit for mutt-1.3.13

24 years agoupdate.
Thomas Roessler [Sat, 30 Dec 2000 10:28:16 +0000 (10:28 +0000)]
update.

24 years agoautoconf consmetics. From L.H.
Thomas Roessler [Fri, 22 Dec 2000 18:03:34 +0000 (18:03 +0000)]
autoconf consmetics.  From L.H.

24 years agoSome more changes to the enter code.
Thomas Roessler [Fri, 22 Dec 2000 13:04:44 +0000 (13:04 +0000)]
Some more changes to the enter code.

24 years agoFix some ugly bugs in the completion code. In particular,
Thomas Roessler [Fri, 22 Dec 2000 12:45:31 +0000 (12:45 +0000)]
Fix some ugly bugs in the completion code.  In particular,
replace_part() could lead to heap corruption.

24 years agoLithuanian translation. From Gediminas Paulauskas <menesis@delfi.lt>.
Thomas Roessler [Fri, 22 Dec 2000 09:00:10 +0000 (09:00 +0000)]
Lithuanian translation.  From Gediminas Paulauskas <menesis@delfi.lt>.

24 years agopatch.me.maildir_trash.1
Thomas Roessler [Thu, 21 Dec 2000 09:19:41 +0000 (09:19 +0000)]
patch.me.maildir_trash.1

24 years agoupdate.
Thomas Roessler [Sun, 17 Dec 2000 19:54:58 +0000 (19:54 +0000)]
update.

24 years agoImprove hook documentation. From Lars Hecking.
Thomas Roessler [Thu, 14 Dec 2000 15:40:30 +0000 (15:40 +0000)]
Improve hook documentation.  From Lars Hecking.

24 years agoMore file name completion fixes.
Thomas Roessler [Thu, 14 Dec 2000 13:29:04 +0000 (13:29 +0000)]
More file name completion fixes.

24 years agoFix "tab-tab" at the change-folder prompt.
Thomas Roessler [Thu, 14 Dec 2000 13:26:13 +0000 (13:26 +0000)]
Fix "tab-tab" at the change-folder prompt.

24 years agoAvoid implicit flag updates with IMAP. From Brendan Cully.
Thomas Roessler [Sun, 10 Dec 2000 21:01:30 +0000 (21:01 +0000)]
Avoid implicit flag updates with IMAP.  From Brendan Cully.

24 years agoMore enter.c updates. From E.G.E..
Thomas Roessler [Sun, 10 Dec 2000 18:03:43 +0000 (18:03 +0000)]
More enter.c updates.  From E.G.E..

24 years agoMore changes to the utf-8 friendly line editor: Implement some
Thomas Roessler [Sun, 10 Dec 2000 10:10:06 +0000 (10:10 +0000)]
More changes to the utf-8 friendly line editor: Implement some
missing functions, include some more header files.

24 years agoRemove an unnecessary ENTER_STATE allocation.
Thomas Roessler [Fri, 8 Dec 2000 10:38:30 +0000 (10:38 +0000)]
Remove an unnecessary ENTER_STATE allocation.

24 years agoMake _mutt_enter_string() re-entrant.
Thomas Roessler [Fri, 8 Dec 2000 10:34:34 +0000 (10:34 +0000)]
Make _mutt_enter_string() re-entrant.

24 years agoMake the line editor utf-8 friendly. First take from Edmund Grimley
Thomas Roessler [Fri, 8 Dec 2000 09:55:29 +0000 (09:55 +0000)]
Make the line editor utf-8 friendly.  First take from Edmund Grimley
Evans.

24 years agoFix pgp_ignore_subkeys.
Thomas Roessler [Wed, 6 Dec 2000 20:31:46 +0000 (20:31 +0000)]
Fix pgp_ignore_subkeys.

24 years agoMake the BEEP macro a bit safer. From EGE.
Thomas Roessler [Wed, 6 Dec 2000 08:59:47 +0000 (08:59 +0000)]
Make the BEEP macro a bit safer.  From EGE.

24 years agoFix a memory leak in imap_logout_all.
Thomas Roessler [Wed, 6 Dec 2000 08:27:37 +0000 (08:27 +0000)]
Fix a memory leak in imap_logout_all.

24 years agoA little fix for the -HAVE_WC_FUNCS +LOCALES_HACK case. From EGE.
Thomas Roessler [Mon, 4 Dec 2000 09:00:08 +0000 (09:00 +0000)]
A little fix for the -HAVE_WC_FUNCS +LOCALES_HACK case.  From EGE.

24 years agoDocument the fact that Courier MTA corrupts PGP/MIME signatures.
Thomas Roessler [Sun, 3 Dec 2000 09:34:41 +0000 (09:34 +0000)]
Document the fact that Courier MTA corrupts PGP/MIME signatures.

24 years agoupdate.
Thomas Roessler [Sat, 2 Dec 2000 09:16:47 +0000 (09:16 +0000)]
update.

24 years agoupdates
Thomas Roessler [Tue, 28 Nov 2000 11:19:57 +0000 (11:19 +0000)]
updates

24 years agoMake sure edit-type works without a segmentation fault from the
Thomas Roessler [Mon, 27 Nov 2000 13:14:28 +0000 (13:14 +0000)]
Make sure edit-type works without a segmentation fault from the
receive-attach menu.

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

24 years agoautomatic post-release commit for mutt-1.3.12
Thomas Roessler [Mon, 27 Nov 2000 11:34:43 +0000 (11:34 +0000)]
automatic post-release commit for mutt-1.3.12

24 years agoUse display_filter to fix some ugliness people are sending me.
Thomas Roessler [Thu, 23 Nov 2000 10:30:49 +0000 (10:30 +0000)]
Use display_filter to fix some ugliness people are sending me.

24 years agoDon't endwin() before invoking the display_filter.
Thomas Roessler [Thu, 23 Nov 2000 10:30:33 +0000 (10:30 +0000)]
Don't endwin() before invoking the display_filter.

24 years agoIntroduce mutt_curses_message/mutt_nocurses_message. From Olaf Kirch.
Thomas Roessler [Tue, 21 Nov 2000 10:31:58 +0000 (10:31 +0000)]
Introduce mutt_curses_message/mutt_nocurses_message.  From Olaf Kirch.

24 years agoAdd a missing --textmode switch.
Thomas Roessler [Mon, 20 Nov 2000 13:20:28 +0000 (13:20 +0000)]
Add a missing --textmode switch.

24 years agoMention $print_split.
Thomas Roessler [Sun, 19 Nov 2000 20:39:49 +0000 (20:39 +0000)]
Mention $print_split.

24 years agoupdate
Thomas Roessler [Sun, 19 Nov 2000 20:34:16 +0000 (20:34 +0000)]
update

24 years agoIntroduce a new option named $print_split. While we are on it,
Thomas Roessler [Sun, 19 Nov 2000 20:33:24 +0000 (20:33 +0000)]
Introduce a new option named $print_split.  While we are on it,
unify the pipe-message and print-message code, and fix the PGP
key-extraction code so it doesn't interact with OPTPIPEDECODE in
strange manners any more.

24 years agoRemove an unnecessary include statement.
Thomas Roessler [Sat, 18 Nov 2000 19:50:48 +0000 (19:50 +0000)]
Remove an unnecessary include statement.

24 years agoSmall fix from Jörgen Tegnér <teg@post.netlink.se>.
Thomas Roessler [Fri, 17 Nov 2000 09:19:41 +0000 (09:19 +0000)]
Small fix from Jörgen Tegnér <teg@post.netlink.se>.

24 years agoMake folder synchronization possible from within the pager. From
Thomas Roessler [Fri, 17 Nov 2000 09:17:55 +0000 (09:17 +0000)]
Make folder synchronization possible from within the pager.  From
Chris Cutler <cutler@bluemug.com>.

24 years agoFix langinfo-based character set detection. From Martin Norbäck
Thomas Roessler [Wed, 15 Nov 2000 20:29:58 +0000 (20:29 +0000)]
Fix langinfo-based character set detection.  From Martin Norbäck
<d95mback@dtek.chalmers.se>.

24 years agoanother possibly problematic case.
Thomas Roessler [Tue, 14 Nov 2000 16:57:19 +0000 (16:57 +0000)]
another possibly problematic case.

24 years agoTry fixing a possible segmentation fault. I'm not entirely sure how
Thomas Roessler [Tue, 14 Nov 2000 16:56:42 +0000 (16:56 +0000)]
Try fixing a possible segmentation fault.  I'm not entirely sure how
I produced it, but it's at least obvious where it happened.

24 years agoAdd the pgp_ignore_subkeys option. Unset it to get the traditional
Thomas Roessler [Mon, 13 Nov 2000 22:19:57 +0000 (22:19 +0000)]
Add the pgp_ignore_subkeys option.  Unset it to get the traditional
listing with all the subkeys.  (Experimental, may introduce new bugs.)

24 years agoupdate
Thomas Roessler [Mon, 13 Nov 2000 17:27:39 +0000 (17:27 +0000)]
update

24 years agoQualify some more header fields.
Thomas Roessler [Mon, 13 Nov 2000 13:56:51 +0000 (13:56 +0000)]
Qualify some more header fields.

24 years agoAdd a sig_on_top option.
Thomas Roessler [Tue, 7 Nov 2000 10:31:51 +0000 (10:31 +0000)]
Add a sig_on_top option.

24 years agoupdate
Thomas Roessler [Tue, 7 Nov 2000 10:30:59 +0000 (10:30 +0000)]
update

24 years agoupdate
Thomas Roessler [Mon, 6 Nov 2000 11:25:59 +0000 (11:25 +0000)]
update

24 years agoMake building mutt without iconv support possible. From EGE.
Thomas Roessler [Mon, 6 Nov 2000 11:25:45 +0000 (11:25 +0000)]
Make building mutt without iconv support possible.  From EGE.

24 years agoChange pgp_good_sign's default to 0 instead of UL "". This should
Thomas Roessler [Fri, 3 Nov 2000 10:16:32 +0000 (10:16 +0000)]
Change pgp_good_sign's default to 0 instead of UL "".  This should
fix the annoying error messages when starting up mutt on some systems.

24 years agoMake error reporting more verbose.
Thomas Roessler [Fri, 3 Nov 2000 09:53:49 +0000 (09:53 +0000)]
Make error reporting more verbose.

24 years agoupdates
Thomas Roessler [Fri, 3 Nov 2000 09:53:39 +0000 (09:53 +0000)]
updates

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

24 years agoautomatic post-release commit for mutt-1.3.11
Thomas Roessler [Wed, 1 Nov 2000 13:14:14 +0000 (13:14 +0000)]
automatic post-release commit for mutt-1.3.11

24 years agoA nicer version of {capitalize,...}-word functions.
Thomas Roessler [Fri, 27 Oct 2000 10:51:01 +0000 (10:51 +0000)]
A nicer version of {capitalize,...}-word functions.

24 years agoDocument the recent additions to the line editor.
Thomas Roessler [Fri, 27 Oct 2000 10:38:43 +0000 (10:38 +0000)]
Document the recent additions to the line editor.

24 years agoAdd capitalize-word, upcase-word, downcase-word functions to the
Thomas Roessler [Fri, 27 Oct 2000 10:35:04 +0000 (10:35 +0000)]
Add capitalize-word, upcase-word, downcase-word functions to the
editor.  Bindings follow the Emacs conventions (i.e., M-c, M-u, M-d).

24 years agoFix parsing of route-addrs.
Thomas Roessler [Wed, 25 Oct 2000 18:56:20 +0000 (18:56 +0000)]
Fix parsing of route-addrs.

24 years agoDocument edit-type. From Mikko Hänninen.
Thomas Roessler [Tue, 24 Oct 2000 08:59:21 +0000 (08:59 +0000)]
Document edit-type.  From Mikko Hänninen.

24 years agoupdate
Thomas Roessler [Tue, 24 Oct 2000 08:27:32 +0000 (08:27 +0000)]
update

24 years agoTypo. From Daniel Roesen <dr@bofh.de>.
Thomas Roessler [Mon, 23 Oct 2000 16:39:10 +0000 (16:39 +0000)]
Typo.  From Daniel Roesen <dr@bofh.de>.

24 years agoFix documentation of uznknown MIME type handling. From Brian
Thomas Roessler [Mon, 23 Oct 2000 16:26:47 +0000 (16:26 +0000)]
Fix documentation of uznknown MIME type handling.  From Brian
Salter-Duke <b_duke@lacebark.ntu.edu.au>

24 years agoFix tree formatting in the recvattach menu.
Thomas Roessler [Wed, 18 Oct 2000 09:01:56 +0000 (09:01 +0000)]
Fix tree formatting in the recvattach menu.

24 years agoFix pager and index display when non-printable space characters are
Thomas Roessler [Tue, 17 Oct 2000 15:10:51 +0000 (15:10 +0000)]
Fix pager and index display when non-printable space characters are
encountered.  From EGE.

24 years agoTeach mutt to attach files of arbitrary type.
Thomas Roessler [Tue, 17 Oct 2000 07:47:56 +0000 (07:47 +0000)]
Teach mutt to attach files of arbitrary type.

24 years agonl_langinfo({YES,NO}EXPR) may return an _extended_ regular
Thomas Roessler [Mon, 16 Oct 2000 17:29:55 +0000 (17:29 +0000)]
nl_langinfo({YES,NO}EXPR) may return an _extended_ regular
expression.  Close #312.

24 years agoupdate
Thomas Roessler [Mon, 16 Oct 2000 09:48:44 +0000 (09:48 +0000)]
update

24 years agoFix the strange "Can't connect" error messages. From Brendan Cully.
Thomas Roessler [Mon, 16 Oct 2000 09:48:29 +0000 (09:48 +0000)]
Fix the strange "Can't connect" error messages.  From Brendan Cully.