Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Re: Case sensitive split
       [not found] <lhr8i4vxxl.fsf@lxserver.dbs.de>
@ 2002-07-16 13:16 ` Karl Kleinpaste
  0 siblings, 0 replies; only message in thread
From: Karl Kleinpaste @ 2002-07-16 13:16 UTC (permalink / raw)


arne_caspari@lxserver.dbs.de writes:
> How do I tell the regexp to match only uppercase letters?

(add-hook 'nnmail-split-hook (lambda nil (setq case-fold-search nil)))

I don't use fancy splitting, but in ordinary splitting, this is the
way to catch what you want:

("tomb"			"Subject: \\(Re: \\)?[^a-z]+$")

That is, it's not sufficient to catch a bunch of uppercase.  You have
to catch the _lack_ of _lowercase_.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-07-16 13:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <lhr8i4vxxl.fsf@lxserver.dbs.de>
2002-07-16 13:16 ` Case sensitive split Karl Kleinpaste

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).