]> 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)
committerDavid Champion <dgc@bikeshed.us>
Thu, 17 Nov 2016 00:05:02 +0000 (16:05 -0800)
commitb93cfca37b5f044cefd7dc3d59a457b3d4b0fea8
tree37b67b960c5d96a99f09b2c11604531d4519068a
parent979b4540f8aeb227eac3589cc80980615bf55701
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