From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/84744 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: [Patch] tell expiry-hook functions where expired messages are going Date: Wed, 06 Aug 2014 20:00:47 +0900 Organization: Emacsen advocacy group Message-ID: References: <877g2w3596.fsf@ericabrahamsen.net> <871tsurooq.fsf@ericabrahamsen.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1407322947 21171 80.91.229.3 (6 Aug 2014 11:02:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 6 Aug 2014 11:02:27 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M32987@lists.math.uh.edu Wed Aug 06 13:02:20 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 1XEyz4-0002ax-Gw for ding-account@gmane.org; Wed, 06 Aug 2014 13:02:18 +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 1XEyxx-0001Wo-6f; Wed, 06 Aug 2014 06:01:09 -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 1XEyxu-0001Wg-Qg for ding@lists.math.uh.edu; Wed, 06 Aug 2014 06:01:06 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.76) (envelope-from ) id 1XEyxt-0001cH-9n for ding@lists.math.uh.edu; Wed, 06 Aug 2014 06:01:06 -0500 Original-Received: from mail-hampton.hostforweb.net ([205.234.186.191] helo=hampton.hostforweb.net) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1XEyxr-0007G8-An for ding@gnus.org; Wed, 06 Aug 2014 13:01:03 +0200 Original-Received: from localhost.localdomain ([127.0.0.1]:51260 helo=localhost) by hampton.hostforweb.net with smtp (Exim 4.82) (envelope-from ) id 1XEyxd-0025h4-DZ for ding@gnus.org; Wed, 06 Aug 2014 06:00:54 -0500 X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.130012 (=?iso-2022-jp?B?GyRCPz8bKEI=?= Gnus v0.12) Emacs/24.4.50 (i686-pc-cygwin) Cancel-Lock: sha1:jBEEbUQfoxSzuDaiTV5vH4j1sxw= X-OutGoing-Spam-Status: No, score=-2.9 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - hampton.hostforweb.net X-AntiAbuse: Original Domain - gnus.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Get-Message-Sender-Via: hampton.hostforweb.net: acl_c_authenticated_local_user: yamaoka X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: 0.8 (/) X-Spam-Report: SpamAssassin (3.3.1 2010-03-16) analysis follows Bayesian score: 0.4277 Ham tokens: 0.000-2403--17761h-0s--0d--H*u:Emacs, 0.000-284--2093h-0s--0d--H*u:Gnus, 0.000-284--2093h-0s--0d--H*UA:Gnus, 0.000-2306--17066h-3s--0d--H*M:fsf, 0.000-55151--408370h-87s--0d--git Spam tokens: 0.997-1--0h-4s--0d--HX-AntiAbuse:gnus.org, 0.995-24086--649h-100969s--0d--H*r:quimby.gnus.org, 0.993-22594--957h-96134s--0d--H*Ad:D*gnus.org, 0.992-23269--1142h-99645s--0d--HTo:D*gnus.org, 0.991-24114--1195h-103310s--0d--HX-Spam-Relays-External:quimby.gnus.org Autolearn status: ham 0.8 BAYES_50 BODY: Bayes spam probability is 40 to 60% [score: 0.4277] List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:84744 Archived-At: 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)