]> granicus.if.org Git - neomutt/commit
Add option $show_multipart_alternative
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Fri, 10 Feb 2017 20:10:05 +0000 (21:10 +0100)
committerRichard Russon <rich@flatcap.org>
Tue, 14 Feb 2017 17:48:23 +0000 (17:48 +0000)
commit01d3d478170532639b551a48bdd2d020ad4eecc4
tree6f11607d43e4a26087634043914456eb81dfdcf0
parentac0e689070712d6f6d38607c2e4da646033d464f
Add option $show_multipart_alternative

When viewing a multi-part MIME email:
    'alternative_order' determines which part is displayed
    'auto_view' determines how the part is displayed

$show_multipart_alternative has three options to control what is displayed:
    unset    Only the chosen part (default)
    'info'   The chosen part plus information about the other parts
    'inline' All the parts
globals.h
handler.c
init.c
init.h