From c9c4a62258de4284df5a536b51f062b306a3c774 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 8 Jun 2006 03:47:19 +0000 Subject: Bug 275638: Templatise 'whinemail' email - Patch by Emmanuel Seyman r=LpSolit a=myk --- Bugzilla/Config/MTA.pm | 44 -------------------------------------------- 1 file changed, 44 deletions(-) (limited to 'Bugzilla/Config/MTA.pm') diff --git a/Bugzilla/Config/MTA.pm b/Bugzilla/Config/MTA.pm index 7a6cc2ee0..474160a72 100644 --- a/Bugzilla/Config/MTA.pm +++ b/Bugzilla/Config/MTA.pm @@ -96,50 +96,6 @@ Configure bugmail: %urlbase%userprefs.cgi?tab=email type => 't', default => 7, checker => \&check_numeric - }, - - { - name => 'whinemail', - type => 'l', - default => 'From: %maintainer% -To: %email% -Subject: Your Bugzilla buglist needs attention. - -[This e-mail has been automatically generated.] - -You have one or more bugs assigned to you in the Bugzilla -bugsystem (%urlbase%) that require -attention. - -All of these bugs are in the NEW or REOPENED state, and have not -been touched in %whinedays% days or more. You need to take a look -at them, and decide on an initial action. - -Generally, this means one of three things: - -(1) You decide this bug is really quick to deal with (like, it\'s INVALID), - and so you get rid of it immediately. -(2) You decide the bug doesn\'t belong to you, and you reassign it to someone - else. (Hint: if you don\'t know who to reassign it to, make sure that - the Component field seems reasonable, and then use the "Reassign bug to - default assignee of selected component" option.) -(3) You decide the bug belongs to you, but you can\'t solve it this moment. - Just use the "Accept bug" command. - -To get a list of all NEW/REOPENED bugs, you can use this URL (bookmark -it if you like!): - - %urlbase%buglist.cgi?bug_status=NEW&bug_status=REOPENED&assigned_to=%userid% - -Or, you can use the general query page, at -%urlbase%query.cgi - -Appended below are the individual URLs to get to all of your NEW bugs that -haven\'t been touched for a week or more. - -You will get this message once a day until you\'ve dealt with these bugs! - -' } ); return @param_list; } -- cgit v1.2.3-24-g4f1b