aboutsummaryrefslogtreecommitdiffstats
path: root/context.h
diff options
context:
space:
mode:
authorubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-10-21 11:06:17 +0000
committerubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-10-21 11:06:17 +0000
commit86859e77ce266b8a2d686540da60ba2bed2cb45c (patch)
tree11db2fb28a517ff3437ce8a2ab113960779b351c /context.h
parentmore visible error if GPG_ERR_BAD_SIGNATURE (diff)
downloadgpg4usb-86859e77ce266b8a2d686540da60ba2bed2cb45c.tar.gz
gpg4usb-86859e77ce266b8a2d686540da60ba2bed2cb45c.zip
strike out expired keys
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@562 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'context.h')
-rw-r--r--context.h3
1 files changed, 2 insertions, 1 deletions
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;