* navigate through previous/next queries (WIP)

This commit is contained in:
djcb
2012-05-07 10:05:31 +03:00
parent 3f042965dc
commit fe720a198c
2 changed files with 99 additions and 20 deletions

View File

@ -465,7 +465,7 @@ point in eiter the headers buffer or the view buffer."
(defun mu4e-last-query ()
"Get the most recent query or nil if there is none."
(when (buffer-live-p mu4e~headers-buffer)
(with-current-buffer mu4e~headers-buffer
(with-current-buffer mu4e~headers-buffer
mu4e~headers-query-present)))
(defun mu4e-select-other-view ()