summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/Mailx.cpp
diff options
context:
space:
mode:
authorZdenek Prikryl <zprikryl@redhat.com>2009-02-25 11:56:51 +0100
committerZdenek Prikryl <zprikryl@redhat.com>2009-02-25 11:56:51 +0100
commit3b07a20154c0a0f8c2a8b54644da09d551b509d5 (patch)
tree3dfaadb6e70a7fbff153651f026574be6bdfc44c /lib/Plugins/Mailx.cpp
parentc0acd39dfe856e7efd5295da471dbc6b14befe3d (diff)
downloadabrt-3b07a20154c0a0f8c2a8b54644da09d551b509d5.tar.gz
abrt-3b07a20154c0a0f8c2a8b54644da09d551b509d5.tar.xz
abrt-3b07a20154c0a0f8c2a8b54644da09d551b509d5.zip
added new reporting items
Diffstat (limited to 'lib/Plugins/Mailx.cpp')
-rw-r--r--lib/Plugins/Mailx.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Plugins/Mailx.cpp b/lib/Plugins/Mailx.cpp
index 13563c58..a320d3e4 100644
--- a/lib/Plugins/Mailx.cpp
+++ b/lib/Plugins/Mailx.cpp
@@ -60,6 +60,11 @@ void CMailx::Report(const crash_report_t& pReport)
{
std::stringstream ss;
+ ss << "Duplicity check" << std::endl;
+ ss << "==================" << std::endl << std::endl;
+ ss << "UUID" << std::endl;
+ ss << "------------" << std::endl;
+ ss << pReport.m_sUUID << std::endl << std::endl;
ss << "Common information" << std::endl;
ss << "==================" << std::endl << std::endl;
ss << "Architecture" << std::endl;