mu4e-view-save-attachments: document limitation with crm-separator
As discussed in #2768.
This commit is contained in:
@ -291,9 +291,15 @@ one is determined using `mu4e-attachment-dir'.
|
|||||||
|
|
||||||
This command assumes unique filenames for the attachments, since
|
This command assumes unique filenames for the attachments, since
|
||||||
that is how the underlying completion mechanism works. If there
|
that is how the underlying completion mechanism works. If there
|
||||||
are duplicates, only one is recognized. For this corner-case, it
|
are duplicates, only one is recognized.
|
||||||
is recommended to use `mu4e-view-mime-part-action' instead, which
|
|
||||||
does not have this limitation."
|
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")
|
(interactive "P")
|
||||||
(let* ((parts (mu4e-view-mime-parts))
|
(let* ((parts (mu4e-view-mime-parts))
|
||||||
(candidates (seq-map
|
(candidates (seq-map
|
||||||
|
|||||||
Reference in New Issue
Block a user