Re: How to invoke the limit function from cli

2017-10-14 Thread Ian Zimmerman
On 2017-10-14 00:14, Jim O wrote: > I want to invoke mutt and have it show me, in the index, > just the mails matching a regex. I can do this by entering > klower-case l from the index, and typing in the regex then, > thereby invoking that limit function. But all my efforts > to do something lik

How to invoke the limit function from cli

2017-10-14 Thread Jim O
I want to invoke mutt and have it show me, in the index, just the mails matching a regex. I can do this by entering klower-case l from the index, and typing in the regex then, thereby invoking that limit function. But all my efforts to do something like: mutt -e 'exec limit ~h foo' ~f ma