/etc/exmh.conf is in exmh 1:2.8.0-4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | # /etc/exmh.conf - configuration file for exmh
# az Tue Jan 25 23:00:33 2005
# half-manually created to reflect debian setup without running install script
set exmh(version) "version 2.8.0 04/21/2012 (debian 1:2.8.0-4)"
set wish /usr/bin/wish
set exmh(helploc) /usr/share/doc/exmh/html/
set exmh(name) exmh
set exmh(maintainer) welch@acm.org
set mh_path /usr/bin/mh
set exmh(slocal) /usr/lib/mh/slocal
set mime(dir) /usr/bin
set mailcap_default /etc/mailcap
set mimetypes_default /etc/mime.types
set exmh(expect) /usr/bin/expect
set exmh(expectk) /usr/bin/expectk
set exmh(bitmaps) /usr/share/exmh/bitmaps/
set faces(dir) /usr/lib/picon
set faces(set,user) {local users usenix misc}
set faces(set,unknown) {domains unknown}
set faces(set,news) news
set faces(defaultDomain) {}
set faces(suffix) {xpm gif xbm}
set pgp(pgp,path) /usr/bin
set pgp(pgp5,path) /usr/bin
set pgp(gpg,path) /usr/bin
set pgp(pgp6,path) /usr/bin
set glimpse(path) /usr/bin
set sound(cmd) {/usr/bin/run-mailcap}
set exmh(library) /usr/lib/exmh
# this is where internal scripts live, not exmh itself...
set install(dir,bin) /usr/share/exmh
set install(dir,man) /usr/man/man1
set install(dir,lib) /usr/lib/exmh
|