mutt: Protect addr with NONULL in pgp_getkeybyaddr.

2015-02-10 Thread Brendan Cully
changeset: 6419:385d7434c9d6 user: Kevin McCarthy ke...@8t8.us date: Tue Feb 10 12:14:20 2015 -0800 link: http://dev.mutt.org/hg/mutt/rev/385d7434c9d6 Protect addr with NONULL in pgp_getkeybyaddr. This was introduced by bb3b01f41ed2, but wasn't included in the NONULL checks added

Mutt/GPG crash

2015-02-10 Thread Heinz Diehl
Hi, please Cc: me since I'm not subscribed to this list. Using latest mutt from the hg repository, mutt crashes while choosing a GPG key for encryption. Official 1.5.23 works flawlessly. Mutt says: Looking for keys matching x...@.xx...Segmentation fault (core dumped) This is what's in the

Re: Mutt/GPG crash

2015-02-10 Thread Kevin J. McCarthy
Heinz Diehl wrote: please Cc: me since I'm not subscribed to this list. Using latest mutt from the hg repository, mutt crashes while choosing a GPG key for encryption. Official 1.5.23 works flawlessly. Mutt says: Looking for keys matching x...@.xx...Segmentation fault (core dumped)

Re: Mutt/GPG crash

2015-02-10 Thread Kevin J. McCarthy
Heinz Diehl wrote: On 10.02.2015, Kevin J. McCarthy wrote: Would you mind trying this patch and seeing if it fixes the problem? Bingo! This fixes the bug. I've just pushed the fix up. Thank you for the bug report, and for testing the fix so quickly. -Kevin signature.asc Description:

Re: [PATCH] Cache uid validity in crypt_key_t.

2015-02-10 Thread Kevin J. McCarthy
Kevin J. McCarthy wrote: This simplifies the gpgme validity checking code by caching it in crypt_key_t. It also fixes a bug in _crypt_compare_trust() where it wasn't using the correct validity value. This patch is based on the just emailed Fix pgp-gpgme to set revoke/expired/disabled

mutt: 2 new changesets

2015-02-10 Thread Brendan Cully
changeset: 6417:7162033d1fb8 user: Kevin McCarthy ke...@8t8.us date: Sun Feb 08 13:44:10 2015 -0800 link: http://dev.mutt.org/hg/mutt/rev/7162033d1fb8 Fix pgp-gpgme to set revoke/expired/disabled flags. The code wasn't settings those flags in get_candidates(). This patch adds it

Re: [PATCH] Fix pgp-gpgme to set revoke/expired/disabled flags.

2015-02-10 Thread Kevin J. McCarthy
Kevin J. McCarthy wrote: This gpgme wasn't setting the usability flags when querying get_candidates(). This patch adds those (for the pgp branch). Pushed. -Kevin signature.asc Description: PGP signature

Threads uncollapse when mailbox is externally modified

2015-02-10 Thread Yoshiki Vazquez Baeza
Hey Mutters, I've encountered a strange behaviour that uncollapses all the threads in the current mailbox after I get the message Mailbox was externally modified. Flags may be wrong.. I tried to track down the problem in curs_main.c but had no luck. I have the following folder-hook to collapse

Re: Mutt/GPG crash

2015-02-10 Thread Heinz Diehl
On 10.02.2015, Kevin J. McCarthy wrote: Would you mind trying this patch and seeing if it fixes the problem? Bingo! This fixes the bug. Thanks, Heinz.