gpg "options" file now deprecated
| Newsgroups | gmane.mail.exmh.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, Just a small issue. gnupg now looks for the default config file gpg.conf and not options as before, but exmh still looks for the latter: pgpBase.tcl:set pgp(gpg,configFile) "$pgp(gpg,defaultPath)/options" I've symlinked options -> gpg.conf but of course gpg complains now: gpg: NOTE: old default options file `/home/joel/.gnupg/options' ignored That's all :) joel