[Users] [Bug 3314] user can't see validity of gpg signatures

noreply at thewildbeast.co.uk noreply at thewildbeast.co.uk
Thu Oct 30 19:26:58 CET 2014


http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=3314

Paul <paul at claws-mail.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #12 from Paul <paul at claws-mail.org> ---
I've now implemented this feature request.
Just for your information, on looking back at this and the commit, fe89b3a7,
you referenced, I recalled why I removed that. It was because it was broken.
The switch was on gpg_err_code(sig->validity) and the case options are against
gpgme_validity_t, which is a validity of a trust item or key, not a sig.
Therefore you never got an accurate answer, as it was taking a err code from
one thing and matching to an enum from another thing.

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Users mailing list