From ebaf9e2df23775eff5d594c94d0f04b933530ff7 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Mon, 16 Jul 2018 13:09:20 +0200 Subject: mcom: detect Attach: headers for automiming --- mcom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mcom') 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 -- cgit 1.4.1