]> granicus.if.org Git - mutt/log
mutt
21 years agoupdate.
Im Eunjea [Sun, 7 Sep 2003 10:11:49 +0000 (10:11 +0000)]
update.

21 years ago# changelog commit
Thomas Roessler [Thu, 4 Sep 2003 15:10:27 +0000 (15:10 +0000)]
# changelog commit

21 years agoFix some formatting glitches that lead to error messages when
Thomas Roessler [Thu, 4 Sep 2003 15:10:09 +0000 (15:10 +0000)]
Fix some formatting glitches that lead to error messages when
viewing the muttrc(5) manual page.

21 years ago# changelog commit
Thomas Roessler [Thu, 4 Sep 2003 15:00:30 +0000 (15:00 +0000)]
# changelog commit

21 years agoFix verification bug when messages are S/MIME signed & encrypted.
Christoph Ludwig [Thu, 4 Sep 2003 14:59:57 +0000 (14:59 +0000)]
Fix verification bug when messages are S/MIME signed & encrypted.

21 years ago# changelog commit
Thomas Roessler [Wed, 3 Sep 2003 17:22:21 +0000 (17:22 +0000)]
# changelog commit

21 years agoI've attached a patch for bug number 1036, as reported at
Dan Fandrich [Wed, 3 Sep 2003 17:22:09 +0000 (17:22 +0000)]
I've attached a patch for bug number 1036, as reported at
http://bugs.guug.de/db/pa/lmutt.html ("segfault when more than one
msg is postponed").  This is a patch against mutt 1.4.1.

As it was previously left, no one could reproduce it.  The problem
occurs because sorting is disabled when opening the postponed
folder, but the Sort global variable still tells mutt to use
whatever sorting algorithm the $sort config option indicates.
Eventually, the code would get to mutt_messages_in_thread and try to
dereference a NULL thread object, causing the segfault.

21 years ago# changelog commit
Thomas Roessler [Wed, 3 Sep 2003 17:21:08 +0000 (17:21 +0000)]
# changelog commit

21 years agoupdate.
Pawel Dziekonski [Wed, 3 Sep 2003 17:20:56 +0000 (17:20 +0000)]
update.

21 years ago# changelog commit
Thomas Roessler [Wed, 3 Sep 2003 17:15:36 +0000 (17:15 +0000)]
# changelog commit

21 years agoNew ja.po.
TAKAHASHI Tamotsu [Wed, 3 Sep 2003 17:15:20 +0000 (17:15 +0000)]
New ja.po.

21 years ago# changelog commit
Thomas Roessler [Wed, 3 Sep 2003 17:13:08 +0000 (17:13 +0000)]
# changelog commit

21 years agoBulgarian translation.
Velko Hristov [Wed, 3 Sep 2003 17:12:52 +0000 (17:12 +0000)]
Bulgarian translation.

21 years ago# changelog commit
Thomas Roessler [Wed, 3 Sep 2003 17:11:49 +0000 (17:11 +0000)]
# changelog commit

21 years agoFix a segmentation fault which occurs when a certificate is
Brendan Cully [Wed, 3 Sep 2003 17:10:37 +0000 (17:10 +0000)]
Fix a segmentation fault which occurs when a certificate is
rejected.  Bug noted by Rob Latham <rob@terizla.org>.

21 years ago# changelog commit
Thomas Roessler [Wed, 3 Sep 2003 17:10:05 +0000 (17:10 +0000)]
# changelog commit

21 years agoThe commands "read-thread" (^R) and "read-subthread" (Esc-R) do not
Anatoly Vorobey [Wed, 3 Sep 2003 17:09:09 +0000 (17:09 +0000)]
The commands "read-thread" (^R) and "read-subthread" (Esc-R) do not
honor the resolve variable (don't advance cursor after marking the
thread/subthread as read), which, to me at least, is a nuisance.

21 years ago# changelog commit
Thomas Roessler [Mon, 11 Aug 2003 14:06:22 +0000 (14:06 +0000)]
# changelog commit

21 years ago1595: My guess is this bug is caused by mlarson@verisign.com's patch
Brendan Cully [Mon, 11 Aug 2003 14:06:08 +0000 (14:06 +0000)]
1595: My guess is this bug is caused by mlarson@verisign.com's patch
to check for UNSEEN rather than RECENT messages. This means that as
long as there are messages in a mailbox either new or old, mutt will
think it has new mail.

The attached patch reverts that change. Let me know if it solves the
problem.

21 years ago# changelog commit
Thomas Roessler [Mon, 11 Aug 2003 14:05:31 +0000 (14:05 +0000)]
# changelog commit

21 years agoFix a formatting bug.
Thomas Roessler [Mon, 11 Aug 2003 14:05:13 +0000 (14:05 +0000)]
Fix a formatting bug.

21 years ago# changelog commit
Thomas Roessler [Tue, 5 Aug 2003 13:56:05 +0000 (13:56 +0000)]
# changelog commit

21 years agoThis patch removes the Kendra format from mutt. (The support was
Brendan Cully [Tue, 5 Aug 2003 13:55:47 +0000 (13:55 +0000)]
This patch removes the Kendra format from mutt.  (The support was
broken anyways.)

21 years ago# changelog commit
Thomas Roessler [Sat, 2 Aug 2003 11:28:16 +0000 (11:28 +0000)]
# changelog commit

21 years agoupdate
Horvath Szabolcs [Sat, 2 Aug 2003 11:01:09 +0000 (11:01 +0000)]
update

21 years ago# changelog commit
Thomas Roessler [Tue, 29 Jul 2003 10:11:20 +0000 (10:11 +0000)]
# changelog commit

21 years agoIt seems that Solaris has an incorrect implementation of mbrtowc: when
Edmund GRIMLEY EVANS [Tue, 29 Jul 2003 10:11:05 +0000 (10:11 +0000)]
It seems that Solaris has an incorrect implementation of mbrtowc: when
there is an encoding error and mbrtowc returns (size_t)(-1) no value
should be stored in *pwc (the first argument), as I understand it, but
here mbrtowc is storing 8 when presented with the bytes "\xc8\x4d".

However, relying on mbrtowc not to store anything in *pwc when there
is an error is a bit silly; it makes sense to look at the return
value. So, the following patch should be applied if Pawel can confirm
that it fixes the problem. I've tested it and it worked for me with
glibc's mbrtowc.

21 years ago# changelog commit
Thomas Roessler [Thu, 24 Jul 2003 18:41:02 +0000 (18:41 +0000)]
# changelog commit

21 years agoSome functions/macros like isspace take an int and require the
Vincent Lefevre [Thu, 24 Jul 2003 18:40:50 +0000 (18:40 +0000)]
Some functions/macros like isspace take an int and require the
argument to have the value of an unsigned char (or EOF). Under
Solaris, gcc complains when the argument is a char (as this is a
possible bug, on platforms where char is signed, like Solaris). The
attached patch fixes such problems (well, perhaps I've changed more
than necessary, but this doesn't hurt).

21 years ago# changelog commit
Thomas Roessler [Tue, 22 Jul 2003 12:56:50 +0000 (12:56 +0000)]
# changelog commit

21 years agoWhen encrypting a message to a user that has more than one subkey,
David Shaw [Tue, 22 Jul 2003 12:56:38 +0000 (12:56 +0000)]
When encrypting a message to a user that has more than one subkey,
at least one of which is revoked or expired, mutt treats the entire
key as unusable rather than just the subkey(s) in question.

21 years ago# changelog commit
Thomas Roessler [Wed, 16 Jul 2003 11:18:38 +0000 (11:18 +0000)]
# changelog commit

21 years agoI noticed that my mutt hung when I tried SASL DIGEST-MD5
Brendan Cully [Wed, 16 Jul 2003 11:18:12 +0000 (11:18 +0000)]
I noticed that my mutt hung when I tried SASL DIGEST-MD5
authentication (I'm not sure when this started). I believe this
patch should solve that problem in a reliable way.

This patch also attempts to reuse connections even when
authentication fails, instead of just throwing away a perfectly good
socket.

21 years ago# changelog commit
Thomas Roessler [Wed, 16 Jul 2003 11:17:49 +0000 (11:17 +0000)]
# changelog commit

21 years agoThis patch redoes yesterday's unbuffered input patch. Now it uses a
Brendan Cully [Wed, 16 Jul 2003 11:17:31 +0000 (11:17 +0000)]
This patch redoes yesterday's unbuffered input patch. Now it uses a
pseudo-option, which means less mess to carry down the call stack.
It also made it much easier to have the SSL certificate menu be
unbuffered, which it is now. So push commands won't annoy you when
entering passwords or accepting certificates.

21 years ago# changelog commit
Thomas Roessler [Tue, 15 Jul 2003 11:41:53 +0000 (11:41 +0000)]
# changelog commit

21 years agoThe attached patch should keep all opened IMAP connections alive, no
Brendan Cully [Tue, 15 Jul 2003 11:41:32 +0000 (11:41 +0000)]
The attached patch should keep all opened IMAP connections alive, no
matter what mailbox you are currently in. With the patch that got
committed yesterday, this should close bug 1523.

(There was a typo in that patch. This one supersedes it.)

21 years ago# changelog commit
Thomas Roessler [Tue, 15 Jul 2003 11:39:53 +0000 (11:39 +0000)]
# changelog commit

21 years agoautoconf 2.5 compatibility.
Brendan Cully [Tue, 15 Jul 2003 11:39:30 +0000 (11:39 +0000)]
autoconf 2.5 compatibility.

21 years ago# changelog commit
Thomas Roessler [Mon, 14 Jul 2003 12:40:16 +0000 (12:40 +0000)]
# changelog commit

21 years agoFix #1520.
Hugo Haas [Mon, 14 Jul 2003 12:40:03 +0000 (12:40 +0000)]
Fix #1520.

21 years ago# changelog commit
Thomas Roessler [Mon, 14 Jul 2003 12:20:42 +0000 (12:20 +0000)]
# changelog commit

21 years agosmall fix.
Pawel Dziekonski [Mon, 14 Jul 2003 12:20:27 +0000 (12:20 +0000)]
small fix.

21 years ago# changelog commit
Thomas Roessler [Mon, 14 Jul 2003 12:20:01 +0000 (12:20 +0000)]
# changelog commit

21 years agoOn Sunday, 13 July 2003 at 18:09, Brendan Cully wrote:
Brendan Cully [Mon, 14 Jul 2003 12:19:07 +0000 (12:19 +0000)]
On Sunday, 13 July 2003 at 18:09, Brendan Cully wrote:

> The attached patch should help when the connection to your postponed
> folder times out and you can't reconnect without restarting mutt. I'd
> like anyone who has that problem to try it and let me know how it
> works.

I dug a little deeper. The attached patch seems to work better. It
complains the first time you try to recall a message, but works the
second.

21 years ago# changelog commit
Thomas Roessler [Mon, 14 Jul 2003 12:18:10 +0000 (12:18 +0000)]
# changelog commit

21 years agoThe attached patch prevents mutt from reading the push buffer when
Brendan Cully [Mon, 14 Jul 2003 12:17:43 +0000 (12:17 +0000)]
The attached patch prevents mutt from reading the push buffer when
asking for passwords. This is a proper fix for bug 1312. I think
it's uncontroversial.

21 years ago# changelog commit
Thomas Roessler [Fri, 4 Jul 2003 17:16:00 +0000 (17:16 +0000)]
# changelog commit

21 years agoIncrease a buffer's size.
Thomas Roessler [Fri, 4 Jul 2003 17:15:34 +0000 (17:15 +0000)]
Increase a buffer's size.

21 years ago# changelog commit
Thomas Roessler [Fri, 4 Jul 2003 17:07:45 +0000 (17:07 +0000)]
# changelog commit

21 years agoIntroduce tag-prefix-cond and end-cond. This makes simple
Nicolas Rachinsky [Fri, 4 Jul 2003 17:07:22 +0000 (17:07 +0000)]
Introduce tag-prefix-cond and end-cond.  This makes simple
conditional execution of parts of macros possible.

21 years ago# changelog commit
Thomas Roessler [Fri, 4 Jul 2003 17:04:09 +0000 (17:04 +0000)]
# changelog commit

21 years agoDisplay an empty index when no messages match search criteria.
Bruno Postle [Fri, 4 Jul 2003 17:03:51 +0000 (17:03 +0000)]
Display an empty index when no messages match search criteria.

21 years ago# changelog commit
Thomas Roessler [Fri, 4 Jul 2003 16:58:24 +0000 (16:58 +0000)]
# changelog commit

21 years agoAdd a ':' flag to % expandos. This will make sure that any
Thomas Roessler [Fri, 4 Jul 2003 16:57:56 +0000 (16:57 +0000)]
Add a ':' flag to % expandos.  This will make sure that any
dots are converted into underscores.  (_ is already used for
lowercasing the result of an expando.)

21 years ago# changelog commit
Thomas Roessler [Wed, 4 Jun 2003 14:02:19 +0000 (14:02 +0000)]
# changelog commit

21 years agoDon't colorize empty lines generated with state_attach_puts();
Thomas Roessler [Wed, 4 Jun 2003 14:01:39 +0000 (14:01 +0000)]
Don't colorize empty lines generated with state_attach_puts();

21 years ago# changelog commit
Thomas Roessler [Thu, 29 May 2003 17:51:57 +0000 (17:51 +0000)]
# changelog commit

21 years agoFix part of #1564.
David Shaw [Thu, 29 May 2003 17:48:28 +0000 (17:48 +0000)]
Fix part of #1564.

21 years agoFix a segmentation fault which would occur when pgp_sort_keys is set
Thomas Roessler [Thu, 29 May 2003 17:47:10 +0000 (17:47 +0000)]
Fix a segmentation fault which would occur when pgp_sort_keys is set
in a configuration file, but mutt is compiled without PGP support.

21 years agoFix PGP subkey handling when looking at key capabilities. This
Thomas Roessler [Thu, 29 May 2003 17:45:32 +0000 (17:45 +0000)]
Fix PGP subkey handling when looking at key capabilities.  This
should take care of the recent "mutt does not see all keys"
problems.

21 years ago# changelog commit
Thomas Roessler [Tue, 13 May 2003 13:06:53 +0000 (13:06 +0000)]
# changelog commit

21 years agoFix gpg-agent use.
Dale Woolridge [Tue, 13 May 2003 13:06:16 +0000 (13:06 +0000)]
Fix gpg-agent use.

21 years ago# changelog commit
Thomas Roessler [Tue, 13 May 2003 12:53:54 +0000 (12:53 +0000)]
# changelog commit

21 years agoRemove useless examples about treating text/enriched externally.
Thomas Roessler [Tue, 13 May 2003 12:53:20 +0000 (12:53 +0000)]
Remove useless examples about treating text/enriched externally.
#1549; Debian #190309.

21 years ago# changelog commit
Thomas Roessler [Tue, 13 May 2003 12:50:33 +0000 (12:50 +0000)]
# changelog commit

21 years agoview-attachments does not extract the message within a x-pkcs7-mime
Juan Altmayer Pizzorno [Tue, 13 May 2003 12:50:04 +0000 (12:50 +0000)]
view-attachments does not extract the message within a x-pkcs7-mime
if it's only signed, but not encrypted.  Such a message results, for
example, from a decrypt-save if the message was previously encrypted
and signed.

21 years ago# changelog commit
Thomas Roessler [Tue, 13 May 2003 12:46:14 +0000 (12:46 +0000)]
# changelog commit

21 years agoFix an inconsistency between manual and code.
Thomas Glanzmann [Tue, 13 May 2003 12:45:35 +0000 (12:45 +0000)]
Fix an inconsistency between manual and code.

21 years ago# changelog commit
Thomas Roessler [Tue, 13 May 2003 12:44:17 +0000 (12:44 +0000)]
# changelog commit

21 years agoCurrently, mutt uses the OpenPGP key algorithm to determine the
David Shaw [Tue, 13 May 2003 12:43:45 +0000 (12:43 +0000)]
Currently, mutt uses the OpenPGP key algorithm to determine the
capabilities of the key.  For example, in mutt, a key of type 1 (RSA)
can both encrypt & sign.  This is not correct as per OpenPGP, however,
where the capabilities of the key are determined by both the algorithm
and key capability flags that are set on the key.  This can lead to
user confusion when their RSA encrypt-only or sign-only key is listed
for both signing and encryption in mutt.

GnuPG lists these flags in key listings, so it is easy to take
advantage of them.  Here is a patch to use the flags, as well as
provide the flags in pgpring.  Note that the pgp+pgpring users won't
see any change since the flags there are based on the key algorithm as
they are now, but the GnuPG users will see an improvement.

21 years ago# changelog commit
Thomas Roessler [Mon, 12 May 2003 16:22:04 +0000 (16:22 +0000)]
# changelog commit

21 years agoFix alias completion when the alias is entered as part of a group.
Thomas Roessler [Mon, 12 May 2003 16:21:26 +0000 (16:21 +0000)]
Fix alias completion when the alias is entered as part of a group.
(E.g., The Tea Party: alias1, alias2, alias3;)

21 years ago# changelog commit
Thomas Roessler [Sat, 3 May 2003 20:09:12 +0000 (20:09 +0000)]
# changelog commit

21 years agoFix #1558. (mutt_expand_fmt rewrite; OPT_MAX wasn't maximal.)
Dan Nelson [Sat, 3 May 2003 20:07:40 +0000 (20:07 +0000)]
Fix #1558.  (mutt_expand_fmt rewrite; OPT_MAX wasn't maximal.)

21 years ago# changelog commit
Thomas Roessler [Tue, 15 Apr 2003 13:18:25 +0000 (13:18 +0000)]
# changelog commit

21 years agoFix two more cases in which ctrl-G is interpreted as M_YES.
René Clerc [Tue, 15 Apr 2003 13:17:05 +0000 (13:17 +0000)]
Fix two more cases in which ctrl-G is interpreted as M_YES.

21 years ago# changelog commit
Thomas Roessler [Tue, 15 Apr 2003 09:53:18 +0000 (09:53 +0000)]
# changelog commit

21 years agoThe "sign (a)s" code strips the pgp application bit causing drawing
Dale Woolridge [Tue, 15 Apr 2003 09:52:06 +0000 (09:52 +0000)]
The "sign (a)s" code strips the pgp application bit causing drawing
issues in redraw_crypt_lines().  Other bits (well bit = encrypt) are
ignored as a result.  I've only tested with pgp, but the same
problem exists in the smime code too.  This inline patch (against
cvs head revision) fixes the problem.

21 years ago# changelog commit
Thomas Roessler [Mon, 14 Apr 2003 09:12:16 +0000 (09:12 +0000)]
# changelog commit

21 years agoFix the PGP / S/MIME selection mess in send.c. This patch adds two
Thomas Roessler [Mon, 14 Apr 2003 09:09:53 +0000 (09:09 +0000)]
Fix the PGP / S/MIME selection mess in send.c.  This patch adds two
new configuration variables, $crypt_autopgp and $crypt_autsmime.
Both are set to "yes" by default.  By turning them off, you can
disable the automatic selection of one or both mechanisms.  (Useful
when your mutt is PGP- and S/MIME enabled, but you only use, say
S/MIME.)

21 years ago# changelog commit
Thomas Roessler [Fri, 11 Apr 2003 15:17:40 +0000 (15:17 +0000)]
# changelog commit

21 years agoBacking out the previous change. It was nonsense.
Thomas Roessler [Fri, 11 Apr 2003 15:15:04 +0000 (15:15 +0000)]
Backing out the previous change. It was nonsense.

21 years ago# changelog commit
Thomas Roessler [Fri, 11 Apr 2003 11:57:44 +0000 (11:57 +0000)]
# changelog commit

21 years agoupdates.
Lars Hecking [Fri, 11 Apr 2003 11:56:58 +0000 (11:56 +0000)]
updates.

21 years agoTry to fix a PGP / S/MIME-related problem. Found by Matt Larson
Thomas Roessler [Fri, 11 Apr 2003 11:56:22 +0000 (11:56 +0000)]
Try to fix a PGP / S/MIME-related problem.  Found by Matt Larson
<mlarson@verisign.com>, tracekd down by René Clerc <rene@clerc.nl>.

21 years agoFix a segmentation fault.
Thomas Roessler [Fri, 11 Apr 2003 11:50:39 +0000 (11:50 +0000)]
Fix a segmentation fault.

21 years ago# changelog commit
Thomas Roessler [Wed, 9 Apr 2003 08:24:27 +0000 (08:24 +0000)]
# changelog commit

21 years agoFix #1531. (recvcmd.c duplicate of #1528)
Zardoz [Wed, 9 Apr 2003 08:21:59 +0000 (08:21 +0000)]
Fix #1531.  (recvcmd.c duplicate of #1528)

21 years ago# changelog commit
Thomas Roessler [Tue, 8 Apr 2003 22:34:08 +0000 (22:34 +0000)]
# changelog commit

21 years agoAvoid a division by zero.
Thomas Roessler [Tue, 8 Apr 2003 22:32:56 +0000 (22:32 +0000)]
Avoid a division by zero.

21 years ago# changelog commit
Thomas Roessler [Tue, 8 Apr 2003 21:42:48 +0000 (21:42 +0000)]
# changelog commit

21 years agoMake sure has_colors() is only invoked when OPTNOCURSES is unset.
Thomas Roessler [Tue, 8 Apr 2003 21:41:39 +0000 (21:41 +0000)]
Make sure has_colors() is only invoked when OPTNOCURSES is unset.
This fixes a segmentation fault on RH 8.0 which was observed by Matt
Larson <mlarson@verisign.com>.

21 years ago# changelog commit
Thomas Roessler [Tue, 8 Apr 2003 10:22:06 +0000 (10:22 +0000)]
# changelog commit

21 years agoTry to catch a couple of cases in which parameters for malloc calls
Thomas Roessler [Tue, 8 Apr 2003 10:21:01 +0000 (10:21 +0000)]
Try to catch a couple of cases in which parameters for malloc calls
could overflow.  Thanks to Timo Sirainen for the heads-up.

21 years ago# changelog commit
Thomas Roessler [Tue, 8 Apr 2003 10:19:14 +0000 (10:19 +0000)]
# changelog commit

21 years agoMark a translation as fuzzy in order to fix #1522.
Thomas Roessler [Tue, 8 Apr 2003 10:18:15 +0000 (10:18 +0000)]
Mark a translation as fuzzy in order to fix #1522.

21 years ago# changelog commit
Thomas Roessler [Mon, 7 Apr 2003 20:09:13 +0000 (20:09 +0000)]
# changelog commit

21 years agoFix #1528.
Thomas Roessler [Mon, 7 Apr 2003 20:08:10 +0000 (20:08 +0000)]
Fix #1528.

21 years ago# changelog commit
Thomas Roessler [Mon, 7 Apr 2003 07:58:53 +0000 (07:58 +0000)]
# changelog commit