From: Johannes Weißl Date: Sun, 5 Dec 2010 03:59:41 +0000 (+0100) Subject: Merge branch 'master' into screen-git X-Git-Url: https://projects.mako.cc/source/muttjump/commitdiff_plain/39586be61e51b7991b3a43a9efc6d771d2f50f1c Merge branch 'master' into screen-git Conflicts: muttjump --- 39586be61e51b7991b3a43a9efc6d771d2f50f1c diff --cc muttjump index ab43800,cd1b006..8ba8e02 --- a/muttjump +++ b/muttjump @@@ -196,11 -207,8 +207,12 @@@ if [ ! -d "$orig_maildir/cur" ] ; the die "directory $(quote "$orig_maildir") doesn't exist or is no Maildir" fi - jump_expr="~i'$msgid'" + msgid_mutt=$(quote_regexp "$msgid_quoted") + jump_expr="~i'$msgid_mutt'" +jump_cmd="$jump_expr" +if [ "$MUTTJUMP_MODE" = search ] ; then + jump_cmd="$jump_cmdall" +fi if [ "$MUTTJUMP_MULTI_SCREEN_MODE" = no ] ; then