|
From: Peter S G. <p.g...@gl...> - 2010-05-07 21:38:58
|
d.henman <dh...@gm...> wrote: > Note, that due to historical reasons MH-E looks for nmh first. So if > you have nmh and then load Gnu-Mh in the mailutils bundle, MH-E will > still pick nmh. So you'd need to either delete nmh, rename it, or go > to the cumbersome trouble of using emacs' cus tomization to set your > MH variant choice, since a simple line in one's .emacs config file > sadly doesn't seem to work anymore. I don't agree with cumbersome, since it's 3 mouse clicks away from M-x customize-group [RET] mh-e [RET] but the customize interfaces adds a line to ~/.emacs when you set a variable, so adding it yourself would work as well: (custom-set-variables ;; custom-set-variables was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(mh-variant "GNU Mailutils 2.1") ) Note that it surprinsingly doesn't work for me. I get the error: Errors when executing: repl -build -noquery -nodraftfolder -form replcomps +inbox 3250 -nocc all repl: Option is not yet implemented Try `repl --help' or `repl --usage' for more information. Peter |