From dd6f74c603a6e5f7a2aede7f20eac9bc2641cbe9 Mon Sep 17 00:00:00 2001 From: ShyPike Date: Sat, 15 Jan 2011 02:10:30 +0100 Subject: [PATCH] Capitalize keywords in email templates according to convention. --- email/email-en.tmpl | 8 ++++---- email/rss-en.tmpl | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/email/email-en.tmpl b/email/email-en.tmpl index ff8137f..b5de464 100644 --- a/email/email-en.tmpl +++ b/email/email-en.tmpl @@ -6,10 +6,10 @@ ## Newlines and whitespace are significant! ## ## These are the email headers -to: $to -from: $from -date: $date -subject: SABnzbd has job $name +To: $to +From: $from +Date: $date +Subject: SABnzbd has job $name X-priority: 5 X-MS-priority: 5 ## After this comes the body, the empty line is required! diff --git a/email/rss-en.tmpl b/email/rss-en.tmpl index 727a2bf..d45c982 100644 --- a/email/rss-en.tmpl +++ b/email/rss-en.tmpl @@ -6,10 +6,10 @@ ## Newlines and whitespace are significant! ## ## These are the email headers -to: $to -from: $from -date: $date -subject: SABnzbd has added $amount jobs to the queue +To: $to +From: $from +Date: $date +Subject: SABnzbd has added $amount jobs to the queue X-priority: 5 X-MS-priority: 5 ## After this comes the body, the empty line is required!