From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/30288 Path: main.gmane.org!not-for-mail From: Pavel.Janik@inet.cz (Pavel Janik ml.) Newsgroups: gmane.emacs.gnus.general Subject: Sending ISO-8859-2 mails from the queue and message-setup-hook/queue Date: 24 Apr 2000 18:31:05 +0200 Organization: Qbizm technologies, a.s., Kralovopolska 139, Brno, 60112, Czech Republic Sender: owner-ding@hpc.uh.edu Message-ID: Reply-To: Pavel.Janik@inet.cz NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035166846 7669 80.91.224.250 (21 Oct 2002 02:20:46 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:20:46 +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 C8752D051E for ; Mon, 24 Apr 2000 12:34:12 -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 LAB16411; Mon, 24 Apr 2000 11:34:11 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 24 Apr 2000 11:33:41 -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 LAA18463 for ; Mon, 24 Apr 2000 11:33:28 -0500 (CDT) Original-Received: from localgw.inet.cz (brno-l.router.inet.cz [62.229.34.226]) by mailhost.sclp.com (Postfix) with ESMTP id 5E8BDD0521 for ; Mon, 24 Apr 2000 12:33:39 -0400 (EDT) Original-Received: from SnowWhite.inet.cz (dialup2.inet.cz [62.229.34.210]) by localgw.inet.cz (8.9.0/8.9.0) with ESMTP id SAA16649 for ; Mon, 24 Apr 2000 18:41:18 +0200 Original-Received: (from pavel@localhost) by SnowWhite.inet.cz (8.8.7/8.8.7) id SAA02711; Mon, 24 Apr 2000 18:31:55 +0200 X-Authentication-Warning: SnowWhite.inet.cz: pavel set sender to Pavel.Janik@inet.cz using -f Original-To: GNUS mailing list X-Operating-System: Linux 2.3.99-pre5 on Intel, Linux 2.2.10 on SPARC X-Phone: +420 5 41242414 ext. 31 X-Spam: No unsolicited e-mail. 500 dollars per message proof-reading for unsolicited e-mail. X-Not-Receiving-Mail-From: mrp.cz, hotmail.com, post.cz, email.cz, usa.net User-Agent: Gnus/5.0805 (Gnus v5.8.5) Emacs/20.6 Original-Lines: 29 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:30288 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:30288 Hi, 5.8.5 does not correctly set charset info on mails sent from the queue. The way to reproduce it: go to Unplugged and send mail with ISO-8859-2 chars in it (I believe that you can use which charset you want). It is correctly stored in single byte representation in the queue directory. When you do send it from there (J J to go plugged and J S to send, it is sent from the queue but it is sent with \202 before each ISO-8859-2 letter. CVS was update about two hours before. 5.8.4 works perfectly here. Another thing is that this change from Lars --- gnus-5.8.4/lisp/gnus-draft.el Wed Jan 5 17:09:37 2000 +++ gnus/lisp/gnus-draft.el Fri Apr 21 15:57:25 2000 @@ -129,6 +129,7 @@ message-inhibit-body-encoding)) (message-send-hook (and group (not (equal group "nndraft:queue")) message-send-hook)) + (message-setup-hook nil) type method) ;; We read the meta-information that says how and where ;; this message is to be sent. is not sufficient for me. Again, when I'm sending messages from the queue, the function which I've added to my message-setup-hook is called so the hook itself is called too, which is BAD and this fix is bad too, sorry. -- Pavel Jan‚ík ml. Pavel.Janik@inet.cz