]>
granicus.if.org Git - neomutt/log
Thomas Roessler [Wed, 5 Jul 2000 08:05:03 +0000 (08:05 +0000)]
IMAP cosmetics from Brendan Cully.
Thomas Roessler [Tue, 4 Jul 2000 17:59:10 +0000 (17:59 +0000)]
slight documentation imrpovement from Will Fiveash.
Thomas Roessler [Mon, 3 Jul 2000 10:16:10 +0000 (10:16 +0000)]
IMAP logout patch from Brendan Cully.
Thomas Roessler [Mon, 3 Jul 2000 10:13:59 +0000 (10:13 +0000)]
update.
Thomas Roessler [Mon, 3 Jul 2000 10:13:07 +0000 (10:13 +0000)]
"Where have all the headers gone" fix from EGE.
Thomas Roessler [Mon, 3 Jul 2000 10:11:38 +0000 (10:11 +0000)]
utf8 -> utf8 fix (From EGE).
Thomas Roessler [Mon, 3 Jul 2000 10:11:20 +0000 (10:11 +0000)]
RFC 2047 patch from EGE.
Thomas Roessler [Fri, 30 Jun 2000 08:28:56 +0000 (08:28 +0000)]
fix a format.
Thomas Roessler [Fri, 30 Jun 2000 08:26:43 +0000 (08:26 +0000)]
Character set fix from EGE.
Thomas Roessler [Tue, 27 Jun 2000 22:28:01 +0000 (22:28 +0000)]
minor change from EGE.
Thomas Roessler [Tue, 27 Jun 2000 09:17:16 +0000 (09:17 +0000)]
Cosmetics. No, I didn't touch the word-wrap code. ;-)
Thomas Roessler [Mon, 26 Jun 2000 23:09:22 +0000 (23:09 +0000)]
Fix a possible segmentation fault in mutt_expand_path. Noted by
Andreas M. Kirchwitz.
Thomas Roessler [Mon, 26 Jun 2000 21:53:20 +0000 (21:53 +0000)]
"make check" cosmetics.
Thomas Roessler [Mon, 26 Jun 2000 12:04:03 +0000 (12:04 +0000)]
update.
Thomas Roessler [Mon, 26 Jun 2000 10:56:52 +0000 (10:56 +0000)]
Iconv detection patch. From Lars Hecking.
Thomas Roessler [Mon, 26 Jun 2000 09:24:14 +0000 (09:24 +0000)]
Fix #173. From Roland Rosenfeld.
Thomas Roessler [Thu, 22 Jun 2000 23:18:36 +0000 (23:18 +0000)]
Avoid crashing when forwarding message/rfc822-type attachments.
Thomas Roessler [Thu, 22 Jun 2000 10:54:44 +0000 (10:54 +0000)]
Fix stack corruption in the RFC822 parser. Problem noted by Ari
Gordon-Schlosberg <ari@heavyware.com>.
Thomas Roessler [Thu, 22 Jun 2000 09:56:43 +0000 (09:56 +0000)]
Merge two almost-identical string constants. From Byrial.
Thomas Roessler [Wed, 21 Jun 2000 19:23:23 +0000 (19:23 +0000)]
More debug code which needs #ifdefs.
Thomas Roessler [Wed, 21 Jun 2000 16:08:19 +0000 (16:08 +0000)]
update.
Thomas Roessler [Wed, 21 Jun 2000 15:55:23 +0000 (15:55 +0000)]
Work-around for keymap_defs and other dependency problems. From
Lars Hecking.
Thomas Roessler [Wed, 21 Jun 2000 15:18:51 +0000 (15:18 +0000)]
Fix ~logname expansion.
Thomas Roessler [Wed, 21 Jun 2000 14:22:26 +0000 (14:22 +0000)]
Remove explicit list of mirrors, and refer to download.html.
Thomas Roessler [Wed, 21 Jun 2000 11:50:59 +0000 (11:50 +0000)]
Fix another bug in mbox synching.
Thomas Roessler [Wed, 21 Jun 2000 10:14:55 +0000 (10:14 +0000)]
Some more character set cleanup,.
Thomas Roessler [Wed, 21 Jun 2000 09:55:24 +0000 (09:55 +0000)]
More character set clean-up.
Thomas Roessler [Wed, 21 Jun 2000 09:23:54 +0000 (09:23 +0000)]
Improve character set handling when postponing messages. This patch
may lead to information loss under very special circumstances.
Thomas Roessler [Wed, 21 Jun 2000 07:48:46 +0000 (07:48 +0000)]
Remove unused mutt_dup_body () function.
Thomas Roessler [Wed, 21 Jun 2000 07:22:15 +0000 (07:22 +0000)]
Fix character set selection. Postponing and recalling messages
should work again, now.
Thomas Roessler [Wed, 21 Jun 2000 06:53:30 +0000 (06:53 +0000)]
Fix a file descriptor leak in sendlib.c.
Thomas Roessler [Wed, 21 Jun 2000 06:28:38 +0000 (06:28 +0000)]
patch-1.3.2.tbm.lastfolder, from Martin Michlmayr <tbm@cyrius.com>.
Thomas Roessler [Wed, 21 Jun 2000 06:17:00 +0000 (06:17 +0000)]
Apply message-hook to more commands, and make it more useful by
permitting the "~h" and "~b" pattern specifiers. Bad enough, this
removes message-hook abilities from the receive-attachment menu.
Thomas Roessler [Tue, 20 Jun 2000 17:37:14 +0000 (17:37 +0000)]
Add a "make" call, so build-release will also work from a source
tree which hasn't been built recently.
Thomas Roessler [Tue, 20 Jun 2000 15:08:14 +0000 (15:08 +0000)]
Do some comparisons case-insensitive.
Thomas Roessler [Tue, 20 Jun 2000 12:40:41 +0000 (12:40 +0000)]
update.
Thomas Roessler [Tue, 20 Jun 2000 12:39:38 +0000 (12:39 +0000)]
s/display-hook/message-hook/
Thomas Roessler [Tue, 20 Jun 2000 09:35:09 +0000 (09:35 +0000)]
Fix a misleading fuzzy translation about PGP signature validity.
From Roland Rosenfeld.
Thomas Roessler [Tue, 20 Jun 2000 08:30:22 +0000 (08:30 +0000)]
Don't use debuglevel unless DEBUG is defined. Noted by
china@thewrittenword.com.
Thomas Roessler [Tue, 20 Jun 2000 08:28:44 +0000 (08:28 +0000)]
update.
Thomas Roessler [Mon, 19 Jun 2000 21:13:17 +0000 (21:13 +0000)]
patch-1.3.3.bj.docref.1
Thomas Roessler [Mon, 19 Jun 2000 18:13:10 +0000 (18:13 +0000)]
Make sure m4/Makefile is _really_ rebuilt.
Thomas Roessler [Mon, 19 Jun 2000 16:37:46 +0000 (16:37 +0000)]
Fix some more mentions of display-hook.
convert-repo [Thu, 1 Mar 2007 19:16:58 +0000 (19:16 +0000)]
update tags
Thomas Roessler [Mon, 19 Jun 2000 16:36:38 +0000 (16:36 +0000)]
automatic post-release commit for mutt-1.3.4
Thomas Roessler [Mon, 19 Jun 2000 08:56:57 +0000 (08:56 +0000)]
No need to include iconv.h.
Thomas Roessler [Mon, 19 Jun 2000 08:56:13 +0000 (08:56 +0000)]
update.
Thomas Roessler [Mon, 19 Jun 2000 08:53:01 +0000 (08:53 +0000)]
update
Thomas Roessler [Sat, 17 Jun 2000 08:07:18 +0000 (08:07 +0000)]
SSL fix.
Thomas Roessler [Sat, 17 Jun 2000 08:04:26 +0000 (08:04 +0000)]
upate
Thomas Roessler [Fri, 16 Jun 2000 10:21:34 +0000 (10:21 +0000)]
patch-1.3.3.tlr.change_charset.1
Thomas Roessler [Fri, 16 Jun 2000 10:10:26 +0000 (10:10 +0000)]
nit.
Thomas Roessler [Thu, 15 Jun 2000 21:37:05 +0000 (21:37 +0000)]
patch-1.3.3.tlr.message_hook.1
Thomas Roessler [Thu, 15 Jun 2000 21:26:30 +0000 (21:26 +0000)]
patch-1.3.3.tlr.content_info.1
Thomas Roessler [Thu, 15 Jun 2000 21:22:46 +0000 (21:22 +0000)]
shut up the compiler.
Thomas Roessler [Thu, 15 Jun 2000 21:18:06 +0000 (21:18 +0000)]
nits.
Thomas Roessler [Thu, 15 Jun 2000 21:15:51 +0000 (21:15 +0000)]
patch-1.2.bbell.display_filter.2.
Thomas Roessler [Thu, 15 Jun 2000 21:14:29 +0000 (21:14 +0000)]
patch-1.3.2.bbell.complete.1 - autocomplete "!", which is helpful
in certain IMAP contexts.
Thomas Roessler [Thu, 15 Jun 2000 21:09:22 +0000 (21:09 +0000)]
updates.
Thomas Roessler [Thu, 15 Jun 2000 21:07:47 +0000 (21:07 +0000)]
update.
Thomas Roessler [Thu, 15 Jun 2000 10:05:32 +0000 (10:05 +0000)]
Avoid dumping core when Charset isn't set.
Thomas Roessler [Thu, 15 Jun 2000 09:57:21 +0000 (09:57 +0000)]
Little documentation fix from Aaron Schrab.
Thomas Roessler [Wed, 14 Jun 2000 09:23:45 +0000 (09:23 +0000)]
Remove recode-attachment, and the "decoder" API. (EGE)
Thomas Roessler [Wed, 14 Jun 2000 08:37:03 +0000 (08:37 +0000)]
Make sure --disable-nls works. (EGE)
Thomas Roessler [Tue, 13 Jun 2000 20:36:33 +0000 (20:36 +0000)]
EGE's latest send-charset patch.
Thomas Roessler [Tue, 13 Jun 2000 20:36:23 +0000 (20:36 +0000)]
New file, contains Tom Dickey's CF_CURSES_LIBS macro from lynx.
Thomas Roessler [Tue, 13 Jun 2000 20:36:12 +0000 (20:36 +0000)]
Use CF_CURSES_LIBS macro for better detection of platform-specific
curses libraries. From Lars Hecking.
Thomas Roessler [Tue, 13 Jun 2000 13:11:08 +0000 (13:11 +0000)]
Inform us about ICONV_NOTRANS. From EGE.
Thomas Roessler [Tue, 13 Jun 2000 10:06:52 +0000 (10:06 +0000)]
iconv detection. From EGE.
Thomas Roessler [Tue, 13 Jun 2000 09:09:59 +0000 (09:09 +0000)]
Only display PGP signature verification status if verification was
tried.
Thomas Roessler [Mon, 12 Jun 2000 07:02:42 +0000 (07:02 +0000)]
A new check for working wchar functions.
Thomas Roessler [Sun, 11 Jun 2000 19:05:12 +0000 (19:05 +0000)]
Fix some issues with synching of maildir/mh folders. Problems noted
by Byrial Jensen.
Thomas Roessler [Fri, 9 Jun 2000 17:42:14 +0000 (17:42 +0000)]
Force decimal parsing on dates, so 09 is parsed as 9, and not as
"invalid".
Thomas Roessler [Fri, 9 Jun 2000 17:33:14 +0000 (17:33 +0000)]
Fix a mix-up.
convert-repo [Thu, 1 Mar 2007 19:16:54 +0000 (19:16 +0000)]
update tags
Thomas Roessler [Fri, 9 Jun 2000 11:40:16 +0000 (11:40 +0000)]
automatic post-release commit for mutt-1.3.3
Thomas Roessler [Fri, 9 Jun 2000 11:34:23 +0000 (11:34 +0000)]
automatic post-release commit for mutt-1.3.3
Thomas Roessler [Fri, 9 Jun 2000 05:51:33 +0000 (05:51 +0000)]
Fix some typos in the nl_langinfo stuff.
Thomas Roessler [Fri, 9 Jun 2000 05:30:37 +0000 (05:30 +0000)]
Latest patch from EGE.
Thomas Roessler [Thu, 8 Jun 2000 21:44:14 +0000 (21:44 +0000)]
This patch should fix the mailbox corruption various people observed.
Thomas Roessler [Thu, 8 Jun 2000 18:36:13 +0000 (18:36 +0000)]
Fix up the value returned by nl_langinfo(CODESET).
Thomas Roessler [Thu, 8 Jun 2000 17:52:15 +0000 (17:52 +0000)]
Improve error reporting with mbox folders a bit.
Thomas Roessler [Thu, 8 Jun 2000 14:39:07 +0000 (14:39 +0000)]
patch-1.2.bj.ed_mtime.1
Thomas Roessler [Thu, 8 Jun 2000 13:36:25 +0000 (13:36 +0000)]
Removing the built-in charset support.
Thomas Roessler [Thu, 8 Jun 2000 12:20:21 +0000 (12:20 +0000)]
one-character typo.
Thomas Roessler [Thu, 8 Jun 2000 12:01:36 +0000 (12:01 +0000)]
Fix #157. From Enrik Berkhan <Enrik.Berkhan@fun.de>.
Thomas Roessler [Thu, 8 Jun 2000 09:56:37 +0000 (09:56 +0000)]
Don't return data on the stack. Noted by "Andrew W. Nosenko"
<awn@bcs.zp.ua>.
Thomas Roessler [Thu, 8 Jun 2000 09:52:20 +0000 (09:52 +0000)]
update.
Thomas Roessler [Sun, 4 Jun 2000 18:18:56 +0000 (18:18 +0000)]
Nits from Mikko Hänninen.
Thomas Roessler [Fri, 2 Jun 2000 10:05:12 +0000 (10:05 +0000)]
Fix #152.
Thomas Roessler [Tue, 30 May 2000 12:52:41 +0000 (12:52 +0000)]
update
Thomas Roessler [Mon, 29 May 2000 22:34:12 +0000 (22:34 +0000)]
Edmund's latest RFC2047 encoding update.
Thomas Roessler [Sun, 28 May 2000 20:32:05 +0000 (20:32 +0000)]
Don't bother the user with messages about PGP signature verification
when there is no PGP stuff about the message.
Thomas Roessler [Sun, 28 May 2000 20:28:52 +0000 (20:28 +0000)]
SSL certificate verification fixes from Tommi Komulainen.
Thomas Roessler [Sun, 28 May 2000 20:28:33 +0000 (20:28 +0000)]
SSL certificate verification fix from Tommi Komulainen.
Thomas Roessler [Sun, 28 May 2000 19:53:01 +0000 (19:53 +0000)]
Modified version of Byrial Jensen's signature verification patch.
Thomas Roessler [Thu, 25 May 2000 12:21:29 +0000 (12:21 +0000)]
Use strftime for time indications with PGP verification.
Thomas Roessler [Thu, 25 May 2000 10:46:00 +0000 (10:46 +0000)]
Somewhat different sigsegv fix suggested by EGE.
Thomas Roessler [Thu, 25 May 2000 08:45:47 +0000 (08:45 +0000)]
wctomb(0,wc) is needed to work for bounds checking.
Thomas Roessler [Thu, 25 May 2000 08:12:40 +0000 (08:12 +0000)]
Include stdlib.h from mutt.h.