]>
granicus.if.org Git - neomutt/log
Thomas Roessler [Mon, 26 Jul 1999 18:20:50 +0000 (18:20 +0000)]
Add missing dependencies for pgpring. Fix from David Ellement
<ellement@sdd.hp.com>
Thomas Roessler [Mon, 26 Jul 1999 17:57:55 +0000 (17:57 +0000)]
Generate keymap_defs.h when it isn't present. Fix proposed by Lars
Hecking <lhecking@nmrc.ucc.ie>.
Thomas Roessler [Mon, 26 Jul 1999 17:31:24 +0000 (17:31 +0000)]
Undo the content-disposition changes. They don't merge well with
operations such as printing, and need some more thought.
Thomas Roessler [Mon, 26 Jul 1999 17:08:07 +0000 (17:08 +0000)]
When an attachment's content-disposition is different from "inline",
and if the user sets the use_cdisp option, don't auto_view this
part.
Thomas Roessler [Mon, 26 Jul 1999 14:56:05 +0000 (14:56 +0000)]
checkpointing.
Thomas Roessler [Mon, 26 Jul 1999 14:52:17 +0000 (14:52 +0000)]
When replying to a message/rfc822 attachment, the Context statistics
would get out of order. Problem noted by Johan van Selst
<johans@stack.nl>.
Thomas Roessler [Mon, 26 Jul 1999 14:04:03 +0000 (14:04 +0000)]
Dynamically allocate the unget buffer. Fixes Debian bug #41042.
From Gero Treuner.
Thomas Roessler [Mon, 26 Jul 1999 14:01:32 +0000 (14:01 +0000)]
The following:
folder-hook !asdf unset read_only
folder-hook asdf set read_only
wouldn't work. Fix from Gero Treuner <gero@faveve.uni-stuttgart.de>.
Thomas Roessler [Mon, 26 Jul 1999 13:57:57 +0000 (13:57 +0000)]
Assorted IMAP fixes. From Brendan Cully <brendan@kublai.com>,
message <
19990725150346 .A19750@xanadu.kublai.com>.
Thomas Roessler [Mon, 26 Jul 1999 12:30:54 +0000 (12:30 +0000)]
Implement RFC 2231.
Thomas Roessler [Mon, 26 Jul 1999 10:14:51 +0000 (10:14 +0000)]
*** empty log message ***
Thomas Roessler [Mon, 26 Jul 1999 10:13:38 +0000 (10:13 +0000)]
Fix a missing #ifdef. From Matt Armstrong <matt@lickey.com>.
Thomas Roessler [Mon, 26 Jul 1999 10:13:11 +0000 (10:13 +0000)]
Add some notes. From Matt Armstrong <matt@lickey.com>.
Thomas Roessler [Wed, 21 Jul 1999 13:02:12 +0000 (13:02 +0000)]
When forwarding or replying to attachments, use the proper time
stamp for From_ lines of Fccs. Note: This code may need some
clean-up, it's horribly slow.
Thomas Roessler [Wed, 21 Jul 1999 10:10:32 +0000 (10:10 +0000)]
Fix compilation problem for non-imap systems.
Thomas Roessler [Wed, 21 Jul 1999 07:23:34 +0000 (07:23 +0000)]
*grr* avoid a warning about /* in a comment.
Thomas Roessler [Wed, 21 Jul 1999 07:22:49 +0000 (07:22 +0000)]
call mutt_update_encoding() after changing an attachment's content
type.
Thomas Roessler [Tue, 20 Jul 1999 20:09:12 +0000 (20:09 +0000)]
Use $from for resent-from headers when bouncing messages.
Thomas Roessler [Tue, 20 Jul 1999 10:11:48 +0000 (10:11 +0000)]
Fix value completion for DT_ADDR variables. While we are on it,
proper quoting is added.
Thomas Roessler [Tue, 20 Jul 1999 09:38:07 +0000 (09:38 +0000)]
As Aaron Schrab noted, patch-0.95.6.tlr.reverse_name.1 broke the use
of my_hdr from send-hooks. This patch introduces a new variable
$from which can be used to use a default sender address; to make
this possible, a new variable class DT_ADDR is defined.
We now have the following algorithm for determining the from
address:
- $from is used as the default from address, if defined. Otherwise,
the local user name and (if the user wishes so) the local domain
are used.
- This address can be overridden by $reverse_name, if set.
- Now, send-hooks are evaluated.
- Afterwards, user headers are evaluated. In this step, the from
header can be overridden using my_hdr From:.
- When there is no real name, $realname is used for it. Note that,
when the default from header is used and $from defines a real
name, it takes precedence over $realname.
Thomas Roessler [Tue, 20 Jul 1999 08:05:32 +0000 (08:05 +0000)]
Bugs fixed
* Mutt sometimes forgets that IMAP folders with new mail have new
mail.
* On some common IMAP servers, Mutt erroneously insists that the
current folder has new mail.
* Mutt constantly polls the server for new messages,
disregarding the imap_checkinterval option.
New features
* tab-completion of IMAP folders. Not yet namespace aware, though it
will work within an alternate namespace (eg won't complete #ft ->
#ftp, but will complete #ftp/pu -> #ftp/pub). Some tweaking of the
browser was necessary to get it to cooperate with completion.
Some remains to be done.
(From: From: Brendan Cully <brendan@kublai.com>)
Thomas Roessler [Tue, 20 Jul 1999 07:39:43 +0000 (07:39 +0000)]
Remove the $in_reply_to configuration variable and always use the
message-ID for that header.
Thomas Roessler [Tue, 20 Jul 1999 07:20:43 +0000 (07:20 +0000)]
patch-0.95.6.gettext.1.gz, from Gero Treuner.
Thomas Roessler [Tue, 20 Jul 1999 07:17:47 +0000 (07:17 +0000)]
patch-0.95.6.search_in_help.1, from Gero Treuner.
Thomas Roessler [Mon, 19 Jul 1999 19:18:05 +0000 (19:18 +0000)]
Fix compilation problems with SunOS 4. From Lars Hecking.
Thomas Roessler [Mon, 19 Jul 1999 19:17:40 +0000 (19:17 +0000)]
new sk translation.
Thomas Roessler [Mon, 19 Jul 1999 10:49:21 +0000 (10:49 +0000)]
Consider empty folders to be non-existent for buffy's purposes.
Thomas Roessler [Tue, 6 Jul 1999 22:53:41 +0000 (22:53 +0000)]
Greek and Chinese translations for unstable.
Thomas Roessler [Tue, 6 Jul 1999 22:40:25 +0000 (22:40 +0000)]
Fixing a string buffer problem noted by Todd Larason
<jtl@molehill.org>.
Thomas Roessler [Tue, 6 Jul 1999 09:12:13 +0000 (09:12 +0000)]
Fix various bugs.
Thomas Roessler [Thu, 1 Jul 1999 11:22:22 +0000 (11:22 +0000)]
Fix gpg invocation. Noted by Werner Koch.
Thomas Roessler [Thu, 1 Jul 1999 10:02:33 +0000 (10:02 +0000)]
Fix a small imap-related bug.
Thomas Roessler [Thu, 1 Jul 1999 09:45:12 +0000 (09:45 +0000)]
Various patches from last week, including:
- new mh/maildir access code.
- subscribe/unsubscribe
- various fixes.
Thomas Roessler [Mon, 14 Jun 1999 21:20:42 +0000 (21:20 +0000)]
- Handle CRLF properly in non-text MIME parts.
- Correctly parse attachments with CRLF line endings, but without a
trailing CRLF.
Thomas Roessler [Mon, 14 Jun 1999 18:11:15 +0000 (18:11 +0000)]
Completion fixes from Gero Treuner <gero@faveve.uni-stuttgart.de>.
Thomas Roessler [Thu, 10 Jun 1999 09:30:39 +0000 (09:30 +0000)]
Use the same address with take-alias and display-address.
Thomas Roessler [Wed, 9 Jun 1999 17:17:26 +0000 (17:17 +0000)]
There was bogus bug-fixing in the last fix.
Thomas Roessler [Wed, 9 Jun 1999 17:10:43 +0000 (17:10 +0000)]
Fix attachment forwarding. The leading newline for certain MIME
boundaries was missing. *grrrr*
Thomas Roessler [Wed, 9 Jun 1999 12:01:26 +0000 (12:01 +0000)]
Give reverse_name precedence over my_hdr From:
Thomas Roessler [Tue, 8 Jun 1999 18:30:42 +0000 (18:30 +0000)]
Portability patches for SunOS 4.1. From Lars Hecking.
Thomas Roessler [Tue, 8 Jun 1999 17:33:54 +0000 (17:33 +0000)]
Fix "Tab" behaviour when returning from the pager.
Thomas Roessler [Tue, 8 Jun 1999 09:28:16 +0000 (09:28 +0000)]
- Add a $weed option.
- Add out-of-band reporting of signature status.
Thomas Roessler [Thu, 3 Jun 1999 21:48:24 +0000 (21:48 +0000)]
Another header weeding change. Experimental.
Thomas Roessler [Thu, 3 Jun 1999 21:42:37 +0000 (21:42 +0000)]
Experimental: Use OPTWEED for _all_ header weeding throughout mutt.
convert-repo [Thu, 1 Mar 2007 19:14:25 +0000 (19:14 +0000)]
update tags
Thomas Roessler [Thu, 3 Jun 1999 21:14:54 +0000 (21:14 +0000)]
post-release commit 0.96.3.
Thomas Roessler [Thu, 3 Jun 1999 20:12:10 +0000 (20:12 +0000)]
Hardwire some mechanisms for finding secret and public key-rings.
This way, we need to hard-wire less stuff in the various
configuration files, making the use of PGP with mutt a bit simpler
again.
Thomas Roessler [Thu, 3 Jun 1999 10:26:45 +0000 (10:26 +0000)]
Another little fix.
Thomas Roessler [Thu, 3 Jun 1999 07:55:32 +0000 (07:55 +0000)]
ups, wrong order of arguments when verifying signatures.
Thomas Roessler [Thu, 3 Jun 1999 07:46:52 +0000 (07:46 +0000)]
Document the new PGP configuration interface.
Thomas Roessler [Thu, 3 Jun 1999 07:27:43 +0000 (07:27 +0000)]
Experimental: New PGP invocation interface. The invocations are done
through formats, so all this should fit more cleanly into mutt now.
Thomas Roessler [Wed, 2 Jun 1999 18:52:19 +0000 (18:52 +0000)]
Major cutting & pasting: We now have a "real" library in lib.c which
can be linked against external programs without much effort.
Thomas Roessler [Wed, 2 Jun 1999 18:46:32 +0000 (18:46 +0000)]
various updates.
Thomas Roessler [Mon, 31 May 1999 10:44:16 +0000 (10:44 +0000)]
Minor bug-fixes.
Thomas Roessler [Fri, 21 May 1999 15:54:49 +0000 (15:54 +0000)]
Korean translation.
Thomas Roessler [Tue, 18 May 1999 19:22:37 +0000 (19:22 +0000)]
Latest IMAP fixes from Brandon.
Thomas Roessler [Tue, 18 May 1999 12:01:27 +0000 (12:01 +0000)]
The current code wasn't asking for the capabilities of the server in
the case where the user is using PREAUTH.
Thomas Roessler [Sun, 16 May 1999 06:26:11 +0000 (06:26 +0000)]
New IT translation.
Thomas Roessler [Sun, 16 May 1999 06:25:30 +0000 (06:25 +0000)]
Add a couple of token delimiters when constructing hints. This way,
addresses like "Chr. xyz" <xyz@foo.bar.baz> will match key IDs like
xyz <xyz@bar>.
Thomas Roessler [Sun, 16 May 1999 06:24:06 +0000 (06:24 +0000)]
Fix base64 decoding.
Thomas Roessler [Thu, 6 May 1999 08:29:17 +0000 (08:29 +0000)]
Fixing more maildir cursor problems.
Thomas Roessler [Wed, 5 May 1999 20:33:42 +0000 (20:33 +0000)]
Fixing imap_check_mailbox(). From Brandon Long.
Thomas Roessler [Wed, 5 May 1999 19:57:31 +0000 (19:57 +0000)]
Mutt would lose user-set "N" flags.
Thomas Roessler [Mon, 3 May 1999 16:17:29 +0000 (16:17 +0000)]
gnupg gives reasonable trust values now.
Thomas Roessler [Mon, 3 May 1999 10:07:08 +0000 (10:07 +0000)]
Various fixes.
Thomas Roessler [Fri, 23 Apr 1999 08:52:30 +0000 (08:52 +0000)]
translation fixes from Roland and Gero.
Thomas Roessler [Thu, 22 Apr 1999 10:21:41 +0000 (10:21 +0000)]
Document %_.
Thomas Roessler [Thu, 22 Apr 1999 10:09:22 +0000 (10:09 +0000)]
Add "_" as an expando option.
convert-repo [Thu, 1 Mar 2007 19:14:17 +0000 (19:14 +0000)]
update tags
Thomas Roessler [Thu, 22 Apr 1999 09:32:47 +0000 (09:32 +0000)]
Fix FCC-related SNAFU in the ci_send_message() spaghetti.
Thomas Roessler [Tue, 20 Apr 1999 19:26:08 +0000 (19:26 +0000)]
Fix a time zone snafu.
Thomas Roessler [Tue, 20 Apr 1999 16:14:18 +0000 (16:14 +0000)]
Preparing 0.96.2.
Thomas Roessler [Mon, 12 Apr 1999 21:02:35 +0000 (21:02 +0000)]
more multipart/alternative handling.
Thomas Roessler [Mon, 12 Apr 1999 20:52:28 +0000 (20:52 +0000)]
Change multipart handling when receiving messages.
Thomas Roessler [Mon, 12 Apr 1999 19:13:29 +0000 (19:13 +0000)]
Clean-up, from Vikas.
Thomas Roessler [Mon, 12 Apr 1999 17:50:08 +0000 (17:50 +0000)]
typo.
Thomas Roessler [Mon, 12 Apr 1999 17:48:27 +0000 (17:48 +0000)]
us-ascii is the default character set for text attachments we receive.
Thomas Roessler [Mon, 12 Apr 1999 17:34:10 +0000 (17:34 +0000)]
Fix default character set setting when attaching text files.
Thomas Roessler [Mon, 12 Apr 1999 17:22:03 +0000 (17:22 +0000)]
Fix an IMAP quoting problem. Essentially from Randall Nortman
<rnortman@computer.org>.
Thomas Roessler [Mon, 12 Apr 1999 17:16:45 +0000 (17:16 +0000)]
New translations: id, sk.
Thomas Roessler [Wed, 31 Mar 1999 06:35:03 +0000 (06:35 +0000)]
Stupid error.
Thomas Roessler [Wed, 31 Mar 1999 06:34:01 +0000 (06:34 +0000)]
Another small charset optimization.
Thomas Roessler [Wed, 31 Mar 1999 00:11:03 +0000 (00:11 +0000)]
A couple of optimizations, most notably for the special case of a
non-prefix state.
Thomas Roessler [Tue, 30 Mar 1999 23:50:33 +0000 (23:50 +0000)]
This patch removes at least some of the horrible utf-8 kluges in
charset.c. The new DECODER framework is currently only used in
handler.c, and there in a horribly inefficient manner. We should
use greater blocks of data, which would be much more efficient than
what we are currently doing.
Most of the other charset-related code still uses the old
mutt_display_char() &friends interface, which is actually ok as long
as you don't try to handle multibyte character sets.
The most notable change should be the one to mutt_get_translation():
It will delay the loading and parsing of character set information
files until it's really needed, catching a huge amount of standard
cases. As a side effect, this will make "iso tagged as ascii"
"work" again, as long as both sides use the same iso character set.
Thomas Roessler [Tue, 30 Mar 1999 21:38:24 +0000 (21:38 +0000)]
resort headers when forward-decoding them with weed switched on.
Thomas Roessler [Tue, 30 Mar 1999 10:51:03 +0000 (10:51 +0000)]
Fix a pager failure for long messages. From Liviu.
Thomas Roessler [Tue, 30 Mar 1999 10:05:52 +0000 (10:05 +0000)]
Add some user feedback to attachment forwarding. From Vikas.
Thomas Roessler [Thu, 25 Mar 1999 19:46:47 +0000 (19:46 +0000)]
Roland's sort_keys patch.
Thomas Roessler [Wed, 24 Mar 1999 20:35:35 +0000 (20:35 +0000)]
Vikas' latest version of attachment forwarding.
Thomas Roessler [Wed, 24 Mar 1999 16:32:30 +0000 (16:32 +0000)]
patch-0.96.1.vikas.forward_attachment.2
Thomas Roessler [Wed, 24 Mar 1999 16:31:17 +0000 (16:31 +0000)]
Only exit with "no recipients specified", when $auto_edit is set.
Thomas Roessler [Tue, 23 Mar 1999 20:21:49 +0000 (20:21 +0000)]
Vikas' forward_attachment patch.
Thomas Roessler [Mon, 22 Mar 1999 16:00:36 +0000 (16:00 +0000)]
PGP key creation time fix by Roland Rosenfeld.
Thomas Roessler [Wed, 17 Mar 1999 14:45:10 +0000 (14:45 +0000)]
Vikas' attach_tag patch.
Thomas Roessler [Tue, 16 Mar 1999 21:41:50 +0000 (21:41 +0000)]
Detect thread loops.
Thomas Roessler [Mon, 15 Mar 1999 15:32:15 +0000 (15:32 +0000)]
Add $bounce_delivered.
Thomas Roessler [Mon, 15 Mar 1999 15:32:06 +0000 (15:32 +0000)]
another digital unix compile problem.
Thomas Roessler [Mon, 15 Mar 1999 15:27:40 +0000 (15:27 +0000)]
_Fix_ the compile problems, don't install new ones.
Thomas Roessler [Mon, 15 Mar 1999 15:17:42 +0000 (15:17 +0000)]
Cleanly handle fcc when the user unsets it and the message is
postponed.
Thomas Roessler [Mon, 15 Mar 1999 15:17:26 +0000 (15:17 +0000)]
Fix compilation problems under digital unix.