From: Johannes Weißl Date: Thu, 11 Nov 2010 08:04:02 +0000 (+0100) Subject: use `mutt -f` instead of X-Git-Url: https://projects.mako.cc/source/muttjump/commitdiff_plain/9f2de58225300e4aaeb5d09753af3cf6d67b6a8c?hp=d9c6d0118064bbfc274f5a0596db39795e19883e use `mutt -f` instead of doesn't work with spaces in maildir name. --- diff --git a/muttjump b/muttjump index 32644d3..dd72034 100755 --- a/muttjump +++ b/muttjump @@ -145,7 +145,7 @@ if [ "$MUTTJUMP_USE_SCREEN" = no ] ; then exec < $term # start mutt, open original folder and jump to the original message - $MUTT -e "push \"$orig_maildir$jump_cmd\"" + $MUTT -f "$orig_maildir" -e "push \"$jump_cmd\"" else