mu4e-view: fix typo

This commit is contained in:
Dirk-Jan C. Binnema
2020-03-02 23:20:12 +02:00
parent 49883806f6
commit 58b462d4c3

View File

@ -993,7 +993,7 @@ changes, it triggers a refresh."
;; is a new message ;; is a new message
(when (and docid (or (member 'unread flags) (member 'new flags))) (when (and docid (or (member 'unread flags) (member 'new flags)))
;; mark /all/ messages with this message-id as read, so all copies of ;; mark /all/ messages with this message-id as read, so all copies of
;; this message will be marked as read. We don't want an update thougn, ;; this message will be marked as read. We don't want an update though,
;; we want a full message, so images etc. work correctly. ;; we want a full message, so images etc. work correctly.
(mu4e~proc-move msgid nil "+S-u-N" 'noview) (mu4e~proc-move msgid nil "+S-u-N" 'noview)
(mu4e~proc-view docid mu4e-view-show-images (mu4e~proc-view docid mu4e-view-show-images