]> granicus.if.org Git - neomutt/commit
Adds the '@' pattern modifier to limit matches to known aliases.
authorDavid Champion <dgc@bikeshed.us>
Thu, 17 Nov 2016 00:05:02 +0000 (16:05 -0800)
committerRichard Russon <rich@flatcap.org>
Thu, 24 Nov 2016 19:28:14 +0000 (19:28 +0000)
commit3d8d72a92d3892157a865900fcc38065bde5e83a
tree4caef5c247240eb00a28dd178ae251e536b4b472
parentacebbaece94867b56e6ef6ff341495da92319cec
Adds the '@' pattern modifier to limit matches to known aliases.

Example: ~f joe matches messages from joe. @~f joe matches messages from
any joe who is defined as an alias.

Pushed by Kevin McCarthy with two minor cosmetic fixes.
doc/manual.xml.head
mutt.h
pattern.c