printf 'Local-Mailbox: recipient@example.com' >>"$MH"
-# check -convertarg with multiple parts and no additional text in draft
+# check -convertarg with multiple parts and additional text in draft
cat >"$expected" <<'EOF'
From: recipient@example.com
To: sender@example.com
LC_ALL=en_US.UTF-8; export LC_ALL
-# check -convertarg with multiple parts and additional text in draft
+# check -convertarg with multiple parts and no additional text in draft
cat >"$expected" <<'EOF'
From: recipient@example.com
To: sender@example.com
sender@example.com writes:
+> This is a test.
EOF
cat >`mhpath new` <<'EOF'
--_002_
Content-Type: text/plain
-
+This is a test.
--_002_--