Convert the Abandoned and MergeFail email classes to templates
Convert the AbandonedSender and MergeFailSender classes to use
file based velocity templates which an admin may edit.
Change-Id: I5eae65a46aea074ef25bfc259c013f9be91fdc2f
diff --git a/Documentation/config-mail.txt b/Documentation/config-mail.txt
index 3a133d3..dee01dc 100644
--- a/Documentation/config-mail.txt
+++ b/Documentation/config-mail.txt
@@ -25,6 +25,13 @@
one to set the subject line, and one to set the footer which gets appended to
all the change emails (see `ChangeSubject.vm` and `ChangeFooter.vm` below.)
+Abandoned.vm
+~~~~~~~~~~~~
+
+The `Abandoned.vm` template will determine the contents of the email related
+to a change being abandoned. It is a `ChangeEmail`: see `ChangeSubject.vm` and
+`ChangeFooter.vm`.
+
ChangeFooter.vm
~~~~~~~~~~~~~~~
@@ -50,6 +57,13 @@
a change successfully merged to the head. It is a `ChangeEmail`: see
`ChangeSubject.vm` and `ChangeFooter.vm`.
+MergeFail.vm
+~~~~~~~~~~~~
+
+The `MergeFail.vm` template will determine the contents of the email related
+to a failure upon attempting to merge a change to the head. It is a
+`ChangeEmail`: see `ChangeSubject.vm` and `ChangeFooter.vm`.
+
Mail Variables and Methods
--------------------------