Skip to content

Commit d3d2ea9

Browse files
author
Stephen Gildea
committed
MH-E: alter content in mh-display-msg, not mh-show-mode
* lisp/mh-e/mh-show.el (mh-display-msg, mh-show-mode): buffer-altering code formerly in mh-show-mode is moved to the location in mh-display-msg where mh-show-mode used to be called before the fix to MH-E bug #470 moved the call earlier.
1 parent db7fa25 commit d3d2ea9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lisp/mh-e/mh-show.el

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,9 @@ Sets the current buffer to the show buffer."
234234
(mh-add-missing-mime-version-header)
235235
(setf (mh-buffer-data) (mh-make-buffer-data))
236236
(mh-mime-display))
237+
(mh-show-unquote-From)
238+
(mh-show-xface)
239+
(mh-show-addr)
237240
;; Header cleanup
238241
(goto-char (point-min))
239242
(cond (clean-message-header
@@ -840,9 +843,6 @@ See also `mh-folder-mode'.
840843
(mh-tool-bar-init :show))
841844
(set (make-local-variable 'mail-header-separator) mh-mail-header-separator)
842845
(setq paragraph-start (default-value 'paragraph-start))
843-
(mh-show-unquote-From)
844-
(mh-show-xface)
845-
(mh-show-addr)
846846
(setq buffer-invisibility-spec '((vanish . t) t))
847847
(set (make-local-variable 'line-move-ignore-invisible) t)
848848
(make-local-variable 'font-lock-defaults)

0 commit comments

Comments
 (0)