diff options
author | Leah Neukirchen <leah@vuxu.org> | 2017-07-12 21:11:53 +0200 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2017-07-12 21:11:53 +0200 |
commit | 73d80d80f98436aff9b3ce8b99089d5f909e7c63 (patch) | |
tree | 1dffefe555db16584e6b14af327ac5620fa7c7a5 /mcom | |
parent | 4d38a9c950c8f7a28a0f7dd7c422030c0d380ab2 (diff) | |
download | mblaze-73d80d80f98436aff9b3ce8b99089d5f909e7c63.tar.gz mblaze-73d80d80f98436aff9b3ce8b99089d5f909e7c63.tar.xz mblaze-73d80d80f98436aff9b3ce8b99089d5f909e7c63.zip |
mrep: avoid initial space for References:
This triggered qp-encoding, which is not allowed for this header.
Diffstat (limited to 'mcom')
-rwxr-xr-x | mcom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mcom b/mcom index 63a0894..15bba03 100755 --- a/mcom +++ b/mcom @@ -145,7 +145,7 @@ fi cat "$MBLAZE/headers" 2>/dev/null mid=$(mhdr -h message-id "$1") if [ "$mid" ]; then - printf 'References: ' + printf 'References:' { mhdr -h references "$1" printf '%s\n' "$mid" |