Last-Update: 2025-03-10
Forwarded: https://github.com/djcb/mu/pull/2828
Otherwise:
(with the \040 specifying a space in the regular expression, and and extra '\' to escape it)
is rendered as:
(with the $ 40 specifying a space in the regular expression, and and extra `$ยด to escape it)
Gbp-Pq: Name escape-man-page-back-slashes.patch
#+begin_example
mu find 'subject:/hello\\040world/'
#+end_example
-(with the \040 specifying a space in the regular expression, and and extra `\'
+(with the \\040 specifying a space in the regular expression, and and extra `\\'
to escape it). In many cases,
#+begin_example
mu find 'subject:/hello.world/'