1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-21 06:56:48 +02:00

* mu4e: fix typo

This commit is contained in:
djcb 2013-06-08 17:36:29 +03:00
parent 3d385325ea
commit 03a79fc188

View File

@ -781,10 +781,10 @@ Also number them so they can be opened using `mu4e-view-go-to-url'."
(defmacro mu4e~view-in-headers-context (&rest body)
"Evaluate BODY in the current headers buffer, with moved to the
current message."
"Evaluate BODY in the context of the headers buffer connected to
this view."
`(progn
(unless '(buffer-live-p mu4e~view-headers-buffer)
(unless (buffer-live-p mu4e~view-headers-buffer)
(mu4e-error "no headers-buffer connected"))
(let* ((msg (mu4e-message-at-point))
(docid (mu4e-message-field msg :docid)))