mcom: detect Attach: headers for automiming

pull/124/head
Leah Neukirchen 6 years ago
parent 0d397f6790
commit ebaf9e2df2

@ -407,7 +407,7 @@ while :; do
c=c
fi
stripempty $draft
if mmime -c <$draft; then
if mmime -c <$draft && ! needs_multipart $draft; then
automime=
else
automime=1

Loading…
Cancel
Save