mcom: send attached messages inline and without leaking basename

pull/37/head
Leah Neukirchen 7 years ago
parent 7955efa88e
commit 02383ec51c

@ -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='

Loading…
Cancel
Save