On 2016-11-16 16:08:49 -0800, Brendan Cully wrote: > changeset: 6857:91b3449f426b > user: David Champion <[email protected]> > date: Wed Nov 16 16:05:02 2016 -0800 > link: http://dev.mutt.org/hg/mutt/rev/91b3449f426b > > 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.
Doesn't this introduce an incompatibility change if one searches for strings with @ in a simple search? If @ is regarded as a pattern modifier only when followed by ~, then this is fine. Alternatively, what about the ~@f syntax? -- Vincent Lefèvre <[email protected]> - Web: <https://www.vinc17.net/> 100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/> Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)
