diff options
author | Marcus Brinkmann <[email protected]> | 2002-01-22 16:55:58 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2002-01-22 16:55:58 +0000 |
commit | 14fe2162770f4dac4b3f67c9b250e7648bd4fcdb (patch) | |
tree | e5f5953d9c7074482187883d73ef5f734d84e717 /TODO | |
parent | 2002-01-22 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-14fe2162770f4dac4b3f67c9b250e7648bd4fcdb.tar.gz gpgme-14fe2162770f4dac4b3f67c9b250e7648bd4fcdb.zip |
Some small updates.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -7,7 +7,6 @@ ** string representation of non-secret keys and ATTR_IS_SECRET is NULL, which can not be differentiated from the case that it is not representable. -** Agree on gpgme_key_unref or gpgme_key_release and drop the other? ** keylisting mode can go ** api to specify where to search, lokal and/or remote. @@ -18,9 +17,6 @@ * add locking to the key cache? -* Should --delete silently delete secret keys or is there a need for - another flag or a callback? - * GpgmeKey misses GPGME_ATTR_EXPIRE attribute * Add ATTR to return the number of subkeys or uids. @@ -40,6 +36,8 @@ * Operations ** Import, export status handler. +** Should --delete silently delete secret keys or is there a need for + another flag or a callback? * Error Values ** Map ASSUAN error values. |