]> granicus.if.org Git - neomutt/commit
support for multipart/alternative and multipart/mixed
authorYubin Ruan <ablacktshirt@gmail.com>
Sun, 11 Mar 2018 08:57:01 +0000 (16:57 +0800)
committerRichard Russon <rich@flatcap.org>
Sun, 11 Mar 2018 08:57:01 +0000 (16:57 +0800)
commitc6b6a9d9e95d7c90cece215c5e68a3e30d80db1a
tree1ccb3cae4d4d3f15717396270709c1e15b4f04a8
parentb7dc51fb22d45635fcdbc14986354403ca66998c
support for multipart/alternative and multipart/mixed

This work is based on commit 5b4f7a1342 from @somini and was discussed
at <https://github.com/neomutt/neomutt/issues/587>. As of now, one can
tag entries in the compose menu and use <group-alternatives> to group
those entries into one. If all the entries are tagged (including the
fundamental part), then the email become a multipart/alternative one,
otherwise it becomes a multipart/mixed one.

There is some weird things to be noted, though: when postponing a
multipart/alternative mail and then recall it, those entries get
split up. This does not occurred for multipart/mixed mails.
compose.c