From 2eccd7df90f11949921f3778948a5ac8e405c314 Mon Sep 17 00:00:00 2001 From: Thierry Volpiatto Date: Sun, 29 Oct 2017 11:51:28 +0100 Subject: [PATCH] Keep original indentation Only whitespace changes. * mu4e/mu4e-view.el (mu4e-view): Do it. --- mu4e/mu4e-view.el | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/mu4e/mu4e-view.el b/mu4e/mu4e-view.el index e3c9683e..d0b338cb 100644 --- a/mu4e/mu4e-view.el +++ b/mu4e/mu4e-view.el @@ -306,13 +306,13 @@ the the message view affects HDRSBUF, as does marking etc. As a side-effect, a message that is being viewed loses its 'unread' marking if it still had that." (let* ((embedded ;; is it as an embedded msg (ie. message/rfc822 att)? - (when (gethash (mu4e-message-field msg :path) - mu4e~path-parent-docid-map) t)) - (buf - (if embedded + (when (gethash (mu4e-message-field msg :path) + mu4e~path-parent-docid-map) t)) + (buf + (if embedded (mu4e~view-embedded-winbuf) - (get-buffer-create mu4e~view-buffer-name))) - (insert-it (or embedded (not (mu4e~view-mark-as-read-maybe msg))))) + (get-buffer-create mu4e~view-buffer-name))) + (insert-it (or embedded (not (mu4e~view-mark-as-read-maybe msg))))) (with-current-buffer buf (switch-to-buffer buf) ;; When MSG is unread, mu4e~view-mark-as-read-maybe will trigger