Gnus development mailing list
 help / color / mirror / Atom feed
* gnus-draft-send and rfc2047-encode-encoded-words/rfc2047-encodable-p
@ 2006-11-11 12:58 Reiner Steib
  2006-11-14  8:23 ` Katsumi Yamaoka
  0 siblings, 1 reply; 2+ messages in thread
From: Reiner Steib @ 2006-11-11 12:58 UTC (permalink / raw)


Hi,

in `gnus-draft-send', `rfc2047-encode-encoded-words' is let-bound to
nil.  When I compose a message with Subject "foo=?bar abc baz=?blubb",
I get to differently encoded subjects in the sent messages: Sent
directly from the message composition buffer, I get the following raw
header:

| Subject: =?us-ascii?Q?foo=3D=3Fbar?= abc =?us-ascii?Q?baz=3D=3Fblubb?=

When I save do `C-c C-d' (`message-dont-send') first and then send the
message from the drafts group using `D s', I get:

| Subject: foo=?bar abc baz=?blubb

Does anyone see a reason for let-binding
`rfc2047-encode-encoded-words' there?  We should probably add a
comment in the code explaining the rationale.

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/




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

* Re: gnus-draft-send and rfc2047-encode-encoded-words/rfc2047-encodable-p
  2006-11-11 12:58 gnus-draft-send and rfc2047-encode-encoded-words/rfc2047-encodable-p Reiner Steib
@ 2006-11-14  8:23 ` Katsumi Yamaoka
  0 siblings, 0 replies; 2+ messages in thread
From: Katsumi Yamaoka @ 2006-11-14  8:23 UTC (permalink / raw)


>>>>> In <v9hcx6ta0p.fsf@marauder.physik.uni-ulm.de>
>>>>>	Reiner Steib wrote:

> Does anyone see a reason for let-binding
> `rfc2047-encode-encoded-words' there?  We should probably add a
> comment in the code explaining the rationale.

I don't know the reason to bind it there.  AFAIK, drafts are
encoded according to only `message-draft-coding-system', not
RFC2047, and saved.  What should be fixed is the code which uses
the RFC2047 encoding to save drafts, if any.  I agree to remove
it.

Regards,



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

end of thread, other threads:[~2006-11-14  8:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-11-11 12:58 gnus-draft-send and rfc2047-encode-encoded-words/rfc2047-encodable-p Reiner Steib
2006-11-14  8:23 ` Katsumi Yamaoka

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