1
0
mirror of https://github.com/anope/anope.git synced 2026-07-04 03:43:13 +02:00

Revert last commit cause guess what, I screwed things up

This commit is contained in:
Hal9000
2012-04-06 15:12:22 +02:00
parent 05bb80c06c
commit 6b473f22bd
+1 -1
View File
@@ -41,7 +41,7 @@ void MailThread::Run()
fprintf(pipe, "To: %s <%s>\n", MailTo.c_str(), Addr.c_str());
else
fprintf(pipe, "To: \"%s\" <%s>\n", MailTo.c_str(), Addr.c_str());
fprintf(pipe, "Subject: %s\n\n", Subject.c_str());
fprintf(pipe, "Subject: %s\n", Subject.c_str());
fprintf(pipe, "%s", Message.c_str());
fprintf(pipe, "\n.\n");