[Commits] [SCM] claws branch, master, updated. 3.10.1-106-g678ea51
claws at claws-mail.org
claws at claws-mail.org
Thu Jun 26 06:38:30 CEST 2014
The branch master of project "claws" (Claws Mail) has been updated
via 678ea51e829fe212e95bc32103251cf24e2674a5 (commit)
from f146a82069d03ca436712096482a33f4f4991abf (commit)
Summary of changes:
src/plugins/pgpcore/sgpgme.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 678ea51e829fe212e95bc32103251cf24e2674a5
Author: Paul <paul at claws-mail.org>
Date: Thu Jun 26 05:38:22 2014 +0100
indicate revoked UIDs
diff --git a/src/plugins/pgpcore/sgpgme.c b/src/plugins/pgpcore/sgpgme.c
index e6b7acb..ede5f83 100644
--- a/src/plugins/pgpcore/sgpgme.c
+++ b/src/plugins/pgpcore/sgpgme.c
@@ -342,7 +342,7 @@ gchar *sgpgme_sigstat_info_full(gpgme_ctx_t ctx, gpgme_verify_result_t status)
g_string_append_printf(siginfo,
_(" uid \"%s\" (Validity: %s)\n"),
user->uid,
- get_validity_str(user->validity));
+ user->revoked==TRUE?_("Revoked"):get_validity_str(user->validity));
j++;
user = user->next;
}
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list