Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Jesper Harder <harder@myrealbox.com>
Subject: Re: fancy mail splitting regexp
Date: Sat, 01 Nov 2003 01:23:39 +0100	[thread overview]
Message-ID: <m365i5vsvo.fsf@defun.localdomain> (raw)
In-Reply-To: <87fzh9e1t0.fsf@localhost.localdomain>

Andreas Goesele <goesele@hfph.mwn.de> writes:

> Harald Maier <maierh@myself.com> writes:
>
>> To get a better answer it's maybe better if you send the the whole
>> definition of the 'nnmail-split-fancy' variable.
>
> Trying to pin down the problem:
>
> (setq nnmail-split-fancy (quote (|
>    ("From" "TrustedAddress" "mail.misc")
>    (: my-match "^Subject: *$" "Empty")
>    "mail.misc")))

Please try this version of my-match instead:

(defun my-match (regexp group)
  (goto-char (point-min))
  (when (re-search-forward regexp nil t)
    group))


      parent reply	other threads:[~2003-11-01  0:23 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <87fzhb7h49.fsf@localhost.localdomain>
2003-10-30  4:01 ` Jesper Harder
     [not found]   ` <m3y8v3tf68.fsf@ate.maierh>
2003-10-30 14:12     ` Jesper Harder
     [not found]   ` <871xsuk7s8.fsf@localhost.localdomain>
     [not found]     ` <m3smlak1en.fsf@defun.localdomain>
     [not found]       ` <87ad7ie966.fsf@localhost.localdomain>
     [not found]         ` <m3ism64dtu.fsf@defun.localdomain>
     [not found]           ` <874qxqurho.fsf@localhost.localdomain>
     [not found]             ` <m31xsu9dk1.fsf@ate.maierh>
     [not found]               ` <87fzh9e1t0.fsf@localhost.localdomain>
2003-11-01  0:23                 ` Jesper Harder [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m365i5vsvo.fsf@defun.localdomain \
    --to=harder@myrealbox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).