diff options
-rwxr-xr-x | email_in.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/email_in.pl b/email_in.pl index 67a48e789..6be7be8cf 100755 --- a/email_in.pl +++ b/email_in.pl @@ -135,7 +135,7 @@ sub parse_mail { $fields{'short_desc'} = $summary; } - # The Importance/X-Priority field is only used when creating a new bug. + # The Importance/X-Priority headers are only used when creating a new bug. # 1) If somebody specifies a priority, use it. # 2) If there is an Importance or X-Priority header, use it as # something that is relative to the default priority. |