summaryrefslogtreecommitdiff
path: root/lisp/gnus/gnus-mh.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/gnus/gnus-mh.el')
-rw-r--r--lisp/gnus/gnus-mh.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-mh.el b/lisp/gnus/gnus-mh.el
index fa01f5aa074..123350c8f12 100644
--- a/lisp/gnus/gnus-mh.el
+++ b/lisp/gnus/gnus-mh.el
@@ -66,7 +66,7 @@ Optional argument FOLDER specifies folder name."
t))))
(errbuf (gnus-get-buffer-create " *Gnus rcvstore*"))
;; Find the rcvstore program.
- (exec-path (if mh-lib (cons mh-lib exec-path) exec-path)))
+ (exec-path (if mh-lib-progs (cons mh-lib-progs exec-path) exec-path)))
(gnus-eval-in-buffer-window gnus-original-article-buffer
(save-restriction
(widen)