summary refs log tree commit diff
path: root/mcomp
diff options
context:
space:
mode:
Diffstat (limited to 'mcomp')
-rwxr-xr-xmcomp3
1 files changed, 2 insertions, 1 deletions
diff --git a/mcomp b/mcomp
index 7c609ae..d6bec82 100755
--- a/mcomp
+++ b/mcomp
@@ -10,7 +10,8 @@ reffmt() {
 }
 
 msgid() {
-	mgenmid 2>/dev/null | sed 's/.*/Message-Id: &/'
+	mgenmid 2>/dev/null | sed 's/^/Message-Id: /'
+}
 }
 
 outbox=$(mhdr -h outbox ~/.mblaze/profile)