From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/84746 Path: news.gmane.org!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: [Patch] tell expiry-hook functions where expired messages are going Date: Thu, 07 Aug 2014 00:22:48 +0800 Message-ID: <87bnrxr3jb.fsf@ericabrahamsen.net> References: <877g2w3596.fsf@ericabrahamsen.net> <871tsurooq.fsf@ericabrahamsen.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1407342092 14444 80.91.229.3 (6 Aug 2014 16:21:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 6 Aug 2014 16:21:32 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M32989@lists.math.uh.edu Wed Aug 06 18:21:25 2014 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XF3xr-00073o-OD for ding-account@gmane.org; Wed, 06 Aug 2014 18:21:24 +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 1XF3x7-0002wO-Ix; Wed, 06 Aug 2014 11:20:37 -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 1XF3x6-0002wJ-K2 for ding@lists.math.uh.edu; Wed, 06 Aug 2014 11:20:36 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.76) (envelope-from ) id 1XF3x5-0008KD-0P for ding@lists.math.uh.edu; Wed, 06 Aug 2014 11:20:36 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1XF3wd-0006nt-P9 for ding@gnus.org; Wed, 06 Aug 2014 18:20:13 +0200 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XF3wa-0005Rq-OY for ding@gnus.org; Wed, 06 Aug 2014 18:20:04 +0200 Original-Received: from 111.199.148.47 ([111.199.148.47]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 06 Aug 2014 18:20:04 +0200 Original-Received: from eric by 111.199.148.47 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 06 Aug 2014 18:20:04 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 24 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 111.199.148.47 User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.4.50 (gnu/linux) Cancel-Lock: sha1:quB7oWIdVepZ04RIi9r8AI3JB+4= X-Spam-Score: -0.7 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:84746 Archived-At: Katsumi Yamaoka writes: > On Wed, 06 Aug 2014 20:00:47 +0900, Katsumi Yamaoka wrote: >> On Wed, 06 Aug 2014 16:45:57 +0800, Eric Abrahamsen wrote: >>> Alan Schmitt writes: > >>>> I gave this patch a try (as it's been applied to the git repo and I've >>>> been able to use it) and I'm seeing an error when messages are refiled >>>> during expiration. > >>> Gah, that was my error. The patch should have used functionp and not >>> fboundp. Can someone fix that please? > >> `functionp' doesn't fix it, either. My `nnmail-expiry-target' is >> the symbol `delete', that is the default. I got: > >> (wrong-number-of-arguments delete 1) > > I've reverted the change in the Gnus git master and the Emacs trunk. > Please reinstall the feature if you get a good solution. I have > no idea for it so far, sorry. Thanks, and sorry for the poorly-tested code. I think this would be a good feature, though, so I'll put a little more thought into it.