Skip to content

Commit

Permalink
mu4e-view-save-attachments: document limitation with crm-separator
Browse files Browse the repository at this point in the history
As discussed in #2768.
  • Loading branch information
djcb committed Oct 9, 2024
1 parent aa4946c commit 9650630
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions mu4e/mu4e-mime-parts.el
Original file line number Diff line number Diff line change
Expand Up @@ -291,9 +291,15 @@ one is determined using `mu4e-attachment-dir'.
This command assumes unique filenames for the attachments, since
that is how the underlying completion mechanism works. If there
are duplicates, only one is recognized. For this corner-case, it
is recommended to use `mu4e-view-mime-part-action' instead, which
does not have this limitation."
are duplicates, only one is recognized.
Furthermore, file-names that match `crm-separator' (by default,
commas) are not supported (see `completing-read-multiple' for
further details).
For such corner-cases, it is recommended to use
`mu4e-view-mime-part-action' instead, which does not have this
limitation."
(interactive "P")
(let* ((parts (mu4e-view-mime-parts))
(candidates (seq-map
Expand Down

0 comments on commit 9650630

Please sign in to comment.