From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/63583 Path: news.gmane.org!not-for-mail From: Andreas Seltenreich Newsgroups: gmane.emacs.gnus.general Subject: Re: why does message-generate-headers take so long? Date: Wed, 23 Aug 2006 06:24:42 +0200 Message-ID: <87sljorsdx.fsf@gate450.dyndns.org> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1156307134 18283 80.91.229.2 (23 Aug 2006 04:25:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 23 Aug 2006 04:25:34 +0000 (UTC) Original-X-From: ding-owner+m12110@lists.math.uh.edu Wed Aug 23 06:25:32 2006 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GFkIv-0003ph-Gs for ding-account@gmane.org; Wed, 23 Aug 2006 06:25:25 +0200 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 1GFkIg-0003TW-00; Tue, 22 Aug 2006 23:25:10 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1GFkIH-0003TQ-00 for ding@lists.math.uh.edu; Tue, 22 Aug 2006 23:24:45 -0500 Original-Received: from quimby.gnus.org ([80.91.227.211]) by mx1.math.uh.edu with esmtp (Exim 4.52) id 1GFkIG-0002aF-LK for ding@lists.math.uh.edu; Tue, 22 Aug 2006 23:24:45 -0500 Original-Received: from smtp1.rz.uni-karlsruhe.de ([129.13.185.217] ident=Debian-exim) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1GFkIF-00082T-00 for ; Wed, 23 Aug 2006 06:24:43 +0200 Original-Received: from rzstud2.stud.uni-karlsruhe.de (exim@rzstud2.stud.uni-karlsruhe.de [193.196.41.38]) by smtp1.rz.uni-karlsruhe.de with esmtp (Exim 4.50 #1) id 1GFkIF-0003BB-QY; Wed, 23 Aug 2006 06:24:43 +0200 Original-Received: from uwi7 by rzstud2.stud.uni-karlsruhe.de with local (Exim 4.43) id 1GFkIF-0004nd-C9 for ding@gnus.org; Wed, 23 Aug 2006 06:24:43 +0200 Original-To: ding@gnus.org X-Face: $:F<87a[gD1?#R6S3j21cr1&C&7bd63GHC.tSdskUb}hhwG(ci*=D5kJ<_N+p9q(7-,PnG. Et.Yh (Ted Stern's message of "Tue, 22 Aug 2006 15:41:56 -0700") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux) X-Spam-Score: -2.6 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:63583 Archived-At: Ted Stern writes: > Can anyone think of a reason why that routine would take so long? Hashcash. > Why is it being called twice? IIRC message conses up a scratch message buffer, but hashcash generation is inhibited for this one. > Is there any way to speed it up? --8<---------------cut here---------------start------------->8--- message-generate-hashcash is a variable defined in `message.el'. Its value is t Documentation: *Whether to generate X-Hashcash: headers. You must have the "hashcash" binary installed, see `hashcash-path'. You can customize this variable. --8<---------------cut here---------------end--------------->8--- regards, andreas