diff options
author | Leah Neukirchen <leah@vuxu.org> | 2017-06-01 14:57:27 +0200 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2017-06-01 14:57:27 +0200 |
commit | 84ae9a72b1f22756c2469c62efd9300acf862e8c (patch) | |
tree | 4e22090e9082280c9fba5d585ced9eab098f4671 /mcom | |
parent | f8a1c21a71debc3068606912dae680394784369c (diff) | |
download | mblaze-84ae9a72b1f22756c2469c62efd9300acf862e8c.tar.gz mblaze-84ae9a72b1f22756c2469c62efd9300acf862e8c.tar.xz mblaze-84ae9a72b1f22756c2469c62efd9300acf862e8c.zip |
mcom: use museragent
Diffstat (limited to 'mcom')
-rwxr-xr-x | mcom | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mcom b/mcom index 892fee1..07f25f8 100755 --- a/mcom +++ b/mcom @@ -63,6 +63,7 @@ fi [ "$from" ] && printf 'From: %s\n' "$from" cat "$MBLAZE/headers" 2>/dev/null msgid + museragent msgdate printf '\n\n' ;; @@ -93,6 +94,7 @@ fi printf 'In-Reply-To: %s\n' "$mid" fi msgid + museragent msgdate printf '\n' |