[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Coreutils Bug Tracker Tagging
From: |
Glenn Morris |
Subject: |
Re: Coreutils Bug Tracker Tagging |
Date: |
Fri, 14 Sep 2012 12:37:24 -0400 |
User-agent: |
Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) |
This is a Gnus question, so if I were you, I'd have asked on a Gnus
mailing list. Anyway, you can either use the customize interface, which
takes care of the details for you, or you could use eval-after-load:
(eval-after-load 'gnus-group
'(add-to-list 'gnus-bug-group-download-format-alist
(cons 'coreutils
"http://debbugs.gnu.org/%s;mboxmaint=yes;mboxstat=yes")))