public inbox for gnats-devel@sourceware.org
 help / color / mirror / Atom feed
From: Dieperink Alwin <alwin.dieperink@elca.ch>
To: help-gnats@gnu.org
Subject: Patch for Gnatsweb v4.00: Reporter's email not changed
Date: Thu, 13 May 2004 08:47:00 -0000	[thread overview]
Message-ID: <A13B47F8EC3FD111A91500C04FD2A2820526A073@exchange.elca.ch> (raw)

Hello,

This patch in gnatsweb v4.00 corrects the problem, that the Reporter's
e-mail was not changed in the PR.

Regards
-- Alwin


@@ -1780,15 +1780,15 @@
     # If Reply-To changed, we need to splice the change into the envelope.
     if($fields{'Reply-To'} ne $oldfields{'Reply-To'})
     {
-      if ($fields{'envelope'} =~ /^'Reply-To':/m)
+      if ($fields{'envelope'} =~ /^Reply-To:/m)
       {
         # Replace existing header with new one.
-        $fields{'envelope'} =~ s/^'Reply-To':.*$/'Reply-To':
$fields{'Reply-To'}/m;
+        $fields{'envelope'} =~ s/^Reply-To:.*$/Reply-To:
$fields{'Reply-To'}/m;
       }
       else
       {
         # Insert new header at end (blank line).  Keep blank line at end.
-        $fields{'envelope'} =~ s/^$/'Reply-To': $fields{'Reply-To'}\n/m;
+        $fields{'envelope'} =~ s/^$/Reply-To: $fields{'Reply-To'}\n/m;
       }
     }


_______________________________________________
Help-gnats mailing list
Help-gnats@gnu.org
http://mail.gnu.org/mailman/listinfo/help-gnats

                 reply	other threads:[~2004-05-12 16:28 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=A13B47F8EC3FD111A91500C04FD2A2820526A073@exchange.elca.ch \
    --to=alwin.dieperink@elca.ch \
    --cc=help-gnats@gnu.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 read-only IMAP folder(s) and NNTP newsgroup(s).