Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* nnmaildir + namazu + fancy splitting: problem
@ 2007-07-03 11:46 Ruslan Spivak
  2007-07-04  1:25 ` nnmaildir + namazu + fancy splitting: problem solved Ruslan Spivak
  0 siblings, 1 reply; 2+ messages in thread
From: Ruslan Spivak @ 2007-07-03 11:46 UTC (permalink / raw)
  To: info-gnus-english

Hello, everybody.

I'm using Emacs from CVS (22.1.50) with Gnus and have several select
methods: nnmaildir and nnml. In addition i've set up gnus namazu and
fancy splitting rules both for mails from nnmaildir and nnml.

The problem is that search works only with nnml, the same is for fancy
splitting rules - they work only for nnml group. 
I've tested namazu search from command line and it retuned search
results for mails belonging to nnmaildir group while it doesn't work
from emacs.

It seems somewhat related that fancy rules and namazu search work only
for nnml but not for nnmaildir.

This is excerpt for my select methods:
---------------------------------------------------------------
(setq mail-sources '((file :path "/var/mail/alienoid")))
(setq gnus-secondary-select-methods
      '((nnmaildir "test"
              (directory "~/.nnmaildir/")
              (expire-age never)
              (create-directory "../foo")
              (directory-files nnheader-directory-files-safe)
              (get-new-mail nil))
        (nnml "gmail"
              (expire-age never)
              (nnml-get-new-mail t))))
---------------------------------------------------------------

On filesystem ~/.nnmaildir contains soft link rspivak@localhost to
~/Maildir which contains mail messages.

Maybe someone has any idea where to dig further.

Thanks,
Ruslan

--
I don't necessarily agree with everything I say. -Marshall McLuhan,
cultural historian and communications theorist (1911-1980)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: nnmaildir + namazu + fancy splitting: problem solved
  2007-07-03 11:46 nnmaildir + namazu + fancy splitting: problem Ruslan Spivak
@ 2007-07-04  1:25 ` Ruslan Spivak
  0 siblings, 0 replies; 2+ messages in thread
From: Ruslan Spivak @ 2007-07-04  1:25 UTC (permalink / raw)
  To: info-gnus-english

Ruslan Spivak <ruslan.spivak@gmail.com> writes:

> Hello, everybody.
>
> I'm using Emacs from CVS (22.1.50) with Gnus and have several select
> methods: nnmaildir and nnml. In addition i've set up gnus namazu and
> fancy splitting rules both for mails from nnmaildir and nnml.
>
> The problem is that search works only with nnml, the same is for fancy
> splitting rules - they work only for nnml group. 
> I've tested namazu search from command line and it retuned search
> results for mails belonging to nnmaildir group while it doesn't work
> from emacs.
>
> It seems somewhat related that fancy rules and namazu search work only
> for nnml but not for nnmaildir.
>
> This is excerpt for my select methods:
> ---------------------------------------------------------------
> (setq mail-sources '((file :path "/var/mail/alienoid")))
> (setq gnus-secondary-select-methods
>       '((nnmaildir "test"
>               (directory "~/.nnmaildir/")
>               (expire-age never)
>               (create-directory "../foo")
>               (directory-files nnheader-directory-files-safe)
>               (get-new-mail nil))
>         (nnml "gmail"
>               (expire-age never)
>               (nnml-get-new-mail t))))
> ---------------------------------------------------------------
>
> On filesystem ~/.nnmaildir contains soft link rspivak@localhost to
> ~/Maildir which contains mail messages.
>
> Maybe someone has any idea where to dig further.
>

Solved the problem by having only nnml backend and adding maildir to
mail-sources.

Regards,
Ruslan

-- 
Rewards and punishments are the lowest form of education.
  -Chuang-Tzu, philosopher (4th c. BCE)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-07-04  1:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-03 11:46 nnmaildir + namazu + fancy splitting: problem Ruslan Spivak
2007-07-04  1:25 ` nnmaildir + namazu + fancy splitting: problem solved Ruslan Spivak

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).