mu4e-view: add mu4e-view-jump-to-mime-part
This allows for jumping to the MIME-part by number; a thin wrapper over the Gnus functionality.
This commit is contained in:
@ -1420,6 +1420,7 @@ e extract (save) one or more attachments (asks for numbers)
|
||||
(or: <mouse-2> or S-RET with point on attachment)
|
||||
a execute some custom action on the message
|
||||
A execute some custom action on the message's MIME-parts
|
||||
J jump to MIME part by its number
|
||||
|
||||
misc
|
||||
----
|
||||
@ -1475,6 +1476,10 @@ even clearer by indicating them in the message itself, using:
|
||||
(setq gnus-unbuttonized-mime-types nil)
|
||||
@end lisp
|
||||
|
||||
Note that you can jump to the relevant MIME-parts using
|
||||
@code{mu4e-view-jump-to-mime-part}, which ask for the number or uses the
|
||||
prefix-argument.
|
||||
|
||||
@subsection Inline images
|
||||
When you run Emacs in graphical mode, by default images attached to
|
||||
messages are shown inline in the message view buffer.
|
||||
|
||||
Reference in New Issue
Block a user