From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/10177 Path: news.gmane.org!not-for-mail From: Zachary Kline Newsgroups: gmane.emacs.gnus.user Subject: nnimap Splitting confusion Date: Tue, 22 Jan 2008 00:06:54 -0800 Organization: Aioe.org NNTP Server Message-ID: <87hch65lnl.fsf@128-193-247-9.resnet.oregonstate.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1200991642 22598 80.91.229.12 (22 Jan 2008 08:47:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 22 Jan 2008 08:47:22 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Tue Jan 22 09:47:38 2008 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JHEnB-0003PW-Vs for gegu-info-gnus-english@m.gmane.org; Tue, 22 Jan 2008 09:47:38 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JHEmm-0002q8-Dd for gegu-info-gnus-english@m.gmane.org; Tue, 22 Jan 2008 03:47:12 -0500 Original-Path: shelby.stanford.edu!headwall.stanford.edu!newsfeed.esat.net!club-internet.fr!feedme-small.clubint.net!aioe.org!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 11 Original-NNTP-Posting-Host: +YDq6rZZwShAzL8bO3fijA.user.aioe.org Original-X-Complaints-To: abuse@aioe.org Cancel-Lock: sha1:s9wA3LZE3qSKcdTtK2jD3Sx6/xI= User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) Original-Xref: shelby.stanford.edu gnu.emacs.gnus:80390 X-Mailman-Approved-At: Tue, 22 Jan 2008 03:45:45 -0500 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:10177 Archived-At: Hi, I am trying to split my OSU IMAP mail box using Gnus. Specifically, I'm trying to split a mailing list into its own group: not a very complicated thing. However, for some reason, the splitting simply doesn't seem to be happening. I append below the important sections of .gnus.el: (setq nnimap-split-inbox '("INBOX")) (setq nnimap-split-rule '(("INBOX.emacspeak" "X-Mailing-List: "))) (setq nnimap-split-predicate "UNDELETED") Now, one issue that might be causing this is the IMAP namespaces. I'm not sure, as I don't know much about them. Should nnimap-split-inbox be set to the full group name? Any advice here greatly appreciated. Thanks, Zack.