aboutsummaryrefslogtreecommitdiffstats
path: root/admin/notes/bugtracker
diff options
context:
space:
mode:
Diffstat (limited to 'admin/notes/bugtracker')
-rw-r--r--admin/notes/bugtracker8
1 files changed, 4 insertions, 4 deletions
diff --git a/admin/notes/bugtracker b/admin/notes/bugtracker
index 3870113489e..19a383dff5b 100644
--- a/admin/notes/bugtracker
+++ b/admin/notes/bugtracker
@@ -140,7 +140,7 @@ Remember to fix FOO, as discussed on emacs-devel at http://... .
140** Not interested in tracker control messages (tags being set, etc)? 140** Not interested in tracker control messages (tags being set, etc)?
141Discard mails matching: 141Discard mails matching:
142 142
143^X-Emacs-PR-Message: (transcript|closed) 143^X-GNU-PR-Message: (transcript|closed)
144 144
145** How to avoid multiple copies of mails. 145** How to avoid multiple copies of mails.
146If you reply to reports in the normal way, this should work fine. 146If you reply to reports in the normal way, this should work fine.
@@ -166,18 +166,18 @@ Sending a mail to 123-done does the following:
1662) Send a mail to the original submitter telling them that their bug 1662) Send a mail to the original submitter telling them that their bug
167has been closed. This mail has a header: 167has been closed. This mail has a header:
168 168
169X-Emacs-PR-Message: they-closed 123 169X-GNU-PR-Message: they-closed 123
170 170
1713) Send a mail to you and to the emacs-bug-tracker list confirming 1713) Send a mail to you and to the emacs-bug-tracker list confirming
172that the bug has been closed. This mail has a header: 172that the bug has been closed. This mail has a header:
173 173
174X-Emacs-PR-Message: closed 123 174X-GNU-PR-Message: closed 123
175 175
1764) Send a copy of your mail to the bug-gnu-emacs list in exactly the 1764) Send a copy of your mail to the bug-gnu-emacs list in exactly the
177same way as if you had sent mail to "123" (sans -done). This mail has 177same way as if you had sent mail to "123" (sans -done). This mail has
178headers: 178headers:
179 179
180X-Emacs-PR-Message: cc-closed 123 180X-GNU-PR-Message: cc-closed 123
181Mail-Followup-To: 123@debbugs.gnu.org, person-who-closed 181Mail-Followup-To: 123@debbugs.gnu.org, person-who-closed
182 182
183(This is Emacs-specific. Normally the bug list gets the same mail as in 3). 183(This is Emacs-specific. Normally the bug list gets the same mail as in 3).