mu4e: split off mime-handling from mu4e-view & improve

Split off the MIME-handling from mu4e-view.el into its own
mu4e-mime-parts.el

Improve the implementation, updating completions with annotations.
Support "Pick all" for completing attachments and MIME-types.

Both attachment/inline disposition MIME-type with a file name are
considered "attachment" now.

Allow MIME-part actions to target multiple MIME-parts.
This commit is contained in:
Dirk-Jan C. Binnema
2023-07-16 10:44:57 +03:00
parent 3b93863f15
commit 993f16522a
3 changed files with 499 additions and 258 deletions

View File

@ -45,6 +45,7 @@ mu4e_srcs=[
'mu4e-main.el',
'mu4e-mark.el',
'mu4e-message.el',
'mu4e-mime-parts.el',
'mu4e-modeline.el',
'mu4e-notification.el',
'mu4e-obsolete.el',