diff options
author | Leah Neukirchen <leah@vuxu.org> | 2018-08-15 17:01:06 +0200 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2018-08-15 17:01:06 +0200 |
commit | 5294c374df1d4936fe18a2614e8af1d47d03168b (patch) | |
tree | d77751b39da7a472eabddef91283587031293ae6 /mcom | |
parent | eca1ff8087ef1f7b81c8811b6becc5bc5fabbd0a (diff) | |
download | mblaze-5294c374df1d4936fe18a2614e8af1d47d03168b.tar.gz mblaze-5294c374df1d4936fe18a2614e8af1d47d03168b.tar.xz mblaze-5294c374df1d4936fe18a2614e8af1d47d03168b.zip |
mcom: whitespace fixes
Diffstat (limited to 'mcom')
-rwxr-xr-x | mcom | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mcom b/mcom index db841c7..171fb1b 100755 --- a/mcom +++ b/mcom @@ -16,7 +16,7 @@ notmine() { } ouniq() { - awk '!seen[$0]++' + awk '!seen[$0]++' } reffmt() { @@ -285,7 +285,7 @@ fi printf 'To: %s\n' "$to" printf 'Cc: %s\n' \ "$(mhdr -d -A -h to:cc: "$1" | - notmine |grep -Fv -e "$to" | + notmine |grep -Fv -e "$to" | ouniq |commajoin)" printf 'Bcc: \n' printf '%s\n' "$hdrs" | awk '{ print }' | |