Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Re: spliting imap buffer
       [not found] <uy8sar04b.fsf@us.ibm.com>
@ 2004-01-14 20:23 ` Bruce S. Skinner
  2004-02-13 12:47   ` Kai Grossjohann
  0 siblings, 1 reply; 2+ messages in thread
From: Bruce S. Skinner @ 2004-01-14 20:23 UTC (permalink / raw)


Dave Boutcher <sleddog@us.ibm.com> writes:

> I'm trying to split my mailing lists out of my nnimap INBOX.  I've
> been googling and reading the gnus manual, but it's still not
> working.  
> 
> I currently have nnimap set up with 
> 
>  '(nnimap-split-inbox (quote ("INBOX")))
>  '(nnimap-split-rule (quote (("INBOX.linux-vscsi"
>      "^To:.*linux-scsi@vger.kernel.org"))))
> 
> Do I need to do anything to create an INBOX.linux-vscsi directory?

You need to create a foreign group with gnus-group-make-group.
  The group name : INBOX.linux-vscsi
          method : nnimap
         address : address.of.your.imap.server
> 
> My *Group* windows shows 
> 
>        0: nnimap+imap.linux.ibm.com:INBOX 
> 
> So I've tried setting the nnimap-split-inbox to things like 
> imap.linux.ibm.com:INBOX without success

My setup looks like:

(setq       nnimap-split-inbox "INBOX"	; A string or a list of strings that gives
					; the name(s) of IMAP mailboxes to split
					; from.  Defaults to nil, which means that
					; splitting is disabled!
      nnimap-split-rule
      '(("INBOX.linux-RedHat" "^\\(From\\|Reply-To\\|Cc\\|To\\): redhat-list.*@redhat\.com")
	("INBOX.linuxppc-embedded" "^\\(From\\|Cc\\|To\\): .*linuxppc-embedded@")
	("INBOX.ppcboot-users" "^\\(From\\|Cc\\|To\\): .*ppcboot-users")
	("INBOX.VxWorks" "^\\(From\\|Cc\\|To\\): .*vxw.*@.*lbl\.gov")
	("INBOX.openldap-announce" "^\\(From\\|Cc\\|To\\): .*openldap-announce@OpenLDAP\.org")
	))

> 
> Any ideas?
> 
> Thanks!
> 
> Dave B
> 
> 
> 

-- 

Bruce S. Skinner
Defence R&D Canada - Atlantic
9 Grove St.              <mailto:Bruce.Skinner@drdc-rddc.gc.ca>
P.O. Box 1012            <http://www.drdc-rddc.dnd.ca>
Dartmouth  NS
CANADA                    tel: (902) 426-3100 x205
B2Y 3Z7                   fax: (902) 426-9654


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

* Re: spliting imap buffer
  2004-01-14 20:23 ` spliting imap buffer Bruce S. Skinner
@ 2004-02-13 12:47   ` Kai Grossjohann
  0 siblings, 0 replies; 2+ messages in thread
From: Kai Grossjohann @ 2004-02-13 12:47 UTC (permalink / raw)


Bruce.Skinner@drdc-rddc.gc.ca (Bruce S. Skinner) writes:

> You need to create a foreign group with gnus-group-make-group.
>   The group name : INBOX.linux-vscsi
>           method : nnimap
>          address : address.of.your.imap.server

If you have groups named like "nnimap+foo:INBOX.bar" and you want to
create a new group nnimap+foo:INBOX.quux, then IMHO it is best to type
"nnimap:foo" (not "nnimap+foo") when it asks for the method.

Otherwise it can happen that similarly-looking groups are actually
from different servers, or so Gnus thinks.

Kai


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

end of thread, other threads:[~2004-02-13 12:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <uy8sar04b.fsf@us.ibm.com>
2004-01-14 20:23 ` spliting imap buffer Bruce S. Skinner
2004-02-13 12:47   ` Kai Grossjohann

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