mu4e: update docs for mu4e-view-save-attachments

This commit is contained in:
Dirk-Jan C. Binnema
2026-01-03 12:15:45 +02:00
committed by Seth Ladygo
parent bdf2c8b6b1
commit c083c7e341

View File

@ -1622,13 +1622,29 @@ Other MIME-parts in the messages include @emph{attachments}.
@cindex attachments
Many e-mail messages contain @emph{attachments}, which are MIME-parts that
<<<<<<< HEAD
encode files which you can extract.
||||||| parent of 35b9b725 (mu4e: update docs for mu4e-view-save-attachments)
Many e-mail messages also contain @emph{attachments}, which are MIME-parts that
contain files@footnote{Attachments come in two flavors: @t{inline} and
@t{attachment}. @code{mu4e} does not distinguish between the two when operating on
them: everything that specifies a filename is considered an attachment}.
=======
encode files@footnote{Attachments come in two flavors: @t{inline} and
@t{attachment}. @code{mu4e} does not distinguish between the two when operating on
them: everything that specifies a filename is considered an attachment}.
>>>>>>> 35b9b725 (mu4e: update docs for mu4e-view-save-attachments)
<<<<<<< HEAD
@footnote{@code{mu} uses some heuristics to decide if a part should be treated
as an attachment; including @t{inline} parts that specify a filename. The
heuristic tries to balance false-positive and false-negatives, both of which are
possible}
||||||| parent of 35b9b725 (mu4e: update docs for mu4e-view-save-attachments)
To save such attachments as files on your computer, @code{mu4e}'s message-view
=======
>>>>>>> 35b9b725 (mu4e: update docs for mu4e-view-save-attachments)
To save attachments as files on your computer, @code{mu4e}'s message-view
offers the command @code{mu4e-view-save-attachments}; its default keybinding is
@key{e} (think @emph{extract}).