Add some explicit instructions about the message-ID fields.
authorRobert Haas <[email protected]>
Mon, 27 Sep 2010 16:31:46 +0000 (12:31 -0400)
committerRobert Haas <[email protected]>
Mon, 27 Sep 2010 16:31:46 +0000 (12:31 -0400)
template/patch_comment_form.tt2
template/patch_form.tt2

index f3e3e52053dd43cec2519bf300c3bd556745efbf..6c124adfaf831b8ebf339d8df5f47f6f01eb2a9a 100644 (file)
@@ -1,6 +1,10 @@
 <p>Enter your comments below.  If you wish your comment to reference a message
-from the mailing list archives, enter the message ID into the space
-provided.</p>
+from the mailing list archives, enter the message ID into the space provided.
+The Message-ID can be found in the headers of the relevant email to the
+pgsql-hackers mailing list, and also in the mailing list archives at <a
+href='http://archives.postgresql.org/'>archives.postgresql.org</a>. It looks
+something like this (the format varies somewhat depending on the sender's Mail
+User Agent): [email protected]</p>
 
 <div class='tblBasic'>
 <table cellspacing='0' class='tblBasicGrey'>
index da3f64b15972ca35bd46a5c9e9ca1fe7a62109e2..b860b8d78a8db505d07e4efd65addb20099b2c9d 100644 (file)
@@ -14,6 +14,15 @@ Topics</a> page and add one or more topics.</p>
 [% SET nopara = 1 %]
 [% END %]
 
+[% IF !id %]
+<p>The Message-ID for Original Patch field should contain the message-ID from
+the headers of the relevant email to the pgsql-hackers mailing list, which
+can also be found in the archives at
+<a href='http://archives.postgresql.org/'>archives.postgresql.org</a>. It looks
+something like this (the format varies somewhat depending on the sender's Mail
+User Agent): [email protected]</p>
+[% END %]
+
 [% IF !nopara  %]
 <p></p>
 [% END %]