Gnus development mailing list
 help / color / mirror / Atom feed
* v0.32: great!
@ 1998-09-24 10:18 Владимир Волович (Vladimir Volovich)
  1998-09-24 17:18 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 4+ messages in thread
From: Владимир Волович (Vladimir Volovich) @ 1998-09-24 10:18 UTC (permalink / raw)


Hi,

v0.32 finally appears VERY nice, thanks a lot! I'll report later about
each bug (whether it was fixed). Most important for me was a fix for
multibyte in nnmbox backend.

A few things still wanted:

* fix the generation of From header wrt the quoting the encoded-words.

* in v0.32, the multipart messages (including multipart/alternative)
  in nnmbox stopped displayed correctly: i see the "raw" message body
  instead of parts; i did not check other backends. In v0.31 this was
  Ok, so some change in 0.32 broke this. Pressing C-d, however, makes
  it possible to see some parts correctly. For multipart/alternative,
  selecting the <html> part after C-d shows me "raw" (unparsed) html
  without mail headers [i do not have W3, but in 0.31 the <html> did
  not try to be displayed].

* is it possible to say Gnus to not encode-word the headers for some
  newsgroups? I.e., if my message is in koi8-r, and i'm writing to
  some particular newsgroup, i'd like that subjects (and other fields)
  should remain in an 8-bit koi8-r encoding.

	Best regards, -- Vladimir.


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

* Re: v0.32: great!
  1998-09-24 10:18 v0.32: great! Владимир Волович (Vladimir Volovich)
@ 1998-09-24 17:18 ` Lars Magne Ingebrigtsen
  1998-09-24 18:24   ` Владимир Волович (Vladimir Volovich)
  1998-09-26  9:15   ` Hans de Graaff
  0 siblings, 2 replies; 4+ messages in thread
From: Lars Magne Ingebrigtsen @ 1998-09-24 17:18 UTC (permalink / raw)


"Владимир Волович (Vladimir Volovich)" <vvv@vvv.vsu.ru> writes:

> * fix the generation of From header wrt the quoting the encoded-words.

Your From header is

From: "=?koi8-r?b?98zBxMnNydIg98/Mz9fJ3g==?= (Vladimir Volovich)"
 <vvv@vvv.vsu.ru>

which looks OK to me...  Did you set it to that "manually"?

> * in v0.32, the multipart messages (including multipart/alternative)
>   in nnmbox stopped displayed correctly: i see the "raw" message body
>   instead of parts; i did not check other backends.

Hm.  Multiparts look ok to me after applying Zhu's patches.  So this
is probably fixed in 0.33.

> * is it possible to say Gnus to not encode-word the headers for some
>   newsgroups? I.e., if my message is in koi8-r, and i'm writing to
>   some particular newsgroup, i'd like that subjects (and other fields)
>   should remain in an 8-bit koi8-r encoding.

You should be able to set `rfc2047-default-charset' in the group
params, for instance.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen


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

* Re: v0.32: great!
  1998-09-24 17:18 ` Lars Magne Ingebrigtsen
@ 1998-09-24 18:24   ` Владимир Волович (Vladimir Volovich)
  1998-09-26  9:15   ` Hans de Graaff
  1 sibling, 0 replies; 4+ messages in thread
From: Владимир Волович (Vladimir Volovich) @ 1998-09-24 18:24 UTC (permalink / raw)


"LMI" == Lars Magne Ingebrigtsen writes:

 LMI> Your From header is

 LMI> From: "=?koi8-r?b?98zBxMnNydIg98/Mz9fJ3g==?= (Vladimir
 LMI> Volovich)" <vvv@vvv.vsu.ru>

 LMI> which looks OK to me...

Hmm. But you said that according to RFC, encoded-words should not
appear inside quotes. ;-) I'd like my From in this case to look like

From: =?koi8-r?b?98zBxMnNydIg98/Mz9fJ3g==?= (Vladimir Volovich) <vvv@vvv.vsu.ru>

i.e. without (unnecessary and rfc-illegal) quotes.

 LMI> Did you set it to that "manually"?

I set

(setq user-full-name "<my name in russian> (Vladimir Volovich)")
(setq message-from-style 'angles)

 >> * is it possible to say Gnus to not encode-word the headers for
 >> some newsgroups? I.e., if my message is in koi8-r, and i'm writing
 >> to some particular newsgroup, i'd like that subjects (and other
 >> fields) should remain in an 8-bit koi8-r encoding.

 LMI> You should be able to set `rfc2047-default-charset' in the group
 LMI> params, for instance.

It is already set to 'koi8-r, and this does not affect (not-)encoding
of headers, but only the message body. I.e. if my message body is in
koi8-r-encodable charset, and rfc2047-default-charset is set to
'koi8-r, then gnus (correctly) uses 8-bit transfer encoding. But
headers are still encoded in koi8-r (perhaps, correctly, because
headers and message body are generally independent). Or should gnus
not encode headers if rfc2047-default-charset is set to koi8-r? If so,
it behaves not like it should. :-)

	Best regards, -- Vladimir.


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

* Re: v0.32: great!
  1998-09-24 17:18 ` Lars Magne Ingebrigtsen
  1998-09-24 18:24   ` Владимир Волович (Vladimir Volovich)
@ 1998-09-26  9:15   ` Hans de Graaff
  1 sibling, 0 replies; 4+ messages in thread
From: Hans de Graaff @ 1998-09-26  9:15 UTC (permalink / raw)


Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> Your From header is
> 
> From: "=?koi8-r?b?98zBxMnNydIg98/Mz9fJ3g==?= (Vladimir Volovich)"
>  <vvv@vvv.vsu.ru>
> 
> which looks OK to me...  Did you set it to that "manually"?

On an XEmacs 20.4 without MULE the summary buffer shows only 'koi8-r'
as the author name. 

Hans


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

end of thread, other threads:[~1998-09-26  9:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-09-24 10:18 v0.32: great! Владимир Волович (Vladimir Volovich)
1998-09-24 17:18 ` Lars Magne Ingebrigtsen
1998-09-24 18:24   ` Владимир Волович (Vladimir Volovich)
1998-09-26  9:15   ` Hans de Graaff

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