From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/30655 Path: main.gmane.org!not-for-mail From: Shenghuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: Re: drafts (not queue) and message-setup-hook Date: 04 May 2000 10:10:41 -0400 Organization: U of Rochester Sender: owner-ding@hpc.uh.edu Message-ID: <2ng0ryv21q.fsf@tiger.jia.vnet> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1035167160 9604 80.91.224.250 (21 Oct 2002 02:26:00 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:26:00 +0000 (UTC) Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by mailhost.sclp.com (Postfix) with ESMTP id D27CDD051E for ; Thu, 4 May 2000 10:10:23 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id JAB18208; Thu, 4 May 2000 09:10:22 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 04 May 2000 09:09:50 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id JAA25982 for ; Thu, 4 May 2000 09:09:40 -0500 (CDT) Original-Received: from shenghuo.dhs.org (d185d1eec.rochester.rr.com [24.93.30.236]) by mailhost.sclp.com (Postfix) with ESMTP id 88EBFD051E for ; Thu, 4 May 2000 10:08:38 -0400 (EDT) Original-Received: (from zsh@localhost) by shenghuo.dhs.org (8.10.0/8.10.0) id e44EAgj32213; Thu, 4 May 2000 10:10:42 -0400 Original-To: ding@gnus.org X-Attribution: ZSH X-Face: 'IF:e51ib'Qbl^(}l^&4-J`'P!@[4~O|&k#:@Gld#b/]oMq&`&FVY._3+b`mzp~Jeve~/#/ ERD!OTe<86UhyN=l`mrPY)M7_}`Ktt\K+58Z!hu7>qU,i.N7TotU[FYE(f1;}`g2xj!u*l`^&=Q!g{ *q|ddto|nkt"$r,K$[)"|6,elPH= GJ6Q In-Reply-To: Pavel.Janik@inet.cz's message of "Thu, 4 May 2000 15:40:59 +0200" Original-Lines: 23 User-Agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.6 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:30655 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:30655 >>>>> "Pavel" =3D=3D Pavel Jan=EDk ml writes: Pavel> Hi, Pavel> remember the bug I reported about two weeks ago? In Unplugged, Pavel> I sent every mail into queue and when I got IP connection, I Pavel> sent them via J S. Gnus will then run message-setup-hook for Pavel> every message I had in the queue (and as I have an interactive Pavel> question there, it was really annoying). It is fixed now, but Pavel> the same bug is in the drafts alone. I just wrote a very long Pavel> letter that was started yesterday. I have it finished now, so Pavel> I'd like to send it via gnus-draft-send-message. And the Pavel> message-setup-hook is already called. I think that it is not Pavel> needed, because if the message is in the draft, it has been Pavel> already set up. Am I right? Message-setup-hook should not be called if it is in nndraft:queue, but the hook should be called if it is in nndraft:draft, because it has not been set up. By default, the hook is nil, so it does not matter. What did you put in message-setup-hook? --=20 Shenghuo