Changes to gnats/gnats/dbconfig.in
Yngve Svendsen <[email protected]> Thu, 24 Oct 2002 17:27:03 -0400
| Newsgroups | gmane.comp.bug-tracking.gnats.patches |
|---|---|
| Message-ID | <[email protected]> |
Index: gnats/gnats/dbconfig.in
diff -c gnats/gnats/dbconfig.in:1.10 gnats/gnats/dbconfig.in:1.11
*** gnats/gnats/dbconfig.in:1.10 Thu Oct 24 17:09:01 2002
--- gnats/gnats/dbconfig.in Thu Oct 24 17:27:03 2002
***************
*** 70,76 ****
}
field "Notify-List" {
! description "People to notify when PR changes significantly"
text
query-default inexact-regexp
textsearch
--- 70,76 ----
}
field "Notify-List" {
! description "Addresses to notify of significant PR changes"
text
query-default inexact-regexp
textsearch
***************
*** 545,552 ****
# Any additional header text we want to add. Must have a newline at the
# end of each line.
header {
! format "Subject: %s/%s: %s\n"
! fields { "Category" "Number" "Subject:" }
}
body {
--- 545,552 ----
# Any additional header text we want to add. Must have a newline at the
# end of each line.
header {
! format "Subject: %s/%s: %s\nCc: %s\n"
! fields { "Category" "Number" "Subject:" "Notify-List" }
}
body {
***************
*** 589,596 ****
}
header {
! format "Subject: %s/%s: %s (pending)\n"
! fields { "Category" "Number" "Subject:" }
}
body {
--- 589,596 ----
}
header {
! format "Subject: %s/%s: %s (pending)\nCc: %s\n"
! fields { "Category" "Number" "Subject:" "Notify-List" }
}
body {