From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/70475 Path: news.gmane.org!not-for-mail From: Tibor Simko Newsgroups: gmane.emacs.gnus.general Subject: Re: That newfangled IMAP thing... Date: Sun, 5 Sep 2010 04:17:03 +0200 Organization: CERN -- European Organization for Nuclear Research Message-ID: <8762ylvsrk.fsf@pcuds33.cern.ch> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: dough.gmane.org 1283653076 3767 80.91.229.12 (5 Sep 2010 02:17:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 5 Sep 2010 02:17:56 +0000 (UTC) Keywords: CERN SpamKiller Note: -50 To: Original-X-From: ding-owner+M18850@lists.math.uh.edu Sun Sep 05 04:17:55 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Os4nr-00035o-F2 for ding-account@gmane.org; Sun, 05 Sep 2010 04:17:55 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1Os4na-0000aG-6X; Sat, 04 Sep 2010 21:17:38 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Os4nY-0000a3-G0 for ding@lists.math.uh.edu; Sat, 04 Sep 2010 21:17:36 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1Os4nW-0007Pa-F7 for ding@lists.math.uh.edu; Sat, 04 Sep 2010 21:17:35 -0500 Original-Received: from cernmx31.cern.ch ([137.138.144.179]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1Os4nV-0001cH-00 for ; Sun, 05 Sep 2010 04:17:33 +0200 Original-Received: from CERNFE23.cern.ch (137.138.144.152) by cernmxgwlb2.cern.ch (137.138.144.179) with Microsoft SMTP Server (TLS) id 14.1.218.12; Sun, 5 Sep 2010 04:17:02 +0200 Original-Received: from pcuds33.cern.ch (83.76.209.121) by smtp.cern.ch (137.138.144.172) with Microsoft SMTP Server (TLS) id 14.0.702.0; Sun, 5 Sep 2010 04:17:02 +0200 User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) X-Spam-Score: -4.9 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:70475 Archived-At: On Sun, 05 Sep 2010, Lars Magne Ingebrigtsen wrote: > What's like the minimal work to do if you have a huge > nnmail-split-fancy rule to go over to being an IMAPper? There is nnimap-split-fancy; I use something like: (setq nnimap-crosspost nil) (setq nnimap-split-inbox '("INBOX")) (setq nnimap-split-predicate "UNDELETED") (setq nnimap-split-rule 'nnimap-split-fancy) (setq nnimap-split-fancy '(| ;; to boot, I don't like duplicates: ("Gnus-Warning" "This is a duplicate" "mail.spam.duplicates") ;; secondly let us detect mailing lists I am subscribed to: ("List-ID" "ding\\.gnus\\.org" "mail.app.emacs.gnus") ;; etc... ;; default: "mail.personal.misc")) Best regards -- Tibor Simko