Gnus development mailing list
 help / color / mirror / Atom feed
* sending delayed articles bug
@ 2002-10-25 12:25 Katsumi Yamaoka
  2002-10-25 13:01 ` Kai Großjohann
  0 siblings, 1 reply; 21+ messages in thread
From: Katsumi Yamaoka @ 2002-10-25 12:25 UTC (permalink / raw)


Hi,

Someone found a bug while using the gnus-delay feature that
delayed articles won't be MIME encoded even if they contain
Japanese text.  I've fixed it.

The function nndraft-request-article used the coding-system
emacs-mule or escape-quoted for reading articles from the
nndraft:drafts group but raw-text for the nndraft:delayed group.
However, the coding-system raw-text is for queued articles.
Therefore, especially in FSF Emacs, broken mails have been sent.
I've made the function use emacs-mule or escape-quoted even for
delayed articles.

By the way, why don't we use the universal coding-system, e.g.
iso-2022-7-bit, for saving and reading draft articles in both
FSF Emacs and XEmacs?  In the present, FSF Emacs uses emacs-mule
and XEmacs uses escape-quoted by default, so draft articles made
by FSF Emacs can't be handled by XEmacs and the contrary is also
bad. :-{
-- 
Katsumi Yamaoka <yamaoka@jpl.org>



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

end of thread, other threads:[~2002-11-13 16:14 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-25 12:25 sending delayed articles bug Katsumi Yamaoka
2002-10-25 13:01 ` Kai Großjohann
2002-10-29  9:58   ` coding-system for drafts (was Re: sending delayed articles bug) Katsumi Yamaoka
2002-10-29 14:27     ` coding-system for drafts Kai Großjohann
2002-10-30  1:36       ` Katsumi Yamaoka
2002-10-30 10:15         ` Kai Großjohann
2002-10-30 12:28           ` Katsumi Yamaoka
2002-10-30 16:14             ` Kai Großjohann
2002-10-31  4:44               ` Katsumi Yamaoka
2002-10-31  7:35                 ` Katsumi Yamaoka
2002-10-31 17:35                   ` Kai Großjohann
2002-11-01  4:32                     ` Katsumi Yamaoka
2002-11-05 12:36                       ` Kai Großjohann
2002-10-31 17:30                 ` Kai Großjohann
2002-11-01 17:49                   ` Kai Großjohann
2002-11-05  9:23                     ` Katsumi Yamaoka
2002-11-05 12:38                       ` Kai Großjohann
2002-11-08  7:25                         ` Katsumi Yamaoka
2002-11-13 16:14                           ` Reiner Steib
2002-11-02 15:34       ` TSUCHIYA Masatoshi
2002-11-05 12:23         ` Kai Großjohann

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).