Package: debian-el
Version: 29.3-2
Severity: wishlist
Tags: patch
If I want to reply to someone after the getting thread by means of
debian-bug-get-bug-as-email function, I press 'r' of 'R' (for Gnus). But
the 'To:' field is filled only with recipient's mail but not with the
<bug-number>@bugs.debian.org. This because wget always downloads 'mbox
folder' where Reply-To is not provided. This field is only provided in
maintainer mbox. The attached patch replaces url for wget to download
'maintainer mbox' instead of 'mbox folder'.
--- debian-el.old/debian-bug.el 2007-09-25 04:25:00.000000000 +0400
+++ debian-el.new/debian-bug.el 2009-03-28 16:59:26.000000000 +0300
@@ -1686,7 +1686,7 @@
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
-- System Information:
Debian Release: 5.0
APT prefers stable
APT policy: (500, 'stable')
Architecture: i386 (i586)
Kernel: Linux 2.6.26-1-486
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages debian-el depends on:
ii binutils 2.18.1~cvs20080103-7 The GNU assembler, linker and bina
ii emacs22 [emacsen] 22.2+2-5 The GNU Emacs editor
ii reportbug 3.48 reports bugs in the Debian distrib
Versions of packages debian-el recommends:
pn dlocate <none> (no description available)
ii groff-base 1.18.1.1-21 GNU troff text-formatting system (
ii wget 1.11.4-2 retrieves files from the web
Versions of packages debian-el suggests:
pn gnus <none> (no description available)
-- no debconf information