[freeside-commits] branch FREESIDE_4_BRANCH updated. 4051c7fc24664dbde6e007a1e5c4965d87419517
Mark Wells
mark at 420.am
Wed Oct 7 16:22:04 PDT 2015
The branch, FREESIDE_4_BRANCH has been updated
via 4051c7fc24664dbde6e007a1e5c4965d87419517 (commit)
from 6b8c46fa00f08da19bf0c4899776d3f82ef524c6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 4051c7fc24664dbde6e007a1e5c4965d87419517
Author: Mark Wells <mark at freeside.biz>
Date: Wed Oct 7 16:21:39 2015 -0700
add msgclass to initial msg_template, #38500
diff --git a/FS/FS/msg_template/InitialData.pm b/FS/FS/msg_template/InitialData.pm
index a4e27fd..dbb9f40 100644
--- a/FS/FS/msg_template/InitialData.pm
+++ b/FS/FS/msg_template/InitialData.pm
@@ -3,6 +3,7 @@ package FS::msg_template::InitialData;
sub _initial_data {
[
{ msgname => 'Password reset',
+ msgclass => 'email',
mime_type => 'text/html', #multipart/alternative with a text part?
# cranky mutt/pine users like me are rare
-----------------------------------------------------------------------
Summary of changes:
FS/FS/msg_template/InitialData.pm | 1 +
1 file changed, 1 insertion(+)
More information about the freeside-commits
mailing list