[email protected] (Xavier Maillard) wrote: > What is the correct way to 'f' for header List-ID and restrict the headers > view to only a particular mailing-list ? > Reading the man page, I tried this approach: > '<list-id@@emacs\.devel> > But it results in "no applicable messages" info text.
I think you can do the following: -- # ~/.snailrc # or whatever your config file is set searchheaders -- Then in s-mailx use 'f /List-ID:<search term|blank>'. I *think* you can also use regex for searches but you might need to enable something more; see "searchheaders" section in manpage. -Z
