diff --git a/mcom b/mcom index f824302..91498c9 100755 --- a/mcom +++ b/mcom @@ -11,7 +11,7 @@ commajoin() { } notmine() { - mine="$(maddr -a -h local-mailbox:alternate-mailboxes: $MBLAZE/profile)" + mine="$(maddr -a -h local-mailbox:alternate-mailboxes: "$MBLAZE/profile")" grep -Fv -e "$mine" }