mu4e.texi: update doc for mu4e-view-mime-parts
mu4e-view-for-each-part is long gone. Fixes #2877.
This commit is contained in:
@ -140,7 +140,7 @@ There are some internal fields as well, e.g. ; subject to change:
|
|||||||
(seq-sort (lambda (p1 p2) (< (plist-get p1 :part-index)
|
(seq-sort (lambda (p1 p2) (< (plist-get p1 :part-index)
|
||||||
(plist-get p2 :part-index))) parts)))))
|
(plist-get p2 :part-index))) parts)))))
|
||||||
|
|
||||||
;; https://emacs.stackexchange.com/questions/74547/completing-read-search-also-in-annotationsxc
|
;; https://emacs.stackexchange.com/questions/74547/completing-read-search-also-in-annotations
|
||||||
|
|
||||||
(defun mu4e--uniquify-file-name (fname)
|
(defun mu4e--uniquify-file-name (fname)
|
||||||
"Return a not-yet-existing filename based on FNAME.
|
"Return a not-yet-existing filename based on FNAME.
|
||||||
|
|||||||
@ -3277,13 +3277,12 @@ see @ref{Custom mark functions}
|
|||||||
@end itemize
|
@end itemize
|
||||||
|
|
||||||
@noindent
|
@noindent
|
||||||
You can also write your own functions without using the above. If you
|
You can also write your own functions without using the above. If you want to do
|
||||||
want to do so, key useful functions are @code{mu4e-message-at-point}
|
so, key useful functions are @code{mu4e-message-at-point} (see below),
|
||||||
(see below), @code{mu4e-headers-for-each} (to iterate over all
|
@code{mu4e-headers-for-each} (to iterate over all headers, see its docstring)
|
||||||
headers, see its docstring) and @code{mu4e-view-for-each-part} (to
|
and @code{mu4e-view-mime-parts} (a list of all parts/attachments, see its
|
||||||
iterate over all parts/attachments, see its docstring). There is also
|
docstring). There is also @code{mu4e-view-for-each-uri} to iterate of all the
|
||||||
@code{mu4e-view-for-each-uri} to iterate of all the URIs in the
|
URIs in the current message.
|
||||||
current message.
|
|
||||||
|
|
||||||
Another useful function is
|
Another useful function is
|
||||||
@code{mu4e-headers-find-if} which searches for a message matching a
|
@code{mu4e-headers-find-if} which searches for a message matching a
|
||||||
|
|||||||
Reference in New Issue
Block a user