jeremy-compostella / org-msg

OrgMsg is a GNU/Emacs global minor mode mixing up Org mode and Message mode to compose and reply to emails in a Outlook HTML friendly style.
GNU General Public License v3.0
276 stars 57 forks source link

Selecting multiple file with ivy only attaches one (and the path is mangled) #125

Open Hugo-Heagren opened 3 years ago

Hugo-Heagren commented 3 years ago

With ivy, it is possible to select multiple candidates, and ivy integrates itself into multi-choice menus like the one org-msg uses to attach files. At the moment, if I select multiple files, then only the first is added as an attachment. In fact even that isn't really added because it's filename is mangled along the way. Ivy uses a prepended marker ">" in the minibuffer list to mark which candidates are selected, and this is added to front of the file name when it is added to the attachment property.

It would be really great if the functionality for adding attachments supported multiple selection with ivy.