Gnus development mailing list
 help / color / mirror / Atom feed
* nnml in .newsrc.eld : not qualified as others e.g nnimap
@ 2011-04-01 19:40 Richard Riley
  2011-04-02 20:32 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Riley @ 2011-04-01 19:40 UTC (permalink / raw)
  To: nognus



I have

,----
| (setq gnus-select-method
| 	     '(nnml "local"
| 		    ))
| 
| (setq nnmail-split-methods
|       '(("root-email" "^From:.*root@.*")
| 	("local-email" "")))
`----

The .newsrc.eld entries are of the form:-

,----
| ("root-email" 1 nil) ("mail.misc" 1 nil)
`----

I have some code elsewhere which pretties up my group buffer which
relies on the "fully qualified" style of .newsrc.eld entry e.g

,----
| ("nnimap+riley:INBOX" 2 ((1  etc
`----

Where I can grep out the server name and the type.

I did try setting the nnml backend as secondary but it still wrote the
non qualified style.

Is this on purpose? Can I enforce the "fully qualified" style?

Also, as an aside the split rule does split to root-email but is not
putting the rest into "local-email". I took the example from the
docstring/gnus manual and modified it. Again, is this some silly error
on my part or something more complex? Possibly something written into a
config file on the nnml backend?

regards
r.




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

* Re: nnml in .newsrc.eld : not qualified as others e.g nnimap
  2011-04-01 19:40 nnml in .newsrc.eld : not qualified as others e.g nnimap Richard Riley
@ 2011-04-02 20:32 ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Magne Ingebrigtsen @ 2011-04-02 20:32 UTC (permalink / raw)
  To: ding

Richard Riley <rileyrg@googlemail.com> writes:

> Where I can grep out the server name and the type.

Use `gnus-find-method-for-group'.

> Is this on purpose?

Yes.

> Can I enforce the "fully qualified" style?

Make all your servers secondary.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen




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

end of thread, other threads:[~2011-04-02 20:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-01 19:40 nnml in .newsrc.eld : not qualified as others e.g nnimap Richard Riley
2011-04-02 20:32 ` Lars Magne Ingebrigtsen

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