#3597: more feedback on wrong GPG keys
--------------------+-------------------------------------------------------
Reporter: miekg | Owner: mutt-dev
Type: defect | Status: new
Priority: major | Milestone:
Component: mutt | Version:
Keywords: |
--------------------+-------------------------------------------------------
The following lines in pgpkey.c:
949 for (k = keys; k; k = kn)
950 {
951 kn = k->next;
952 if (abilities && !(k->flags & abilities))
953 continue;
made my life miserable, because somehow I couldn't use a key for
encryption. Mutt kept asking for the key ID. It would be nice if mutt
displays an error like "key not suitable for encrypting" or "Key expired".
--
Ticket URL: <http://dev.mutt.org/trac/ticket/3597>
Mutt <http://www.mutt.org/>
The Mutt mail user agent