summaryrefslogtreecommitdiff
path: root/mu4e
diff options
context:
space:
mode:
authorDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2025-10-21 09:28:57 +0300
committerDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2025-10-21 09:39:15 +0300
commite18fe2dbe3dc5078cb245c2d8524bbff22b7a2a1 (patch)
tree37df2deb1a722f2de8083b1282f09f2129a60c6b /mu4e
parentee2ff4cafa3632d1e6de02d89d83366028a81abb (diff)
mu4e.texi: update doc for mu4e-view-mime-parts
mu4e-view-for-each-part is long gone. Fixes #2877.
Diffstat (limited to 'mu4e')
-rw-r--r--mu4e/mu4e-mime-parts.el2
-rw-r--r--mu4e/mu4e.texi13
2 files changed, 7 insertions, 8 deletions
diff --git a/mu4e/mu4e-mime-parts.el b/mu4e/mu4e-mime-parts.el
index c8b604a..058c53b 100644
--- a/mu4e/mu4e-mime-parts.el
+++ b/mu4e/mu4e-mime-parts.el
@@ -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)
(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)
"Return a not-yet-existing filename based on FNAME.
diff --git a/mu4e/mu4e.texi b/mu4e/mu4e.texi
index a339888..169ccfa 100644
--- a/mu4e/mu4e.texi
+++ b/mu4e/mu4e.texi
@@ -3277,13 +3277,12 @@ see @ref{Custom mark functions}
@end itemize
@noindent
-You can also write your own functions without using the above. If you
-want to do so, key useful functions are @code{mu4e-message-at-point}
-(see below), @code{mu4e-headers-for-each} (to iterate over all
-headers, see its docstring) and @code{mu4e-view-for-each-part} (to
-iterate over all parts/attachments, see its docstring). There is also
-@code{mu4e-view-for-each-uri} to iterate of all the URIs in the
-current message.
+You can also write your own functions without using the above. If you want to do
+so, key useful functions are @code{mu4e-message-at-point} (see below),
+@code{mu4e-headers-for-each} (to iterate over all headers, see its docstring)
+and @code{mu4e-view-mime-parts} (a list of all parts/attachments, see its
+docstring). There is also @code{mu4e-view-for-each-uri} to iterate of all the
+URIs in the current message.
Another useful function is
@code{mu4e-headers-find-if} which searches for a message matching a