diff options
Diffstat (limited to 'mcom')
-rwxr-xr-x | mcom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mcom b/mcom index b9a524c..c66abea 100755 --- a/mcom +++ b/mcom @@ -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 |