* Kevin J. McCarthy [2021-02-12 12:48 -0500]:
On Thu, Feb 11, 2021 at 07:27:00PM -0500, David J. Weller-Fahy wrote:
I've successfully configured/made the branch, and will run it for a
few days to see if I get anything wonky. :)
Thank you Dave.
No issues here so far - I've been
* Kevin J. McCarthy [2021-02-11 18:11 -0500]:
Hi Everyone,
TL;DR:
I've had on my todo list for a while to dig into the gettext autoconf
stuff and see if I could upgrade it. I've pushed the result to branch
'kevin/gettext-update' on gitlab (or sr.ht). If you have a chance,
please give the b
* Kevin J. McCarthy [2015-07-12 19:20 -0400]:
This patch came from a bug report on IRC from "ep". He noticed Mutt
was hardcoding the micalg parameter to sha1, but his actual signature
digest was using sha256. Because of this, Thunderbird was rejecting
the signature.
Ok.
Another possibility
* Kevin J. McCarthy [2015-05-24 15:06 -0400]:
David J. Weller-Fahy wrote:
I just tried the new patch and everything works as it should, thanks!
Great! I will push it as soon as dev.mutt.org comes back up. Thanks
for your help.
Thank you! And thanks again for your attention to these
* Kevin J. McCarthy [2015-05-24 15:06 -0400]:
... as soon as dev.mutt.org comes back up.
Is there any interest among the devs in having a mirror of dev.mutt.org?
I've two VPS's sitting mostly idle (that I use primarily for hobbies)
that could easily be put to work as backup mirrors of that sit
* Kevin J. McCarthy [2015-05-24 12:54 -0400]:
I'm sorry I was in a hurry yesterday and neglected to thank you for the
patch. The logic wasn't quite right in the patch (if $state==1 then
the regexp match wouldn't happen), so I just made an easier change in
the patch I resubmitted. (Checking for
* Kevin J. McCarthy [2015-05-23 16:20 -0400]:
Thanks for testing my patch so quickly.
No worries.
Before replying below, let me describe the current behavior. Given a
cert file with:
Leaf-Inter1-Inter2-Inter3-Root
the "smime_keys add_cert" will create two files:
1. Leaf
2. Inter1-Inter2-
* David J. Weller-Fahy [2015-05-23 13:52
-0400]:
Second, the request: For some reason the patch results in the
intermediate *and* root certificates ending up in the file in which the
intermediate certificate should be placed.
In this context "the patch" refers to my patch on t
* Kevin J. McCarthy [2015-05-22 17:21 -0400]:
Attached is a patch which hopefully implements better certificate chain
handling for add_cert. Although I've tried to test it, I am not a
S/MIME user and don't have access to a large number of certificates to
play with. I would greatly appreciate i
* Derek Martin [2015-05-18 12:34 -0400]:
Yes and no... IIRC in that thread I actually pointed out several older
related bugs. The actual orignal bug was:
http://dev.mutt.org/trac/ticket/1022
That bug is hard to find in the archives though, and the bug itself in
trac is somehow a mishmash of
* Kevin J. McCarthy [2015-05-18 18:10 -0400]:
Okay. That's good to know, so the add_cert should allow multiple leafs
and a possibly shared intermediate cert.
I have more carefully reviewed the code in smime.c and have found
nothing that appears to check the purpose of the certs.
If it finds m
et to fixing it myself, but the work
schedule has not been kind.
David J. Weller-Fahy wrote:
1. I think leaf certificates should be handled differently than
issuer certificates. This also allows implementation of a simple
solution first while a more complex solution is pondered... more
about tha
* Kevin J. McCarthy [2015-05-16 18:41 -0400]:
My next step is fixing the add_cert problem with certificate chains.
I've been trying to gather enough round-tuits to try to dig into this,
but haven't been successful so far. So thank you!
I'd appreciate if anyone is familiar with the "correct"
* Derek Martin [2015-05-11 15:42 -0400]:
On Mon, May 11, 2015 at 09:48:05AM +0200, Moritz Barsnick wrote:
It must be this thread (yes, between 10 and 11 years ago, bingo),
though I can't get gmane to show me the whole thread:
http://thread.gmane.org/gmane.mail.mutt.devel/6144
Here's the threa
* Michael Elkins [2012-12-18 23:40 -0500]:
> I'm working on http://dev.mutt.org/trac/ticket/3571 which is probably
> affecting you as well. It seems like some TLS servers have problems with
> >TLSv1.0. Will commit shortly (just working on the corresponding GNUTLS
> support).
Sounds good, I'll t
* David J. Weller-Fahy [2012-12-18 23:16
-0500]:
> Bisection complete. I show the following:
>
> #v+
> The first bad revision is:
> changeset: 6229:e6b271ed1d7f
> branch: HEAD
> user:Michael Elkins
> date:Mon Dec 17 10:39:46 2012 -0800
>
* David J. Weller-Fahy [2012-12-18 22:53
-0500]:
> However, I'm now getting interesting failures (intermittent) when
> using the built-in SMTP capability. Mostly involving the following
> failure:
>
> #v+
> SSL failed: error:1408F10B:SSL routines:SSL3_GET_RECORD:wr
* Michael Elkins [2012-12-18 17:02 -0500]:
> FYI, I'd appreciate feedback on anyone who rolls forward to tip. I just
> pushed the following change which affects the email header parsing
> significantly.
Having no problems here... as a matter of fact, I'd rolled back to
6227:ed06326ae8a8 to troub
* Brendan Cully [2012-05-11 12:09 -0400]:
> Hopefully that'll take care of this one.
Thanks! Account created and ticket submitted.
--
dave [ please don't CC me ]
pgpyweYubqGI3.pgp
Description: PGP signature
* Chris Burdess [2012-02-29 03:54 -0500]:
> To reproduce:
>
> - go to http://dev.mutt.org/trac/register
> - enter username, password, email
> - click Create Account
>
> Anyone would think you don't want bug reports!
Just ran into this as well. The error message follows.
#v+
Trac detected an i
* Vincent Lefevre [2012-05-11 07:15 -0400]:
> I suspect that Mutt hasn't been updated for Automake 1.12. In the
> Automake 1.11 manual:
>
> [...]
>
> So, you need to remove the AM_C_PROTOTYPES line from configure.ac
> (FYI, this was the solution for MPFR, which had the same problem).
That was
I recently started using Mac OS X again, and installed HomeBrew [1] to
be able to automate the upgrade of various software components not
already included.
When installing the requisite programs to build mutt from HEAD, automake
1.12 was installed. Unfortunately, this new version of automake caus
* Brendan Cully [2011-11-28 01:37 -0500]:
> On Sunday, 27 November 2011 at 22:30, David J. Weller-Fahy wrote:
> > Getting timeouts when attempting to get to dev.mutt.org, also, `hg pull
> > -u` gives no output, no timeout.
>
> Yes, it was down. The raid it's sitting on
Getting timeouts when attempting to get to dev.mutt.org, also, `hg pull
-u` gives no output, no timeout.
Is anyone else seeing this, or is it just me? Figured I'd nudge, I'll
check again in the morning.
Regards,
--
dave [ please don't CC me ]
pgp19SohEGwtv.pgp
Description: PGP signature
Ladies and Gentlemen,
In 2003 Charles Cazabon started a project called BikINI (BikINI is not
IMAP). With his blessing, I am continuing that project.
Specifically I am going to complete the specification, finalize the
reference implementation, request the use of a System port number (TCP
only), a
* Brendan Cully [2009-09-29 13:13 -0500]:
> On Tuesday, 29 September 2009 at 09:11, Thomas Roessler wrote:
> > On 29 Sep 2009, at 02:20, Brendan Cully wrote:
> > >I am deeply saddened to report that Rocco Rutte died of cancer last
> > >week. ... He was a huge part of the mutt community, and I know
26 matches
Mail list logo