Re: [Mutt] #3069: smime crash when replying to mail

2008-07-02 Thread Vladimir Marek
> Changes (by brendan): > > * status: new => closed > * resolution: => fixed > > Comment: > > (In [32374c911c6c]) Check S/MIME signing ID exists before attempting to > use it. > Closes #3069. Also make (s)ign automatically ask for a key if no > default is defined. Works very well, tha

Re: [Mutt] #3069: smime crash when replying to mail

2008-06-26 Thread Vladimir Marek
> Changes (by brendan): > > * status: new => closed > * resolution: => fixed Thank you Brendan. I'll test it out tomorrow. -- Vlad pgpXzxenoj8h0.pgp Description: PGP signature

Re: [Mutt] #3069: smime crash when replying to mail

2008-06-25 Thread Mutt
#3069: smime crash when replying to mail Changes (by brendan): * status: new => closed * resolution: => fixed Comment: (In [32374c911c6c]) Check S/MIME signing ID exists before attempting to use it. Closes #3069. Also make (s)ign automatically ask for a key if no default is defined.

Re: [Mutt] #3069: smime crash when replying to mail

2008-06-05 Thread Vladimir Marek
[...] > Yes (partially) since this is what I've guessed (more or less). > crypt_autosign is set. I didn't read the code but my guess is that mutt > tries to S/MIME sign the message since the original one is S/MIME, too. > > To verify that this is the problem (which should be reproducable I >

Re: [Mutt] #3069: smime crash when replying to mail

2008-06-05 Thread Mutt
#3069: smime crash when replying to mail Comment (by Rocco Rutte): {{{ Hi, * Vladimir Marek wrote: >> Hmm, the code changes smime_sign_message() so first we need to know why it >> attempts to S/MIME sign the message at all. What are your pgp and s/mime >> settings ("mutt -D | grep cry

Re: [Mutt] #3069: smime crash when replying to mail

2008-06-05 Thread Rocco Rutte
Hi, * Vladimir Marek wrote: Hmm, the code changes smime_sign_message() so first we need to know why it attempts to S/MIME sign the message at all. What are your pgp and s/mime settings ("mutt -D | grep crypt" and remove any private data)? = mutt -D | grep crypt

Re: [Mutt] #3069: smime crash when replying to mail

2008-06-05 Thread Vladimir Marek
> Hmm, the code changes smime_sign_message() so first we need to know why it > attempts to S/MIME sign the message at all. What are your pgp and s/mime > settings ("mutt -D | grep crypt" and remove any private data)? = mutt -D | grep crypt = crypt

Re: [Mutt] #3069: smime crash when replying to mail

2008-06-05 Thread Mutt
#3069: smime crash when replying to mail Changes (by pdmef): * component: mutt => crypto Comment: Hmm, the code changes smime_sign_message() so first we need to know why it attempts to S/MIME sign the message at all. What are your pgp and s/mime settings ("mutt -D | grep crypt" and remove

Re: [Mutt] #3069: smime crash when replying to mail

2008-06-05 Thread Vladimir Marek
> I have no idea how smime exactly works, but I guess that SmimeDefaultKey > is NULL unless something is set in .muttrc. However this crashes mutt when > replying to smime signed mail. I'm attaching patch which fixes this issue > for me. Thinking beyond the fix, would not be better to stop any

[Mutt] #3069: smime crash when replying to mail

2008-06-05 Thread Mutt
#3069: smime crash when replying to mail Hi, I have no idea how smime exactly works, but I guess that SmimeDefaultKey is NULL unless something is set in .muttrc. However this crashes mutt when replying to smime signed mail. I'm attaching patch which fixes this issue for me. Thank you --