patch-lisp_mail_mh-funcs_el 992 B

12345678910111213141516171819202122
  1. $OpenBSD: patch-lisp_mail_mh-funcs_el,v 1.1 2013/03/15 14:09:22 sthen Exp $
  2. --- lisp/mail/mh-funcs.el.orig Sun Mar 10 20:36:26 2013
  3. +++ lisp/mail/mh-funcs.el Sun Mar 10 20:36:52 2013
  4. @@ -211,7 +211,7 @@ The messages are formatted by mhl. See the variable m
  5. (let ((print-command
  6. (if (numberp msg-or-seq)
  7. (format "%s -nobell -clear %s %s | %s"
  8. - (expand-file-name "mhl" mh-lib)
  9. + (expand-file-name "mhl" mh-lib-progs)
  10. (mh-msg-filename msg-or-seq)
  11. (if (stringp mhl-formfile)
  12. (format "-form %s" mhl-formfile)
  13. @@ -223,7 +223,7 @@ The messages are formatted by mhl. See the variable m
  14. (format "Sequence from %s" mh-current-folder))))
  15. (format "(scan -clear %s ; %s -nobell -clear %s %s) | %s"
  16. (mapconcat (function (lambda (msg) msg)) msg-or-seq " ")
  17. - (expand-file-name "mhl" mh-lib)
  18. + (expand-file-name "mhl" mh-lib-progs)
  19. (if (stringp mhl-formfile)
  20. (format "-form %s" mhl-formfile)
  21. "")