Gnus development mailing list
 help / color / mirror / Atom feed
From: Shenghuo ZHU <zsh@cs.rochester.edu>
Subject: Re: Problem with B m in 0.44
Date: 16 Nov 1998 02:31:49 -0500	[thread overview]
Message-ID: <2nsofk5c0q.fsf@zsh.cs.rochester.edu> (raw)
In-Reply-To: Christian Kurz's message of "15 Nov 1998 10:41:03 +0100"



>>>>> "CK" == Christian Kurz <shorty@jupiter.rhein-neckar.de> writes:

>> When I try to move a message to a different group (both source and
>> dest are nnml), I get the following:
 
CK> I had the same problem here with pgnus 0.44 but in 0.46 the bug is
CK> solved. So you should upgrade pgnus.

No solved!

Actually it is an old bug. But Lars only fixed `B c'.

A patch is attached.

-- 
Shenghuo

:- cut ---------------------
--- ChangeLog	1998/11/16 07:24:30	1.1
+++ ChangeLog	1998/11/16 07:27:31
@@ -1,3 +1,7 @@
+Mon Nov 16 02:26:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
+
+	* gnus-sum.el (gnus-summary-move-article): Use no-encode for B m.
+
 Mon Nov 16 02:00:05 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
 
 	* gnus.el: Pterodactyl Gnus v0.48 is released.

--- gnus-sum.el	1998/11/16 07:23:34	1.1
+++ gnus-sum.el	1998/11/16 07:24:05
@@ -7072,7 +7072,7 @@
 		  gnus-newsgroup-name)) ; Server
 	  (list 'gnus-request-accept-article
 		to-newsgroup (list 'quote select-method)
-		(not articles))		; Accept form
+		(not articles) t)		; Accept form
 	  (not articles)))		; Only save nov last time
 	;; Copy the article.
 	((eq action 'copy)


      reply	other threads:[~1998-11-16  7:31 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-11-15  0:00 Matt Simmons
1998-11-15  9:41 ` Christian Kurz
1998-11-16  7:31   ` Shenghuo ZHU [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2nsofk5c0q.fsf@zsh.cs.rochester.edu \
    --to=zsh@cs.rochester.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).