diff --git a/src/cpp/MainAttachment.cpp b/src/cpp/MainAttachment.cpp
index b3c55f6..9eb6a62 100644
--- a/src/cpp/MainAttachment.cpp
+++ b/src/cpp/MainAttachment.cpp
@@ -149,7 +149,8 @@ const string MainAttachment::templateHtmlAddLink (LI_ONE+""+KAZ_HTML_DOWNLOAD_OTHER+"\n");
const string MainAttachment::templateHtmlAllLink ("
"+LI_ALL+KAZ_HTML_DOWNLOAD_ALL+" "+KAZ_HTML_ARCHIVE+""+LI_END+"\n");
const string MainAttachment::templateHtmlCloudLink ("
"+LI_ALL+KAZ_HTML_DOWNLOAD_CLOUD+" "+KAZ_HTML_CLOUD+""+LI_END+"\n");
-const string MainAttachment::templateHtmlFooter ("
"+KAZ_PLAIN_STOP+"
"+KAZ_HTML_STOP+"\n\n"); @@ -881,7 +882,7 @@ MainAttachment::substitute (ifstream &mbox, ofstream &outbox, const SizeArg &min LOG ("remove tag: " << endTag << " content: " << content); } } - content += htmlDisclaim+KAZ_HTML_WARNING+BODY_END+HTML_END; + content += htmlDisclaim+BODY_END+HTML_END; LOG ("content: " << content); } if (isPlain) @@ -910,7 +911,7 @@ MainAttachment::substitute (ifstream &mbox, ofstream &outbox, const SizeArg &min outbox << boundary.substr (0, boundaryMiddleSize) << endl << KAZ_ATTACHMENT_TEXT_HTML << endl; cerr << "eMailShrinker: force attachment" << endl; - string content (KAZ_HTML_CONTENT+KAZ_HTML_NOT_SAVE+htmlDisclaim+KAZ_HTML_WARNING+BODY_END+HTML_END); + string content (KAZ_HTML_CONTENT+KAZ_HTML_NOT_SAVE+htmlDisclaim+BODY_END+HTML_END); base64Encode (content); outbox << content << endl;