[Pkg-gnupg-commit] [gnupg2] 10/102: gpg: Print "[ never ]" instead of err for validity.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Fri Jun 17 00:14:49 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch experimental
in repository gnupg2.

commit 437c97ab6a34ff1936001dd05209193b4466a81d
Author: Werner Koch <wk at gnupg.org>
Date:   Thu May 19 09:35:20 2016 +0200

    gpg: Print "[  never ]" instead of err for validity.
    
    * g10/trust.c (uid_trust_string_fixed): Handle NEVER.
    
    Signed-off-by: Werner Koch <wk at gnupg.org>
---
 g10/trust.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/g10/trust.c b/g10/trust.c
index 82de7cb..b15fa04 100644
--- a/g10/trust.c
+++ b/g10/trust.c
@@ -156,6 +156,7 @@ uid_trust_string_fixed (PKT_public_key *key, PKT_user_id *uid)
         case TRUST_UNKNOWN:   return _("[ unknown]");
         case TRUST_EXPIRED:   return _("[ expired]");
         case TRUST_UNDEFINED: return _("[  undef ]");
+        case TRUST_NEVER:     return _("[  never ]");
         case TRUST_MARGINAL:  return _("[marginal]");
         case TRUST_FULLY:     return _("[  full  ]");
         case TRUST_ULTIMATE:  return _("[ultimate]");

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git



More information about the Pkg-gnupg-commit mailing list