From 02383ec51c12edfcc18259380820961881f18a22 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Mon, 19 Jun 2017 14:05:32 +0200 Subject: mcom: send attached messages inline and without leaking basename --- mcom | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mcom') diff --git a/mcom b/mcom index 1d73cd8..731981e 100755 --- a/mcom +++ b/mcom @@ -106,8 +106,8 @@ echo $draft museragent msgdate printf '\n\n' - if [ -n "$raw" ]; then - mseq -r "$@" | sed 's:^:#message/rfc822 :' + if [ -z "$raw" ]; then + mseq -r "$@" | sed 's:^:#message/rfc822#inline :; s:$:>:' else ( SEP=----- IFS=' -- cgit 1.4.1