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 c=c
fi fi
stripempty $draft stripempty $draft
if mmime -c <$draft; then if mmime -c <$draft && ! needs_multipart $draft; then
automime= automime=
else else
automime=1 automime=1

Loading…
Cancel
Save