From 86859e77ce266b8a2d686540da60ba2bed2cb45c Mon Sep 17 00:00:00 2001 From: ubbo Date: Fri, 21 Oct 2011 11:06:17 +0000 Subject: strike out expired keys git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@562 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- context.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'context.h') diff --git a/context.h b/context.h index 705a07e..25a225e 100644 --- a/context.h +++ b/context.h @@ -45,8 +45,9 @@ public: QString id; QString name; QString email; - bool privkey; QString fpr; + bool privkey; + bool expired; }; typedef QLinkedList< GpgKey > GpgKeyList; -- cgit v1.2.3