Gnus development mailing list
 help / color / mirror / Atom feed
* Sending ISO-8859-2 mails from the queue and message-setup-hook/queue
@ 2000-04-24 16:31 Pavel Janik ml.
  2000-08-10 18:58 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Pavel Janik ml. @ 2000-04-24 16:31 UTC (permalink / raw)


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



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2000-08-10 18:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-04-24 16:31 Sending ISO-8859-2 mails from the queue and message-setup-hook/queue Pavel Janik ml.
2000-08-10 18:58 ` Lars Magne Ingebrigtsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).