From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/72207 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?Bj=C3=B8rn_Mork?= Newsgroups: gmane.emacs.gnus.general Subject: Re: That newfangled IMAP thing... Date: Wed, 29 Sep 2010 21:19:47 +0200 Organization: m Message-ID: <874od8fjcc.fsf@nemi.mork.no> References: <87d3ssmpcj.fsf@nemi.mork.no> <8739sudbg9.fsf@nemi.mork.no> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1285788013 11538 80.91.229.12 (29 Sep 2010 19:20:13 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 29 Sep 2010 19:20:13 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M20580@lists.math.uh.edu Wed Sep 29 21:20:11 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 1P12CI-0004Kx-Se for ding-account@gmane.org; Wed, 29 Sep 2010 21:20:11 +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 1P12CC-0004PZ-56; Wed, 29 Sep 2010 14:20:04 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1P12CA-0004PL-8V for ding@lists.math.uh.edu; Wed, 29 Sep 2010 14:20:02 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1P12C6-0006ps-5K for ding@lists.math.uh.edu; Wed, 29 Sep 2010 14:20:02 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1P12C5-0006D7-00 for ; Wed, 29 Sep 2010 21:19:57 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1P12C3-0004Dj-AQ for ding@gnus.org; Wed, 29 Sep 2010 21:19:55 +0200 Original-Received: from nemi.mork.no ([148.122.252.4]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 29 Sep 2010 21:19:55 +0200 Original-Received: from bjorn by nemi.mork.no with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 29 Sep 2010 21:19:55 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 15 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: nemi.mork.no User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.2 (gnu/linux) Cancel-Lock: sha1:U0Q4nJSpMput1iPwZhzO4Pq41S8= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:72207 Archived-At: Lars Magne Ingebrigtsen writes: > The new nnimap expiry function also works the way you describe, so > something like your patch is still needed. Could you rework it to fit > the new nnimap? Will try. May take me some time as I'm really lisp illiterate (yeah, about time to admit that...) But I do see that you've already implemented something similar for the mail splitting. I think this code could be refactored into some generic "nnimap-move-articles-to-target" Bjørn