Gnus development mailing list
 help / color / mirror / Atom feed
From: Tassilo Horn <tassilo@member.fsf.org>
To: Francis Moreau <francis.moro@gmail.com>
Cc: ding@gnus.org
Subject: Re: Issue with nnml backend and gnus-group-get-new-news()
Date: Mon, 30 Nov 2009 13:26:59 +0100	[thread overview]
Message-ID: <87pr7019m4.fsf@thinkpad.tsdh.de> (raw)
In-Reply-To: <38b2ab8a0911300233x3de8d5e6hb1ab52551af51f65@mail.gmail.com> (Francis Moreau's message of "Mon, 30 Nov 2009 11:33:08 +0100")

Francis Moreau <francis.moro@gmail.com> writes:

Hi Francis,

> On Mon, Nov 30, 2009 at 10:53 AM, Tassilo Horn <tassilo@member.fsf.org> wrote:
>> Francis Moreau <francis.moro@gmail.com> writes:
>>
>> Hm, could you please provide the relevant parts of your config?
>
> Sure, it's quite simple:
>
> (setq nnmail-split-methods
>         ("save.wyplay.bugs" "^From: bugzilla-daemon@.*")
>         ("Inbox" "")))

Do you have this in your .gnus.el?  The syntax is wrong, and normally
you should get an error with that.  This would be correct:

--8<---------------cut here---------------start------------->8---
(setq nnmail-split-methods
        '(("save.wyplay.bugs" "^From: bugzilla-daemon@.*")
          ("Inbox" "")))
--8<---------------cut here---------------end--------------->8---

>> I think that maybe your splitting rules don't match anything, and so
>> all your mails end up in some "misc" group you probably aren't
>> subscribed to.
>
> Hm, I don't think so since they work as expected if I call
> gnus-group-get-new-news() _without_ prefix.

Hm, I don't know how the prefix should interfer with the splitting.  Do
you provide a prefix value that includes or excludes those groups?

> Could you give it a try and see if it works as exepcted on your side ?

I use fancy mail splitting, and it works for me.  But I didn't test with
a prefix argument till now, because those two accounts I use nnml and
POP3 sources for are very low traffic.

--8<---------------cut here---------------start------------->8---
(setq nnmail-split-methods 'nnmail-split-fancy
      nnmail-split-fancy
      '(| (any "tassilo.horn@gmx.de"     "gmx")
          (any "tassilo.horn@freenet.de" "freenet")
          "misc"))
--8<---------------cut here---------------end--------------->8---

Bye,
Tassilo



  reply	other threads:[~2009-11-30 12:26 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-30  9:36 Francis Moreau
2009-11-30  9:53 ` Tassilo Horn
2009-11-30 10:33   ` Francis Moreau
2009-11-30 12:26     ` Tassilo Horn [this message]
2009-11-30 13:16       ` Francis Moreau
2009-11-30 13:38         ` Tassilo Horn
2009-11-30 13:48           ` Francis Moreau
2009-12-01  9:55             ` Tassilo Horn
2009-12-01 12:13               ` Francis Moreau
2009-12-01 20:17                 ` Tassilo Horn
2009-12-02 13:57                   ` Francis Moreau
2009-12-02 23:57                 ` Dan Christensen
2009-12-03  9:11                   ` Francis Moreau
2009-12-03 14:09                     ` Dan Christensen
2009-12-03 21:42                       ` Francis Moreau
2009-12-03 22:10                         ` Dan Christensen
2009-12-08 12:05                           ` Francis Moreau
2009-12-08 14:06                             ` Dan Christensen
2009-12-08 15:17                               ` Francis Moreau
2009-12-09 10:26                               ` Francis Moreau

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=87pr7019m4.fsf@thinkpad.tsdh.de \
    --to=tassilo@member.fsf.org \
    --cc=ding@gnus.org \
    --cc=francis.moro@gmail.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).