X-Git-Url: http://git.sthu.org/?a=blobdiff_plain;f=caff%2FREADME;h=2af310ece74b779bee09a13be1452741f656514d;hb=19c5ad0c18bc815c0507ae0f83eb33c7798db932;hp=8bd828beda7a7811d46b2a50e4479f274fc241e3;hpb=121dc74316a9041364ea987a7627542993681b1a;p=pgp-tools.git diff --git a/caff/README b/caff/README index 8bd828b..2af310e 100644 --- a/caff/README +++ b/caff/README @@ -33,26 +33,13 @@ systems. -Dependencies: gnupg (>= 1.3.92), perl, libgnupg-interface-perl, libmime-perl, libmailtools-perl (>= 1.62), mailx +Dependencies: gnupg (>= 1.3.92), perl, libgnupg-interface-perl, libtext-template-perl, libmime-perl, libmailtools-perl (>= 1.62), mailx 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 | gpg --import --homedir ~/.caff/gnupghome - -This is a workaround for a bug which is already noted in the TODO list. - -- Peter $Id$