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 @@ ...@@ -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
......