diff --git a/mcom b/mcom index a1a1f90..7bb3ce6 100755 --- a/mcom +++ b/mcom @@ -231,7 +231,7 @@ esac hdrs="$(printf '%s\n' "${hdrs#$NL}" | mhdr -)" -outbox=$(mhdr -h outbox "$MBLAZE/profile") +outbox=$(mhdr -h outbox "$MBLAZE/profile" | sed "s:^~/:$HOME/:") if [ -z "$outbox" ]; then if [ -z "$resume" ]; then i=0