Mercurial > emacs
comparison admin/notes/bugtracker @ 101949:3d4ab04238a6
Add some gnus stuff from emacs-devel.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 12 Feb 2009 03:27:01 +0000 |
parents | 9268e7d84955 |
children | b8be61499474 |
comparison
equal
deleted
inserted
replaced
101948:2591b7541793 | 101949:3d4ab04238a6 |
---|---|
243 ** Mails to the bug tracker disappear | 243 ** Mails to the bug tracker disappear |
244 | 244 |
245 Apparently it has some kind of spam filter that sometimes silently | 245 Apparently it has some kind of spam filter that sometimes silently |
246 discards valid mails. Adding a subject (pointless in control messages) | 246 discards valid mails. Adding a subject (pointless in control messages) |
247 may help. | 247 may help. |
248 | |
249 ** Gnus-specific voodoo | |
250 | |
251 *** Put point on a bug-number and try: M-x gnus-read-ephemeral-emacs-bug-group | |
252 | |
253 *** If the above is not available: | |
254 (add-hook 'gnus-article-mode-hook | |
255 (lambda () | |
256 (setq bug-reference-url-format | |
257 "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s") | |
258 (bug-reference-mode 1))) | |
259 | |
260 and you can click on the bug number in the subject header. |