Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
To: ding@gnus.org
Cc: bugs@gnus.org
Subject: Re: gnus-summary-edit-article adds extra X-From-Line each run
Date: Thu, 06 Sep 2007 16:22:29 +0900	[thread overview]
Message-ID: <b4mzm0045sa.fsf@jpl.org> (raw)
In-Reply-To: <874pi8jyng.fsf@jidanni.org>

>>>>> jidanni@jidanni.org wrote:

> Thanks Katsumi but I can't deal with Edebug.
> It's all too complex. I'll CC bugs@gnus.org. They'll fix it:
> All I know is gnus-summary-edit-article adds extra X-From-Line each
> run. Edit an article five times, get five identical X-From-Lines at
> top. They must have only tested it editing an article once.

I think you need to say what back end you use when editing
articles, because the functions that replace an article in a
group with the edited one differ according to backends.  For
instance, `nnfolder-request-replace-article' does

(insert "From nobody " (current-time-string) "\n")

as the case may be, but `nnml-request-replace-article' never
does.  I couldn't reproduce such a problem with nnfolder and
nnml, and didn't find any possibility that it arises in any
*-request-replace-article function, though.



  reply	other threads:[~2007-09-06  7:22 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-04 22:52 jidanni
2007-09-05 10:25 ` Katsumi Yamaoka
2007-09-05 10:34   ` Katsumi Yamaoka
2007-09-06  2:49     ` jidanni
2007-09-06  7:22       ` Katsumi Yamaoka [this message]
2007-09-06  7:32         ` Katsumi Yamaoka
2007-09-07 13:37           ` jidanni
2007-09-11 12:18             ` jidanni
2007-09-12  2:20               ` Katsumi Yamaoka
2007-09-13  5:18                 ` Katsumi Yamaoka

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=b4mzm0045sa.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    --cc=bugs@gnus.org \
    --cc=ding@gnus.org \
    /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).