Gnus development mailing list
 help / color / mirror / Atom feed
* gnus-uu-digest-(mail|post)-forward
@ 2002-10-07  8:07 Katsumi Yamaoka
  2002-10-10 11:12 ` gnus-uu-digest-(mail|post)-forward Katsumi Yamaoka
  0 siblings, 1 reply; 2+ messages in thread
From: Katsumi Yamaoka @ 2002-10-07  8:07 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 979 bytes --]

Hi,

Execution of the command gnus-uu-digest-(mail|post)-forward on a
summary line will generate the form of a message body as follows:

--8<---------------cut here---------------start------------->8---
< #multipart type=digest >
< #part type=message/rfc822 >
Subject: Topics

Topics:
   subject string of an article

< #mml type=message/rfc822 >
header of an article

body of an article
--8<---------------cut here---------------end--------------->8---

There's a problem that the first `Topics' part may contain non-
ascii subject string, and it will be sent without being encoded.
Though I requested in the past and had changed the tag into #mml
from #part, it has been returned after that.  Probably, some
another problems occurred.  Then, I make a different proposal
from last time.

Isn't it possible to change the type of the first `Topics' part
from `message/rfc822' to `text/plain'?  If it is allowed, the
code can be changed as follows and the problem will be solved.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 475 bytes --]

--- gnus-uu.el~	2002-04-12 11:46:57 +0000
+++ gnus-uu.el	2002-10-07 08:03:29 +0000
@@ -836,7 +836,7 @@
 		       "Date: %s\nFrom: %s\nSubject: %s Digest\n\n"
 		       (current-time-string) name name))
 	      (when (and message-forward-as-mime gnus-uu-digest-buffer)
-		(insert "< #part type=message/rfc822 >\nSubject: Topics\n\n"))
+		(insert "< #part type=text/plain >\n"))
 	      (insert "Topics:\n")))
 	(when (not (eq in-state 'end))
 	  (setq state (list 'middle))))

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

* Re: gnus-uu-digest-(mail|post)-forward
  2002-10-07  8:07 gnus-uu-digest-(mail|post)-forward Katsumi Yamaoka
@ 2002-10-10 11:12 ` Katsumi Yamaoka
  0 siblings, 0 replies; 2+ messages in thread
From: Katsumi Yamaoka @ 2002-10-10 11:12 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 425 bytes --]

>>>>> In <yotly99a4qoz.fsf@jpl.org>
>>>>>	Katsumi Yamaoka <yamaoka@jpl.org> wrote:

> There's a problem that the first `Topics' part may contain non-
> ascii subject string, and it will be sent without being encoded.

> --- gnus-uu.el~	2002-04-12 11:46:57 +0000
> +++ gnus-uu.el	2002-10-07 08:03:29 +0000

I decided to use the following advice for the time being.
(You have to change "< #XXX YYY=ZZZ >" to "<#XXX YYY=ZZZ>")


[-- Attachment #2: Type: application/emacs-lisp, Size: 339 bytes --]

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

end of thread, other threads:[~2002-10-10 11:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-07  8:07 gnus-uu-digest-(mail|post)-forward Katsumi Yamaoka
2002-10-10 11:12 ` gnus-uu-digest-(mail|post)-forward 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).