]>
granicus.if.org Git - neomutt/log
Thomas Roessler [Sat, 23 Jan 1999 07:41:37 +0000 (07:41 +0000)]
Fix the attach-multi patch.
Thomas Roessler [Fri, 22 Jan 1999 22:12:10 +0000 (22:12 +0000)]
Fix a memory leak, noted by Roland Rosenfeld.
Thomas Roessler [Fri, 22 Jan 1999 18:02:47 +0000 (18:02 +0000)]
Enable tagging in the file browser.
Thomas Roessler [Fri, 22 Jan 1999 15:24:58 +0000 (15:24 +0000)]
Heavy hacking on mutt's pgp support. We no longer read the complete
key ring into memory. For gpg, performance is heavily improved due
to the fact that we are passing a couple of key hints to the key
ring parsing back-end.
Thomas Roessler [Thu, 21 Jan 1999 05:19:42 +0000 (05:19 +0000)]
Fix _mutt_string_hook.
Thomas Roessler [Wed, 20 Jan 1999 13:52:59 +0000 (13:52 +0000)]
New polish translation.
Thomas Roessler [Wed, 20 Jan 1999 12:58:28 +0000 (12:58 +0000)]
Add heavily improved debugging capabilities to the PGP code.
Anyway, the problem I observed wasn't a bug in mutt, but an expired
key. *sigh*
Thomas Roessler [Wed, 20 Jan 1999 10:13:02 +0000 (10:13 +0000)]
Don't segfault when MailcapPath is unset.
Thomas Roessler [Tue, 19 Jan 1999 23:38:21 +0000 (23:38 +0000)]
Add the charset-hook command.
Thomas Roessler [Tue, 19 Jan 1999 23:22:53 +0000 (23:22 +0000)]
Properly handle character set definition file installation.
Thomas Roessler [Tue, 19 Jan 1999 22:34:04 +0000 (22:34 +0000)]
Remove ancient character set definitions.
Thomas Roessler [Tue, 19 Jan 1999 21:28:14 +0000 (21:28 +0000)]
Remove a confusing error message.
Thomas Roessler [Tue, 19 Jan 1999 15:53:37 +0000 (15:53 +0000)]
patch-0.95.1.vikas.macro_function.1
Thomas Roessler [Tue, 19 Jan 1999 11:48:51 +0000 (11:48 +0000)]
HP/UX portability patch from Lars Hecking.
Thomas Roessler [Mon, 18 Jan 1999 09:45:29 +0000 (09:45 +0000)]
New Russian translation from Michael Sobolev <mss@transas.com>.
Thomas Roessler [Thu, 14 Jan 1999 13:08:46 +0000 (13:08 +0000)]
Mixmaster user interface beautification.
Thomas Roessler [Thu, 14 Jan 1999 11:32:14 +0000 (11:32 +0000)]
Fix a couple of segfaults related to using curses when it isn't there.
Thomas Roessler [Wed, 13 Jan 1999 23:55:28 +0000 (23:55 +0000)]
Don't use curses when we don't have it.
Thomas Roessler [Wed, 13 Jan 1999 18:06:06 +0000 (18:06 +0000)]
Mixmaster has 20 address slots, that makes _19_ remailers.
Thomas Roessler [Wed, 13 Jan 1999 18:04:40 +0000 (18:04 +0000)]
Fix the "append" function.
Thomas Roessler [Wed, 13 Jan 1999 15:32:37 +0000 (15:32 +0000)]
Don't leak message dates when sending via mixmaster.
Thomas Roessler [Wed, 13 Jan 1999 12:09:31 +0000 (12:09 +0000)]
Add search code to the remailer chain selecting menu. [This is
pretty generic - should we add that code to menu.c?]
Thomas Roessler [Wed, 13 Jan 1999 10:43:52 +0000 (10:43 +0000)]
Fix postponing of PGP messages.
Thomas Roessler [Wed, 13 Jan 1999 08:35:16 +0000 (08:35 +0000)]
Qualify addresses before passing them to mixmaster.
Thomas Roessler [Wed, 13 Jan 1999 07:45:50 +0000 (07:45 +0000)]
Clean up dependencies: remailer.h is no longer included by mutt.h,
and the mix_* prototypes can once again go to remailer.h.
Thomas Roessler [Wed, 13 Jan 1999 01:53:03 +0000 (01:53 +0000)]
A first take at adding a mixmaster front-end to mutt. Don't worry,
it's optional. ;-)
Thomas Roessler [Tue, 12 Jan 1999 22:01:11 +0000 (22:01 +0000)]
Open folders in read-only mode if mutt can't lock them.
Thomas Roessler [Mon, 11 Jan 1999 18:12:45 +0000 (18:12 +0000)]
When decode-forwarding messages with message/Rfc822 attachments,
mutt should weed the attachments' headers according to the setting
of $forward_weed.
Thomas Roessler [Sun, 10 Jan 1999 09:11:33 +0000 (09:11 +0000)]
Byrial's %D time format patch.
Thomas Roessler [Sat, 9 Jan 1999 17:52:56 +0000 (17:52 +0000)]
Byrial's latest changes to stable.
Thomas Roessler [Fri, 8 Jan 1999 23:29:05 +0000 (23:29 +0000)]
When doing a binary search, we may as well use bsearch (3).
Thomas Roessler [Fri, 8 Jan 1999 23:21:37 +0000 (23:21 +0000)]
Optimized time-zone parsing.
Thomas Roessler [Fri, 8 Jan 1999 10:43:17 +0000 (10:43 +0000)]
Don't clear the history when "set history=..." doesn't change the
buffer size.
Thomas Roessler [Fri, 8 Jan 1999 10:39:17 +0000 (10:39 +0000)]
Threading fix from Daniel Eisenbud.
Thomas Roessler [Thu, 7 Jan 1999 19:01:30 +0000 (19:01 +0000)]
Vikas' set_boolean patch.
Thomas Roessler [Thu, 7 Jan 1999 10:45:47 +0000 (10:45 +0000)]
Updated implicit autoview handling from stable.
Thomas Roessler [Thu, 7 Jan 1999 09:57:04 +0000 (09:57 +0000)]
Merge in the mailcap patch from stable.
Thomas Roessler [Thu, 7 Jan 1999 09:54:55 +0000 (09:54 +0000)]
Get rid of RCS ids in source files. They are getting in our way
when merging changes.
Thomas Roessler [Thu, 7 Jan 1999 09:04:11 +0000 (09:04 +0000)]
Merging changes from stable.
Thomas Roessler [Wed, 6 Jan 1999 10:13:01 +0000 (10:13 +0000)]
[unstable] Merge changes from stable: rx -> regex, Byrial's timezone
patch, translation updates.
Thomas Roessler [Tue, 5 Jan 1999 14:35:11 +0000 (14:35 +0000)]
[unstable] Adding experimental new character set conversion code.
Thomas Roessler [Tue, 5 Jan 1999 11:32:18 +0000 (11:32 +0000)]
Merging from stable.
Thomas Roessler [Tue, 5 Jan 1999 11:27:44 +0000 (11:27 +0000)]
[unstable] Merging changes from stable.
Thomas Roessler [Tue, 5 Jan 1999 11:26:35 +0000 (11:26 +0000)]
[unstable] merging changes from stable.
Thomas Roessler [Mon, 4 Jan 1999 19:15:10 +0000 (19:15 +0000)]
[unstable] fix next-unread plus collapsing.
Thomas Roessler [Mon, 4 Jan 1999 18:05:05 +0000 (18:05 +0000)]
[unstable] merging changes from stable.
Thomas Roessler [Mon, 4 Jan 1999 17:56:49 +0000 (17:56 +0000)]
[unstable] merging in changes from stable.
Thomas Roessler [Mon, 4 Jan 1999 13:16:20 +0000 (13:16 +0000)]
Make the experimental branch the main trunk.
Thomas Roessler [Mon, 4 Jan 1999 13:14:12 +0000 (13:14 +0000)]
0.95.1 post-release commit.
Thomas Roessler [Mon, 4 Jan 1999 13:02:34 +0000 (13:02 +0000)]
[stable] Preparing 0.95.1.
Thomas Roessler [Mon, 4 Jan 1999 12:52:19 +0000 (12:52 +0000)]
[stable] When sending a message in batch mode failed, mutt would
dump core. Patch from Byrial Jensen.
Thomas Roessler [Sat, 2 Jan 1999 17:23:23 +0000 (17:23 +0000)]
I shouldn't accept patches on New Year's day. Not even new-year
related patches.
Thomas Roessler [Sat, 2 Jan 1999 15:09:16 +0000 (15:09 +0000)]
Fixing a typo.
Thomas Roessler [Sat, 2 Jan 1999 09:35:07 +0000 (09:35 +0000)]
mutt_parse_date () shouldn't modify its argument. Problem noted by
Byrial Jensen.
Thomas Roessler [Sat, 2 Jan 1999 09:11:35 +0000 (09:11 +0000)]
Fix safe_symlink to correctly handle relative paths.
Thomas Roessler [Fri, 1 Jan 1999 09:43:15 +0000 (09:43 +0000)]
New Year's time zone handling patch from Manish Singh
<yosh@gimp.org>.
Thomas Roessler [Thu, 31 Dec 1998 09:45:46 +0000 (09:45 +0000)]
The attached patch moves code for sorting the index and restoring
the current message from mutt_index_menu() to a new function. It
saves code duplication.
Thomas Roessler [Wed, 30 Dec 1998 07:58:38 +0000 (07:58 +0000)]
Localize some more messages. From Michael Sobolev.
Thomas Roessler [Tue, 29 Dec 1998 16:29:01 +0000 (16:29 +0000)]
Use sizeof instead of strlen for some fixed strings.
Thomas Roessler [Tue, 29 Dec 1998 11:21:27 +0000 (11:21 +0000)]
Take setting the index_hint out of the main loop of
mh_check_mailbox().
Thomas Roessler [Mon, 28 Dec 1998 14:59:04 +0000 (14:59 +0000)]
Fix a segmentation fault when viewing message/rfc822 attachments
from the compose screen.
Thomas Roessler [Wed, 23 Dec 1998 15:57:00 +0000 (15:57 +0000)]
A slightly modified version of Vikas' pattern_match patch. This
changes the semantics of the pattern-something functions so they
only apply to _visible_ messages. (With the exception of limit: In
this case, the user can add another pattern if he wants to limit
further, or he can give an entirely new pattern.)
Thomas Roessler [Tue, 22 Dec 1998 18:07:19 +0000 (18:07 +0000)]
Fix MIME forwarding. From Vikas.
Thomas Roessler [Mon, 21 Dec 1998 12:38:53 +0000 (12:38 +0000)]
Adjust some hash-related parameters.
Thomas Roessler [Mon, 21 Dec 1998 12:38:11 +0000 (12:38 +0000)]
*** empty log message ***
Thomas Roessler [Mon, 21 Dec 1998 11:27:23 +0000 (11:27 +0000)]
Mail folder synchronization-related fixes:
- Another situation under which mutt would lose track of the current
message when maildir folders changed has been removed.
- While synchronizing mbox-type folders, a write error when
constructing the draft version of the new mail folder would leave
behind a copy ofthe file containing the draft. This is most
annoying if the write error is due to lack of disk space.
Thomas Roessler [Mon, 21 Dec 1998 10:41:13 +0000 (10:41 +0000)]
Small \n fixes.
Thomas Roessler [Mon, 21 Dec 1998 10:37:31 +0000 (10:37 +0000)]
mutt_strlen() optimizations from Byrial Jensen.
Thomas Roessler [Mon, 21 Dec 1998 10:36:57 +0000 (10:36 +0000)]
Add the polish translation.
Thomas Roessler [Mon, 21 Dec 1998 10:36:34 +0000 (10:36 +0000)]
Register the polish translation.
Thomas Roessler [Mon, 21 Dec 1998 10:32:42 +0000 (10:32 +0000)]
Fixes to the forwarding chapter. From O'Shaughnessy Evans
<shaug@gstis.net>.
Thomas Roessler [Mon, 21 Dec 1998 10:30:04 +0000 (10:30 +0000)]
Here is a small patch to simplify m4/Makefile.am.in. This came out
of a suggestion I made to Jim Meyering (maintainer of GNU fileutils,
where I snarfed the code from :). (From: Lars Hecking
<lhecking@nmrc.ucc.ie>)
Thomas Roessler [Fri, 18 Dec 1998 10:22:59 +0000 (10:22 +0000)]
Catch an error condition when synchronizing mh messages.
Thomas Roessler [Fri, 18 Dec 1998 09:09:04 +0000 (09:09 +0000)]
Fix a format which had %s instead of %d.
Thomas Roessler [Thu, 17 Dec 1998 18:39:48 +0000 (18:39 +0000)]
*** empty log message ***
Thomas Roessler [Thu, 17 Dec 1998 16:17:43 +0000 (16:17 +0000)]
I've been told that the FreeBSD shell has been fixed meanwhile.
Additionally, add the note from Vikas on patching Solaris to get
mutt work properly on that system.
Thomas Roessler [Thu, 17 Dec 1998 16:16:58 +0000 (16:16 +0000)]
Fix attachment deletion for maildir/mh folders. This may fix other
mh-related problems, too.
Thomas Roessler [Thu, 17 Dec 1998 14:54:53 +0000 (14:54 +0000)]
Some installs aren't able to cope with multiple files at once.
Thomas Roessler [Thu, 17 Dec 1998 00:52:58 +0000 (00:52 +0000)]
Don't even try to clear the status line when not in curses mode.
Thomas Roessler [Wed, 16 Dec 1998 13:23:06 +0000 (13:23 +0000)]
Two lines were in reverse order. Noted by Daniel Eisenbud.
Thomas Roessler [Wed, 16 Dec 1998 13:22:30 +0000 (13:22 +0000)]
Give Daniel Eisenbud a "lock" on this file.
Thomas Roessler [Wed, 16 Dec 1998 11:24:11 +0000 (11:24 +0000)]
Fix "$resolve" behaviour for OP_TAG and OP_TOGGLE_NEW from the
pager.
Thomas Roessler [Wed, 16 Dec 1998 11:10:41 +0000 (11:10 +0000)]
SLang-related fixes to mutt_endwin().
Thomas Roessler [Wed, 16 Dec 1998 11:10:23 +0000 (11:10 +0000)]
Permit the user to set the typical MIME parameters used with
application/pgp messages.
Thomas Roessler [Wed, 16 Dec 1998 10:34:45 +0000 (10:34 +0000)]
Fix a segfault noted by Stephan Hack. (Fix noted by Vikas.)
Thomas Roessler [Wed, 16 Dec 1998 10:29:54 +0000 (10:29 +0000)]
Make the sendmail check compatible with newer autoconf versions.
Noted by Lars Hecking.
Thomas Roessler [Sun, 13 Dec 1998 08:10:12 +0000 (08:10 +0000)]
Don't dump core when closing a NULL context. Fixes the "exit from
no-mailbox mode" bug.
Thomas Roessler [Sat, 12 Dec 1998 10:14:37 +0000 (10:14 +0000)]
Post-release commit.
Thomas Roessler [Sat, 12 Dec 1998 09:16:37 +0000 (09:16 +0000)]
More _PGPPATH and us dist related fixes.
Thomas Roessler [Sat, 12 Dec 1998 09:15:54 +0000 (09:15 +0000)]
Don't define M_PGPHOOK unless _PGPPATH has been defined.
Thomas Roessler [Sat, 12 Dec 1998 09:08:04 +0000 (09:08 +0000)]
Another reap.pl-related fix.
Thomas Roessler [Sat, 12 Dec 1998 08:52:13 +0000 (08:52 +0000)]
The us-dist target was screwed.
Thomas Roessler [Sat, 12 Dec 1998 08:05:27 +0000 (08:05 +0000)]
*** empty log message ***
convert-repo [Thu, 1 Mar 2007 19:13:24 +0000 (19:13 +0000)]
update tags
Thomas Roessler [Sat, 12 Dec 1998 08:00:20 +0000 (08:00 +0000)]
Release-commit for 0.95i.
Thomas Roessler [Sat, 12 Dec 1998 06:58:18 +0000 (06:58 +0000)]
Use a better hash function. Contributed by Stefan Langerman
<lfalse@paul.rutgers.edu> to mutt-users.
Thomas Roessler [Fri, 11 Dec 1998 20:48:12 +0000 (20:48 +0000)]
0.94.999 pre-release commit.
Thomas Roessler [Fri, 11 Dec 1998 20:47:54 +0000 (20:47 +0000)]
Bail out with a text-based error message if a non-existing mailbox
is given as a -f command line argument.
Thomas Roessler [Fri, 11 Dec 1998 20:32:25 +0000 (20:32 +0000)]
The distdir target creates hard links for the source files. This
has the consequence that the us-dist hook will demolish files in the
main source tree. We have to un-link the various instances of the
source code.
Thomas Roessler [Fri, 11 Dec 1998 20:31:20 +0000 (20:31 +0000)]
Warn about regexp-related problems under Solaris 2.6.