From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/59313 Path: main.gmane.org!not-for-mail From: Uwe Brauer Newsgroups: gmane.emacs.gnus.general Subject: Re: Asynchronous hashcash.el Date: Wed, 01 Dec 2004 11:23:13 +0100 Message-ID: <868y8il3la.fsf@mat.ucm.es> References: <87u0r6try5.fsf@home.gmurray.org.uk> Reply-To: Uwe Brauer NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1101896783 8610 80.91.229.6 (1 Dec 2004 10:26:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 1 Dec 2004 10:26:23 +0000 (UTC) Original-X-From: ding-owner+M7853@lists.math.uh.edu Wed Dec 01 11:26:14 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13] ident=mail) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CZRgc-0007sq-00 for ; Wed, 01 Dec 2004 11:26:14 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1CZRdQ-0004Sn-00; Wed, 01 Dec 2004 04:22:56 -0600 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1CZRdG-0004Sf-00 for ding@lists.math.uh.edu; Wed, 01 Dec 2004 04:22:46 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1CZRdC-0005q2-Ib for ding@lists.math.uh.edu; Wed, 01 Dec 2004 04:22:42 -0600 Original-Received: from quimby.gnus.org (quimby.gnus.org [80.91.224.244]) by justine.libertine.org (Postfix) with ESMTP id 001253A01FC for ; Wed, 1 Dec 2004 04:22:41 -0600 (CST) Original-Received: from news by quimby.gnus.org with local (Exim 3.35 #1 (Debian)) id 1CZRdB-0003KZ-00 for ; Wed, 01 Dec 2004 11:22:41 +0100 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 20 Original-NNTP-Posting-Host: maportatil06.quim.ucm.es Original-X-Trace: quimby.gnus.org 1101896561 11315 147.96.6.221 (1 Dec 2004 10:22:41 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Wed, 1 Dec 2004 10:22:41 +0000 (UTC) User-Agent: Gnus/5.110003 (No Gnus v0.3) XEmacs/21.4 (Security Through Obscurity, linux) Cancel-Lock: sha1:AwEMT2dRtleBm+QXWIWELcB4urQ= Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: main.gmane.org gmane.emacs.gnus.general:59313 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:59313 >>>>> "Graham" == Graham Murray writes: Graham> Magnus Henoch writes: >> Recommended hooks: >> >> (add-hook 'message-setup-hook 'mail-add-payment-async) >> (add-hook 'message-send-hook 'hashcash-wait-or-cancel) Graham> I have set these hooks, but when composing mail (like this one), Graham> multiple X-Hashcash lines are added as I am composing the message. The Graham> longer I leave the message buffer open the more lines it generates. I just use (add-hook 'message-setup-hook 'mail-add-payment-async) and have not found any problems so far. Uwe Brauer