]> granicus.if.org Git - neomutt/commit
Improved limit-to-all detection by skipping leading spaces of the pattern
authorVincent Lefevre <vincent@vinc17.net>
Sun, 22 Jul 2018 00:57:32 +0000 (02:57 +0200)
committerRichard Russon <rich@flatcap.org>
Sat, 1 Sep 2018 17:06:08 +0000 (18:06 +0100)
commit7aed6430ee56d6ec00a10c23204d12e2d19a47bf
tree8090497442a724a8c51919cf967fcf97494dd8ae
parent32bbdac3211b320ab587fba4d72176a58d1b5856
Improved limit-to-all detection by skipping leading spaces of the pattern

There are many equivalent limit-to-all patterns, but in practice, one
may want to limit to " ~A" in order to prevent the pattern from being
recorded in the history. Thus it is important to detect at least this
pattern and similar ones.
pattern.c