Commit 843ed59e 843ed59e7385022df2ac3f32d8e15ee6d9f52e6d by Sergey Poznyakoff

Force using gnu-mh in Emacs after loading mailutils-mh

* mh/etc/mailutils-mh.eli: Force using gnu-mh
1 parent cc8d9c71
......@@ -19,5 +19,7 @@
(setq mh-progs "BINDIR")
(setq mh-lib "MHLIBDIR")
(setq mh-lib-progs mh-progs)
(load "mh-e")
(setq mh-variant 'gnu-mh)
;;;; End of mailutils-mh.el
......