From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/2721 Path: news.gmane.org!not-for-mail From: Chris Conn Newsgroups: gmane.emacs.gnus.user Subject: using ifile Date: Wed, 09 Jul 2003 14:04:31 GMT Organization: Dead Runners Society Message-ID: <86fzlfkd3b.fsf@swbell.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138669050 16106 80.91.229.2 (31 Jan 2006 00:57:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 00:57:30 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:31:07 2006 Original-Path: quimby.gnus.org!newsfeed.gazeta.pl!newsfeed.tpinternet.pl!proxad.net!newsfeed.stueberl.de!in.100proofnews.com!in.100proofnews.com!prodigy.com!newsmst01.news.prodigy.com!prodigy.com!postmaster.news.prodigy.com!newssvr11.news.prodigy.com.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.gnus User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.2 (gnu/linux) Cancel-Lock: sha1:CIPK2MMcrHvKxnkkemo712qESVw= Original-NNTP-Posting-Host: 65.70.196.200 Original-X-Complaints-To: abuse@prodigy.net Original-X-Trace: newssvr11.news.prodigy.com 1057759471 ST000 65.70.196.200 (Wed, 09 Jul 2003 10:04:31 EDT) Original-NNTP-Posting-Date: Wed, 09 Jul 2003 10:04:31 EDT X-UserInfo1: FKPGW_SDVZWMRVX[N[OJNW@@YJ_ZTB\MV@BT]UEK@YUDUWYAKVUOPCW[ML\JXUCKVFDYZKBMSFX^OMSAFNTINTDDMVW[X\THOPXZRVOCJTUTPC\_JSBVX\KAOTBAJBVMZTYAKMNLDI_MFDSSOLXINH__FS^\WQGHGI^C@E[A_CF\AQLDQ\BTMPLDFNVUQ_VM Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:2861 Original-Lines: 32 X-Gnus-Article-Number: 2861 Tue Jan 17 17:31:07 2006 Xref: news.gmane.org gmane.emacs.gnus.user:2721 Archived-At: I've been trying to set up ifile, think I've got it right. I'm using the nnfolder backend. Here's what I have in my .gnus: (setq nnmail-split-methods 'nnmail-split-fancy) (require 'ifile-gnus) (setq ifile-classification-mode 'spam-filter-only) (setq ifile-primary-spam-group "mail.junk") (setq nnmail-split-fancy '(| (: ifile-spam-filter '(| (any ".*aftrlifestyle@yahoo.*" "mail.aftrlifestyle") (any ".*aftrlife@yahoo.*" "mail.aftrlife") (any ".*slackware@.*" "mail.slackware") "mail.inbox")))) Right now it's sorting my mail into the groups as it comes in and I'm moving spam to mail.junk if I get it. If I understand the documentation right, over time it will start sorting more mail to mail.junk based on the moves it sees me make, right? Chris Conn cmcgoat at swbell dot net Austin, Texas