about summary refs log tree commit diff
path: root/mcom
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2017-07-12 21:11:53 +0200
committerLeah Neukirchen <leah@vuxu.org>2017-07-12 21:11:53 +0200
commit73d80d80f98436aff9b3ce8b99089d5f909e7c63 (patch)
tree1dffefe555db16584e6b14af327ac5620fa7c7a5 /mcom
parent4d38a9c950c8f7a28a0f7dd7c422030c0d380ab2 (diff)
downloadmblaze-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-xmcom2
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"