Changes to gnats/gnats/dbconfig.in

Yngve Svendsen <[email protected]> Thu, 24 Oct 2002 16:00:26 -0400
Newsgroups gmane.comp.bug-tracking.gnats.patches
Message-ID <[email protected]>
Index: gnats/gnats/dbconfig.in
diff -c gnats/gnats/dbconfig.in:1.8 gnats/gnats/dbconfig.in:1.9
*** gnats/gnats/dbconfig.in:1.8	Thu Oct 24 08:32:43 2002
--- gnats/gnats/dbconfig.in	Thu Oct 24 16:00:26 2002
***************
*** 69,74 ****
--- 69,81 ----
      read-only
  }
  
+ field "Notify-List" {
+     description "People to notify when PR changes significantly"
+     text
+     query-default inexact-regexp
+     textsearch
+ }
+ 
  field "Category" {
      builtin-name "category"
      description "What area does this PR fall into?"
***************
*** 669,676 ****
      }
  
      header {
! 	format "Subject: Re: %s/%s\n"
! 	fields { "Category" "Number" }
      }
  
      body {
--- 676,683 ----
      }
  
      header {
! 	format "Subject: Re: %s/%s\nCc: %s\n"
! 	fields { "Category" "Number" "Notify-List" }
      }
  
      body {
***************
*** 758,765 ****
  # the template.
  initial-entry {
      fields {
! 	"Submitter-Id" "Originator" "Organization" "Synopsis"
! 	"Confidential" "Severity" "Priority" "Category" "Class" "Release"
! 	"Environment" "Description" "How-To-Repeat" "Fix"
      }
  }
--- 765,773 ----
  # the template.
  initial-entry {
      fields {
! 	"Submitter-Id" "Notify-List" "Originator" "Organization"
! 	"Synopsis" "Confidential" "Severity" "Priority" "Category"
! 	"Class" "Release" "Environment" "Description" "How-To-Repeat"
! 	"Fix"
      }
  }