summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/emailer.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/emailer.cc b/src/lib/emailer.cc
index df254df24..dfc654396 100644
--- a/src/lib/emailer.cc
+++ b/src/lib/emailer.cc
@@ -44,6 +44,7 @@ Emailer::Emailer (string from, list<string> to, string subject, string body)
, _offset (0)
{
boost::algorithm::replace_all (_body, "\n", "\r\n");
+ boost::algorithm::replace_all (_body, "\0", " ");
}
void