Re: exmh and gnupg
Neil W Rickert <[email protected]>
| Newsgroups | gmane.mail.exmh.devel |
|---|---|
| Message-ID | <[email protected]> |
Brent Welch <[email protected]> wrote: >I'm not a big expert on exmh/pgp integration, but I will see what I >can do to help - I'm also cc'ing exmh-workers. If you have the >"gpg" program on your PATH, and a keyring, then "it should just work". Not quite. It is also necessary that gpg be in the path during installation of exmh, for the automatic configuration to work. If that failed, edit the exmh script, and the exmh-bg script. My scripts contain exmh:set pgp(gpg,path) /usr/local/bin exmh-bg:set pgp(gpg,path) /usr/local/bin exmh-strip:set pgp(gpg,path) /usr/local/bin That's grep output. What comes after ":" is the line in the file. On this system, gpg is in /usr/local/bin If gpg was not in the path during installation, those lines will instead read set pgp(gpg,path) {} It should be okay to correct with an editor, instead of doing a reinstall. -NWR