diff options
author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-10-21 11:06:17 +0000 |
---|---|---|
committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-10-21 11:06:17 +0000 |
commit | 86859e77ce266b8a2d686540da60ba2bed2cb45c (patch) | |
tree | 11db2fb28a517ff3437ce8a2ab113960779b351c /context.h | |
parent | more visible error if GPG_ERR_BAD_SIGNATURE (diff) | |
download | gpg4usb-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.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -45,8 +45,9 @@ public: QString id; QString name; QString email; - bool privkey; QString fpr; + bool privkey; + bool expired; }; typedef QLinkedList< GpgKey > GpgKeyList; |