#2886: inconsistent use of backslash in regexps If I want to match the + character from the index, I need to write, e.g. ~Bc\\+\\+ (with two backslashes before the +). But from the pager, I need to search for: c\+\+ with a single backslash this time. -- Ticket URL: <http://dev.mutt.org/trac/ticket/2886>