Blame SOURCES/0111-ureport-be-able-to-configure-ContactEmail-from-GUI.patch

0c9110
From c3d1141ebcca9ffa41c8146b0d751cd2b98d905e Mon Sep 17 00:00:00 2001
0c9110
From: Jakub Filak <jfilak@redhat.com>
0c9110
Date: Mon, 3 Nov 2014 15:59:26 +0100
0c9110
Subject: [LIBREPORT PATCH 111/113] ureport: be able to configure ContactEmail
0c9110
 from GUI
0c9110
0c9110
reporter-rhtsupport reads uReport_ContactEmail configuration option
0c9110
before attaching the contact email to uReport. It is likely that users
0c9110
will run the reporter from the GUI, so they must be able to configure
0c9110
the reporter from the GUI too.
0c9110
0c9110
Related to rhbz#1150388
0c9110
0c9110
Signed-off-by: Jakub Filak <jfilak@redhat.com>
0c9110
---
0c9110
 src/plugins/report_uReport.xml.in | 4 ++++
0c9110
 1 file changed, 4 insertions(+)
0c9110
0c9110
diff --git a/src/plugins/report_uReport.xml.in b/src/plugins/report_uReport.xml.in
0c9110
index c8bb858..e91b129 100644
0c9110
--- a/src/plugins/report_uReport.xml.in
0c9110
+++ b/src/plugins/report_uReport.xml.in
0c9110
@@ -13,6 +13,10 @@
0c9110
             <_description>Address of uReport webservice</_description>
0c9110
             <default-value>http://bug-report.itos.redhat.com</default-value>
0c9110
         </option>
0c9110
+        <option type="text" name="uReport_ContactEmail">
0c9110
+            <_label>Contact email address</_label>
0c9110
+            <_description>Email address that can be used by ABRT server to inform you about news and updates</_description>
0c9110
+        </option>
0c9110
         <option type="bool" name="uReport_SSLVerify">
0c9110
             <_label>Verify SSL</_label>
0c9110
             <_description>Check SSL key validity</_description>
0c9110
-- 
0c9110
1.8.3.1
0c9110