Gnus development mailing list
 help / color / mirror / Atom feed
From: Jesper Harder <harder@ifa.au.dk>
Subject: Re: gnus no longer marks multiple messages with gnus-replied-mark.
Date: Sat, 11 May 2002 02:13:55 +0200	[thread overview]
Message-ID: <m3n0v7bkxo.fsf@defun.localdomain> (raw)
In-Reply-To: <hhg013f0bu.fsf@blah.pl> (phoner@blah.pl's message of "Wed, 8 May 2002 09:52:24 +0000 (UTC)")

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

  reply	other threads:[~2002-05-11  0:13 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-08  9:36 Maciej Matysiak
2002-05-11  0:13 ` Jesper Harder [this message]
2002-05-18 17:49   ` Maciej Matysiak
2002-05-18 23:33     ` Jesper Harder

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=m3n0v7bkxo.fsf@defun.localdomain \
    --to=harder@ifa.au.dk \
    /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).