Gnus development mailing list
 help / color / mirror / Atom feed
From: Joakim Hove <joakim.hove@phys.ntnu.no>
Subject: Calling a function in nnmail-split-methods
Date: 05 Sep 2002 15:04:20 +0200	[thread overview]
Message-ID: <k0nr8g8h9kb.fsf@metropolis.phys.ntnu.no> (raw)


Hi,

according to the documentation of nnmail-split-methods it should be
possible to insert a function instead of a regexp to determine whether
a particular mail should go in group xxx, however i can not get the
syntax right:

 (defun hotmail-check ()
   ;; OK - I will take it anyway:
   't)

 (setq nnmail-split-methods
       '(("mail.hotmail" hotmail-check)
         ("mail.INBOX" "")))


The function hotmail-check is *never called*, and all messages end up
in the mail.INBOX group instead of the mail.hotmail group. I have
tried many varieties of quoting and such to no avail.

Any tips greatly appreciated.


Joakim

-- 
==== Joakim Hove      www.phys.ntnu.no/~hove/   =======================
|| Institutt for fysikk  (735) 93637 / E3-141  |  Skøyensgate 10D    ||
|| N - 7491 Trondheim    hove@phys.ntnu.no     |  N - 7030 Trondheim ||
================================================= 73 93 31 68 =========




             reply	other threads:[~2002-09-05 13:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-05 13:04 Joakim Hove [this message]
2002-09-05 20:52 ` Oystein Viggen
2002-09-06  7:51   ` Joakim Hove

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=k0nr8g8h9kb.fsf@metropolis.phys.ntnu.no \
    --to=joakim.hove@phys.ntnu.no \
    /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).