Gnus development mailing list
 help / color / mirror / Atom feed
* bug: when edit an artile
@ 1998-09-13  8:29 Shenghuo ZHU
  0 siblings, 0 replies; only message in thread
From: Shenghuo ZHU @ 1998-09-13  8:29 UTC (permalink / raw)



When edit an article with charset other than us-ascii, in the edited
article, foreign characters are encoded to RFC2047, but ill form.

A patch attached.

-- 
Shenghuo
----------------------------------------------------------------------
diff -ur pgnus-0.30/lisp/ChangeLog pgnus-0.31pre/lisp/ChangeLog
--- pgnus-0.30/lisp/ChangeLog	Sun Sep 13 03:36:25 1998
+++ pgnus-0.31pre/lisp/ChangeLog	Sun Sep 13 04:18:16 1998
@@ -1,3 +1,8 @@
+1998-09-13  Shenghuo ZHU  <zsh@cs.rochester.edu>
+
+	* gnus-int.el (gnus-request-replace-article): Replace
+	message-narrow-to-headers with message-narrow-to-head
+
 Sun Sep 13 09:37:37 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
 
 	* gnus.el: Pterodactyl Gnus v0.30 is released.
diff -ur pgnus-0.30/lisp/gnus-int.el pgnus-0.31pre/lisp/gnus-int.el
--- pgnus-0.30/lisp/gnus-int.el	Sat Sep 12 03:15:35 1998
+++ pgnus-0.31pre/lisp/gnus-int.el	Sun Sep 13 04:18:33 1998
@@ -449,7 +449,7 @@
 
 (defun gnus-request-replace-article (article group buffer)
   (save-restriction
-    (message-narrow-to-headers)
+    (message-narrow-to-head)
     (mail-encode-encoded-word-buffer))
   (message-encode-message-body)
   (let ((func (car (gnus-group-name-to-method group))))


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1998-09-13  8:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-09-13  8:29 bug: when edit an artile Shenghuo ZHU

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