summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpsg <>2009-05-14 03:07:37 +0000
committerpsg <>2009-05-14 03:07:37 +0000
commit54921a220e5f31e732b69ae6121eeadff6d37ded (patch)
tree74245cb3e7ab9b9a01da5857c98611852a6cba5b
parentc7079d9d6ff4c80d98d1ec988feb9a096ba2e0d9 (diff)
debian-bug.el: "[PATCH] using the "maintainer mbox" instead of "mbox
folder". Thanks to Evgeny M. Zubok (Closes: #521571).
-rw-r--r--debian-bug.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/debian-bug.el b/debian-bug.el
index 3c97652..b07ffe2 100644
--- a/debian-bug.el
+++ b/debian-bug.el
@@ -298,8 +298,10 @@
;; quote bug descriptions when building the bug menu. (Closes: #489786)
;; - Bug fix: Applied patch from HÃ¥kon Stordahl <hakon@stordahl.org>
;; for garbled Help buffer (Closes: #502426)
-;; V1.69 12May2009 Peter S Galbraith <psg@debian.org>
+;; V1.69 13May2009 Peter S Galbraith <psg@debian.org>
;; - Updated debian-bug-pseudo-packages (Closes: #526496)
+;; - [PATCH] using the "maintainer mbox" instead of "mbox folder".
+;; Thanks to Evgeny M. Zubok (Closes: #521571).
;; ----------------------------------------------------------------------------
;;; Todo (Peter's list):
@@ -1699,7 +1701,7 @@ If SUBMENU is t, then check for current sexp submenu only."
debian-bug-download-directory))
(status)
(url (concat "http://bugs.debian.org/cgi-bin/bugreport.cgi?bug="
- bug-number "&mbox=yes")))
+ bug-number "&mbox=yes&mboxmaint=yes")))
(if (and (file-exists-p filename)
(not (y-or-n-p "Bug file already exists. Download again? ")))
filename