* Import own public keys automatically in caff
[pgp-tools.git] / caff / README
index 8bd828beda7a7811d46b2a50e4479f274fc241e3..95898d0dcc3bff0643b417bddca0d6ba9dd7774f 100644 (file)
@@ -40,19 +40,6 @@ INSTALLATION NOTES
 
 After creating a ~/.caffrc from the template, caff almost works out of the box.
 
-It has a problem, though: your personal public key is not imported in the caff
-working keyring.  Do fix it, do this:
-
-Considering you have this:
-
-   $CONFIG{'caffhome'}    = $ENV{'HOME'}.'.caff';
-
-Do:
-
-   gpg --export <your-key-id> | gpg --import --homedir ~/.caff/gnupghome
-
-This is a workaround for a bug which is already noted in the TODO list.
-
 -- 
 Peter
 $Id$