]> git.donarmstrong.com Git - debbugs.git/commitdiff
fix include paths for serious mail misconfiguration
authorDon Armstrong <don@donarmstrong.com>
Fri, 9 Mar 2018 00:40:41 +0000 (16:40 -0800)
committerDon Armstrong <don@donarmstrong.com>
Fri, 9 Mar 2018 00:40:41 +0000 (16:40 -0800)
templates/en_US/mail/process_mark_as_done.tx
templates/en_US/mail/process_mark_as_forwarded.tx
templates/en_US/mail/process_no_bug_number.tx
templates/en_US/mail/process_unknown_bug_number.tx

index 20520944318d474fe0ddb2828af457f421ce6d24..3c8a4e0e824005d73b928b5931fc04bedbeeead7 100644 (file)
@@ -9,5 +9,5 @@ This means that you claim that the problem has been dealt with.
 If this is not the case it is now your responsibility to reopen the
 <: $config.bug :> report if necessary, and/or fix the problem forthwith.
 
-: include "mail/serious_mail_misconfiguration"
+: include "mail/serious_mail_misconfiguration.tx"
 
index 420ac700b3877b19ead083478525464f337df199..e8d93418debc8eaaf867999db9d3fcc8ba8b1866 100644 (file)
@@ -5,4 +5,4 @@ regarding <: $data.subject :>
 to be marked as having been forwarded to the upstream software
 author(s) <: $data.forwarded :>
 
-: include "mail/serious_mail_misconfiguration"
+: include "mail/serious_mail_misconfiguration.tx"
index da1ace9d3cea41b6b852dd3b1d20d7a6011ec04e..b420deb3d952f707d664d58fb659864d68dc031c 100644 (file)
@@ -13,7 +13,7 @@ there is no need to apologise or mail anyone asking for an explanation.
 
 -or-
 
-: include('mail/serious_mail_misconfiguration')
+: include('mail/serious_mail_misconfiguration.tx')
 
 Your message was dated <: $date :> and had
 message-id <: $messageid :>
index 0cdba0ddd9cdcd37cbe39f2debff3c03ca84aa08..76b72dfe4ae78411ce27d47f413185e78f4e29ad 100644 (file)
@@ -17,4 +17,4 @@ It has been filed (under junk) but otherwise ignored.
 Please consult your records to find the correct <: $config.bug :> report
 number, or contact <: $config.maintainer_email :> for assistance.
 
-.include('mail/serious_mail_misconfiguration')
\ No newline at end of file
+: include('mail/serious_mail_misconfiguration.tx')
\ No newline at end of file