* mu4e: small doc update
This commit is contained in:
@ -902,8 +902,8 @@ of `mu4e-split-view', and return a window for the message view."
|
|||||||
|
|
||||||
(defun mu4e-headers-for-each (func)
|
(defun mu4e-headers-for-each (func)
|
||||||
"Call FUNC for each header, moving point to the header.
|
"Call FUNC for each header, moving point to the header.
|
||||||
FUNC takes one argument, the msg s-expression for the
|
FUNC takes one argument, the msg s-expression for the corresponding
|
||||||
corresponding header."
|
header."
|
||||||
(save-excursion
|
(save-excursion
|
||||||
(goto-char (point-min))
|
(goto-char (point-min))
|
||||||
(while (search-forward mu4e~headers-docid-pre nil t)
|
(while (search-forward mu4e~headers-docid-pre nil t)
|
||||||
|
|||||||
Reference in New Issue
Block a user