diff options
author | Mark Murray <markm@FreeBSD.org> | 2000-10-11 15:58:08 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 2000-10-11 15:58:08 +0000 |
commit | 80393f4b11b3670192b4b327e7e5c124a0bbc050 (patch) | |
tree | 95496c141dd8f539a231912db17c51681f875e21 /mail/exmh2/files | |
parent | Update to version 3.1 (diff) |
Upgrade to v2.2, and hand the reigns over to Bruce Mah, who is
also an Exmh developer.
Thanks Bruce!
Diffstat (limited to 'mail/exmh2/files')
-rw-r--r-- | mail/exmh2/files/config.mh | 7 | ||||
-rw-r--r-- | mail/exmh2/files/config.nmh | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/mail/exmh2/files/config.mh b/mail/exmh2/files/config.mh index 7fd7281d9871..5a1f52b85bdb 100644 --- a/mail/exmh2/files/config.mh +++ b/mail/exmh2/files/config.mh @@ -15,9 +15,10 @@ set faces(set,unknown) {domains unknown} set faces(set,news) {news} set faces(defaultDomain) !!DOMAIN!! set faces(suffix) {xpm gif xbm} -set gpg(path) !!GPG!! -set pgp(path) !!PGP!! -set pgp5(path) !!PGP5!! +set pgp(gpg,path) !!GPG!! +set pgp(pgp,path) !!PGP!! +set pgp(pgp5,path) !!PGP5!! +set pgp(pgp6,path) !!PGP6!! set glimpse(path) !!GLIMPSE!! set sound(cmd) !!PLAY!! set exmh(library) !!PREFIX!!/lib/exmh-!!VERSION!! diff --git a/mail/exmh2/files/config.nmh b/mail/exmh2/files/config.nmh index 6aa44310ad90..a595ffbea417 100644 --- a/mail/exmh2/files/config.nmh +++ b/mail/exmh2/files/config.nmh @@ -15,9 +15,10 @@ set faces(set,unknown) {domains unknown} set faces(set,news) {news} set faces(defaultDomain) !!DOMAIN!! set faces(suffix) {xpm gif xbm} -set gpg(path) !!GPG!! -set pgp(path) !!PGP!! -set pgp5(path) !!PGP5!! +set pgp(gpg,path) !!GPG!! +set pgp(pgp,path) !!PGP!! +set pgp(pgp5,path) !!PGP5!! +set pgp(pgp6,path) !!PGP6!! set glimpse(path) !!GLIMPSE!! set sound(cmd) !!PLAY!! set exmh(library) !!PREFIX!!/lib/exmh-!!VERSION!! |