diff options
author | Chris Case <kahotep@bunda.dreamhost.com> | 2011-02-17 13:41:56 -0800 |
---|---|---|
committer | Chris Case <kahotep@bunda.dreamhost.com> | 2011-02-17 13:41:56 -0800 |
commit | 9e654f7e5777458941e93b4bfa6de2a11d4374f9 (patch) | |
tree | 481a62e40273a0f7b7e8bbf73c5a2a348d81580e /view/de | |
parent | 5aa6bbbbc5a32541c5b9176762aeccf573ba2601 (diff) | |
download | volse-hubzilla-9e654f7e5777458941e93b4bfa6de2a11d4374f9.tar.gz volse-hubzilla-9e654f7e5777458941e93b4bfa6de2a11d4374f9.tar.bz2 volse-hubzilla-9e654f7e5777458941e93b4bfa6de2a11d4374f9.zip |
removed localized multipart email templates, now the multipart settings are configured directly in the code
Diffstat (limited to 'view/de')
-rw-r--r-- | view/de/mail_received_eml.tpl | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/view/de/mail_received_eml.tpl b/view/de/mail_received_eml.tpl deleted file mode 100644 index 6ddd586fc..000000000 --- a/view/de/mail_received_eml.tpl +++ /dev/null @@ -1,13 +0,0 @@ ---$mimeboundary -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: base64 - -$textbody - ---$mimeboundary -Content-Type: text/html; charset=UTF-8 -Content-Transfer-Encoding: base64 - -$htmlbody - ---$mimeboundary--
\ No newline at end of file |