From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/84787 Path: news.gmane.org!not-for-mail From: Christopher Culver Newsgroups: gmane.emacs.gnus.general Subject: Re: Hooks for moving an article and for setting it expirable Date: Sun, 17 Aug 2014 23:10:57 +0300 Message-ID: <87fvguzxke.fsf@aura.christopherculver.com> References: <87silaykb6.fsf@aura.christopherculver.com> <87mwbflp13.fsf@ericabrahamsen.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1408306337 24729 80.91.229.3 (17 Aug 2014 20:12:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 17 Aug 2014 20:12:17 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M33030@lists.math.uh.edu Sun Aug 17 22:12:10 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 1XJ6oC-0008Hi-7W for ding-account@gmane.org; Sun, 17 Aug 2014 22:12:08 +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 1XJ6nR-00030C-Qk; Sun, 17 Aug 2014 15:11:21 -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 1XJ6nQ-0002zz-AI for ding@lists.math.uh.edu; Sun, 17 Aug 2014 15:11:20 -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 1XJ6nO-0003a7-Ts for ding@lists.math.uh.edu; Sun, 17 Aug 2014 15:11:19 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1XJ6nM-000794-S5 for ding@gnus.org; Sun, 17 Aug 2014 22:11:16 +0200 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XJ6nM-0007rq-IO for ding@gnus.org; Sun, 17 Aug 2014 22:11:16 +0200 Original-Received: from 188.24.91.206 ([188.24.91.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 17 Aug 2014 22:11:16 +0200 Original-Received: from crculver by 188.24.91.206 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 17 Aug 2014 22:11:16 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 12 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 188.24.91.206 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) Cancel-Lock: sha1:NgqcOlzV2Ditjw78oWJ9IjExaRs= X-Spam-Score: 0.7 (/) X-Spam-Report: SpamAssassin (3.3.1 2010-03-16) analysis follows Bayesian score: 0.0313 Ham tokens: 0.000-533--4858h-0s--0d--H*u:Emacs, 0.000-377--3439h-0s--0d--H*u:Gnus, 0.000-377--3439h-0s--0d--H*UA:Gnus, 0.000-361--3289h-0s--0d--H*u:linux, 0.000-361--3289h-0s--0d--H*UA:linux Spam tokens: 0.993-23786--937h-81736s--0d--HX-Spam-Relays-External:quimby.gnus.org, 0.993-30505--1282h-105091s--0d--H*RU:quimby.gnus.org, 0.993-29362--1234h-101152s--0d--HTo:D*gnus.org, 0.991-30241--1548h-105096s--0d--HX-Spam-Relays-Internal:quimby.gnus.org, 0.991-30241--1548h-105096s--0d--H*RT:80.91.231.51 Autolearn status: no 1.2 RCVD_NUMERIC_HELO Received: contains an IP address used for HELO -0.7 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -1.0 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [80.91.229.3 listed in list.dnswl.org] -0.5 BAYES_05 BODY: Bayes spam probability is 1 to 5% [score: 0.0313] 1.7 FSL_HELO_BARE_IP_2 FSL_HELO_BARE_IP_2 List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:84787 Archived-At: Eric Abrahamsen writes: > Christopher Culver writes: >> I’ve had a look at the "Function Hooks" chapter in the Gnus manual, but >> I cannot find an appropriate hook for when an article is moved or when >> it is marked expirable. Do such hooks exist? > > gnus-summary-article-move-hook > gnus-summary-article-expire-hook Thanks, it is very strange that there is no mention of this in the officially hosted Gnus manual. But when you attach a function to these hooks, what arguments exactly is the function called with?