Gnus development mailing list
 help / color / mirror / Atom feed
* Problem with B m in 0.44
@ 1998-11-15  0:00 Matt Simmons
  1998-11-15  9:41 ` Christian Kurz
  0 siblings, 1 reply; 3+ messages in thread
From: Matt Simmons @ 1998-11-15  0:00 UTC (permalink / raw)


When I try to move a message to a different group (both source and
dest are nnml), I get the following:

Signaling: (wrong-type-argument number-char-or-marker-p nil)
  message-format-mime()
  message-encode-message-body()
  gnus-request-accept-article("nnml:worldwidewords" nil t)
  eval((gnus-request-accept-article "nnml:worldwidewords" (quote nil) t))
  nnml-request-move-article(15516 "incoming" "" (gnus-request-accept-article "nnml:worldwidewords" (quote nil) t) t)
  gnus-request-move-article(15516 "nnml:incoming" "" (gnus-request-accept-article "nnml:worldwidewords" (quote nil) t) t)
  gnus-summary-move-article(nil)
  call-interactively(gnus-summary-move-article)

I can attach the message if you like.

Matt

-- 
     Matt Simmons  -  simmonmt@acm.org  -  http://www.netcom.com/~simmonmt
"Love is like racing across the frozen tundra on a snowmobile which flips
   over, trapping you underneath.  At night, the ice-weasels come."
			   -- Matt Groenig


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

* Re: Problem with B m in 0.44
  1998-11-15  0:00 Problem with B m in 0.44 Matt Simmons
@ 1998-11-15  9:41 ` Christian Kurz
  1998-11-16  7:31   ` Shenghuo ZHU
  0 siblings, 1 reply; 3+ messages in thread
From: Christian Kurz @ 1998-11-15  9:41 UTC (permalink / raw)




Matt Simmons <simmonmt@acm.org> wrote:

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

Christian
-- 
M$: Our software of tomorrow will make sure that on your 
hardware of tomorrow everything will work at the usual speed. ;-)



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

* Re: Problem with B m in 0.44
  1998-11-15  9:41 ` Christian Kurz
@ 1998-11-16  7:31   ` Shenghuo ZHU
  0 siblings, 0 replies; 3+ messages in thread
From: Shenghuo ZHU @ 1998-11-16  7:31 UTC (permalink / raw)




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


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

end of thread, other threads:[~1998-11-16  7:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-11-15  0:00 Problem with B m in 0.44 Matt Simmons
1998-11-15  9:41 ` Christian Kurz
1998-11-16  7:31   ` 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).