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

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