help-emacs-windows
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [h-e-w] Re: IMAP,gnus & spam mails


From: jasonr
Subject: Re: [h-e-w] Re: IMAP,gnus & spam mails
Date: Mon, 7 Oct 2002 12:05:20 +0100 (BST)

> (setq nnimap-split-rule
>       '(("\"nnimap 10.200.4.9:Deleted Items\""    "^Subject:.*BBB")))

There are two problems with the above line:

1) You have an extra set of double quotes inside your string.
2) The help for nnimap-split-rule says that the mailbox is specified as an IMAP 
mailbox, not a Gnus group.

ie.
 (setq nnimap-split-rule
       '(("Deleted Items" "^Subject:.*BBB")))






reply via email to

[Prev in Thread] Current Thread [Next in Thread]