Blame SOURCES/0205-mailx-mail-formatting-add-comment-right-after-onelin.patch

562801
From 7f945ffc1eb5b3c69a4d3632455b75e7fce88534 Mon Sep 17 00:00:00 2001
562801
From: Matej Habrnal <mhabrnal@redhat.com>
562801
Date: Thu, 7 Apr 2016 15:53:34 +0200
562801
Subject: [PATCH] mailx: mail formatting: add comment right after %oneline
562801
562801
Related to rhbz#1281312
562801
562801
Signed-off-by: Matej Habrnal <mhabrnal@redhat.com>
562801
---
562801
 src/plugins/reporter-mailx.c | 4 ++--
562801
 1 file changed, 2 insertions(+), 2 deletions(-)
562801
562801
diff --git a/src/plugins/reporter-mailx.c b/src/plugins/reporter-mailx.c
562801
index a062abd..c531541 100644
562801
--- a/src/plugins/reporter-mailx.c
562801
+++ b/src/plugins/reporter-mailx.c
562801
@@ -33,8 +33,8 @@
562801
     FILENAME_HOSTNAME","FILENAME_COUNT", %%oneline\n" \
562801
     "\n" \
562801
     "::" \
562801
-    FILENAME_REPORTED_TO","FILENAME_BACKTRACE","FILENAME_CORE_BACKTRACE \
562801
-    ", %%multiline"
562801
+    FILENAME_COMMENT","FILENAME_REPORTED_TO","FILENAME_BACKTRACE"," \
562801
+    FILENAME_CORE_BACKTRACE", %%multiline"
562801
 
562801
 #define PR_ATTACH_BINARY "\n%attach:: %binary"
562801
 
562801
-- 
562801
1.8.3.1
562801