aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2002-01-22 16:55:58 +0000
committerMarcus Brinkmann <[email protected]>2002-01-22 16:55:58 +0000
commit14fe2162770f4dac4b3f67c9b250e7648bd4fcdb (patch)
treee5f5953d9c7074482187883d73ef5f734d84e717 /TODO
parent2002-01-22 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-14fe2162770f4dac4b3f67c9b250e7648bd4fcdb.tar.gz
gpgme-14fe2162770f4dac4b3f67c9b250e7648bd4fcdb.zip
Some small updates.
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 2 insertions, 4 deletions
diff --git a/TODO b/TODO
index 8e86f024..10772f7a 100644
--- a/TODO
+++ b/TODO
@@ -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.