From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/59314 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: Asynchronous hashcash.el Date: Wed, 01 Dec 2004 14:13:17 +0100 Message-ID: References: <87u0r6try5.fsf@home.gmurray.org.uk> <868y8il3la.fsf@mat.ucm.es> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1101908893 13454 80.91.229.6 (1 Dec 2004 13:48:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 1 Dec 2004 13:48:13 +0000 (UTC) Original-X-From: ding-owner+M7854@lists.math.uh.edu Wed Dec 01 14:48:06 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 1CZUJq-0005h7-00 for ; Wed, 01 Dec 2004 14:14:54 +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 1CZUIe-0004hZ-00; Wed, 01 Dec 2004 07:13:40 -0600 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1CZUIW-0004hR-00 for ding@lists.math.uh.edu; Wed, 01 Dec 2004 07:13:32 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1CZUIR-000778-H2 for ding@lists.math.uh.edu; Wed, 01 Dec 2004 07:13:27 -0600 Original-Received: from main.gmane.org (main.gmane.org [80.91.229.2]) by justine.libertine.org (Postfix) with ESMTP id EDB323A003F for ; Wed, 1 Dec 2004 07:13:25 -0600 (CST) Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CZUIN-000829-00 for ; Wed, 01 Dec 2004 14:13:23 +0100 Original-Received: from c494102a.s-bi.bostream.se ([217.215.27.65]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 01 Dec 2004 14:13:23 +0100 Original-Received: from jas by c494102a.s-bi.bostream.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 01 Dec 2004 14:13:23 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Lines: 26 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: c494102a.s-bi.bostream.se OpenPGP: id=0xB565716F; url=http://josefsson.org/key.txt X-Hashcash: 1:23:041201:gmane.emacs.gnus.general::13KTy0y7+bKWGsFi:00000000000000000000000000000000000002D+g User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:C8r01hUUL3vuHgohKFUz+cJPW50= Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: main.gmane.org gmane.emacs.gnus.general:59314 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:59314 Uwe Brauer writes: >>>>>> "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. The simplest setting would be: (setq message-generate-hashcash t) It would be nice if the code removed X-hashcash lines for To/CC recipients that I remove manually.