Merge pull request #530 from seanfarley/master

mu4e-view: select next unread message in view buffer
This commit is contained in:
Dirk-Jan C. Binnema
2014-12-04 23:33:30 +02:00

View File

@ -866,9 +866,9 @@ message view. If this succeeds, return the new docid. Otherwise,
return nil."
(interactive "P")
(mu4e~view-in-headers-context
(mu4e-headers-next-unread backwards)))
;; NOTE perhaps nice to have it also _select_ the found message;
;; but it seems emacs gets a bit confused when we try that.
(mu4e-headers-next-unread backwards))
(mu4e-select-other-view)
(mu4e-headers-view-message))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;