Force using gnu-mh in Emacs after loading mailutils-mh
* mh/etc/mailutils-mh.eli: Force using gnu-mh
Showing
1 changed file
with
2 additions
and
0 deletions
... | @@ -19,5 +19,7 @@ | ... | @@ -19,5 +19,7 @@ |
19 | (setq mh-progs "BINDIR") | 19 | (setq mh-progs "BINDIR") |
20 | (setq mh-lib "MHLIBDIR") | 20 | (setq mh-lib "MHLIBDIR") |
21 | (setq mh-lib-progs mh-progs) | 21 | (setq mh-lib-progs mh-progs) |
22 | (load "mh-e") | ||
23 | (setq mh-variant 'gnu-mh) | ||
22 | 24 | ||
23 | ;;;; End of mailutils-mh.el | 25 | ;;;; End of mailutils-mh.el | ... | ... |
-
Please register or sign in to post a comment