On Thu, Apr 18, 2002 at 04:14:18AM +0200, Sven Guckes wrote:
> How do you limit to subjects in CAPS only,
> ie containing not a single lowercase letter?
> caveat: the subjects may have other characters -
> but all the letters are uppercase.

I've used this as a search pattern in the pager to highlight newsletter
section headings:

    "/\^[A-Z0-9][A-Z0-9 [:punct:]]*$^M"

So you could probably adapt it for your subject search.  Maybe this
(untried):

    ~s "\^[A-Z0-9 [:punct:]]+$"

> Sven  [04:14am *yawn*]

Just going to bed or just getting up?

Gary

-- 
Gary Johnson                               | Agilent Technologies
[EMAIL PROTECTED]                   | Spokane, Washington, USA
http://www.spocom.com/users/gjohnson/mutt/ |

Reply via email to