Gnus development mailing list
 help / color / mirror / Atom feed
* gnus no longer marks multiple messages with gnus-replied-mark.
@ 2002-05-08  9:36 Maciej Matysiak
  2002-05-11  0:13 ` Jesper Harder
  0 siblings, 1 reply; 4+ messages in thread
From: Maciej Matysiak @ 2002-05-08  9:36 UTC (permalink / raw)



hi,

i remember that i could mark few mails and reply to them at once in one mail,
and after sending the reply gnus marked them as replied. this no longer works,
only first message has the mark (and i'm not sure when it broke, i'm using
recent oort from cvs).

 m.m.
-- 
 use gnus not guns!



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

* Re: gnus no longer marks multiple messages with gnus-replied-mark.
  2002-05-08  9:36 gnus no longer marks multiple messages with gnus-replied-mark Maciej Matysiak
@ 2002-05-11  0:13 ` Jesper Harder
  2002-05-18 17:49   ` Maciej Matysiak
  0 siblings, 1 reply; 4+ messages in thread
From: Jesper Harder @ 2002-05-11  0:13 UTC (permalink / raw)


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

phoner@blah.pl (Maciej Matysiak) writes:

> i remember that i could mark few mails and reply to them at once in one mail,
> and after sending the reply gnus marked them as replied. this no longer works,
> only first message has the mark (and i'm not sure when it broke, i'm using
> recent oort from cvs).

Does this patch fix it for you?


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: gnus-msg.el.diff --]
[-- Type: text/x-patch, Size: 485 bytes --]

--- /home/harder/gnus/lisp/gnus-msg.el	Thu May  2 02:05:23 2002
+++ gnus-msg.el	Sat May 11 02:09:38 2002
@@ -788,7 +788,7 @@
 			    force-news)
   (when article-buffer
     (gnus-copy-article-buffer))
-  (let ((gnus-article-reply (and article-buffer (gnus-summary-article-number)))
+  (let ((gnus-article-reply (and article-buffer (gnus-summary-work-articles nil)))
 	(add-to-list gnus-add-to-list))
     (gnus-setup-message (cond (yank 'reply-yank)
 			      (article-buffer 'reply)

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

* Re: gnus no longer marks multiple messages with gnus-replied-mark.
  2002-05-11  0:13 ` Jesper Harder
@ 2002-05-18 17:49   ` Maciej Matysiak
  2002-05-18 23:33     ` Jesper Harder
  0 siblings, 1 reply; 4+ messages in thread
From: Maciej Matysiak @ 2002-05-18 17:49 UTC (permalink / raw)


On the 11th of May 2002 at 02:13, Jesper Harder <harder@ifa.au.dk> wrote:

>> i remember that i could mark few mails and reply to them at once in one
>> mail, and after sending the reply gnus marked them as replied. this no
>> longer works, only first message has the mark (and i'm not sure when it
>> broke, i'm using recent oort from cvs).
> Does this patch fix it for you?

sorry, but it doesn't seem so :( (oort from cvs updated few minutes ago).

 m.m.
-- 
 use gnus not guns!



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

* Re: gnus no longer marks multiple messages with gnus-replied-mark.
  2002-05-18 17:49   ` Maciej Matysiak
@ 2002-05-18 23:33     ` Jesper Harder
  0 siblings, 0 replies; 4+ messages in thread
From: Jesper Harder @ 2002-05-18 23:33 UTC (permalink / raw)


phoner@blah.pl (Maciej Matysiak) writes:

> On the 11th of May 2002 at 02:13, Jesper Harder <harder@ifa.au.dk> wrote:
>
>>> i remember that i could mark few mails and reply to them at once in one
>>> mail, and after sending the reply gnus marked them as replied. this no
>>> longer works, only first message has the mark (and i'm not sure when it
>>> broke, i'm using recent oort from cvs).
>>
>> Does this patch fix it for you?
>
> sorry, but it doesn't seem so :( (oort from cvs updated few minutes ago).

Strange, it works for me.  You did recompile Gnus after applying the
patch, right?

You could try to edebug `gnus-post-news' and watch if
`gnus-article-reply' gets the right values in this line:

  (let ((gnus-article-reply (and article-buffer (gnus-summary-work-articles nil)))




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

end of thread, other threads:[~2002-05-18 23:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-05-08  9:36 gnus no longer marks multiple messages with gnus-replied-mark Maciej Matysiak
2002-05-11  0:13 ` Jesper Harder
2002-05-18 17:49   ` Maciej Matysiak
2002-05-18 23:33     ` Jesper Harder

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