From 5eb9551fa0228a61f93847efc4bd7fea7f3c5b1f Mon Sep 17 00:00:00 2001 From: psg <> Date: Mon, 14 Apr 2003 14:29:07 +0000 Subject: debian-bug.el: Revert send bug report to maintonly if priority wishlist or minor change. --- debian-bug.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'debian-bug.el') diff --git a/debian-bug.el b/debian-bug.el index d9257fb..5d28e29 100644 --- a/debian-bug.el +++ b/debian-bug.el @@ -169,6 +169,9 @@ ;; V1.37 10Apr2003 Peter S Galbraith ;; - Switch priority of reportbug and bug, preferring reportbug. ;; - send to maintonly if priority wishlist or minor. Closes: #176429. +;; V1.38 14Apr2003 Peter S Galbraith +;; Revert `send to maintonly if priority wishlist or minor' change. +;; maintonly is for mass filings. ;; ---------------------------------------------------------------------------- ;;; Todo (Peter's list): @@ -595,9 +598,6 @@ The obarray associates each package with the installed version of the package." (insert " " debian-bug-mail-address)) (t (insert "To: " debian-bug-mail-address))) - (if (or (string-equal severity "wishlist") - (string-equal severity "minor")) - (debian-bug--set-bts-address "maintonly@bugs.debian.org")) (goto-char (point-min)) (cond ((re-search-forward "Subject: " nil t) -- cgit v1.2.3