Blame SOURCES/0119-ureport-uReport_ContactEmail-setting-can-be-left-emp.patch

28bab8
From ab264f895bfebe8dd2b25c754cac79e7d829e738 Mon Sep 17 00:00:00 2001
28bab8
From: Jakub Filak <jfilak@redhat.com>
28bab8
Date: Thu, 27 Nov 2014 09:14:46 +0100
28bab8
Subject: [LIBREPORT PATCH 119/119] ureport: uReport_ContactEmail setting can
28bab8
 be left empty
28bab8
28bab8
Related: #1150388
28bab8
28bab8
Signed-off-by: Jakub Filak <jfilak@redhat.com>
28bab8
---
28bab8
 src/plugins/report_uReport.xml.in | 1 +
28bab8
 1 file changed, 1 insertion(+)
28bab8
28bab8
diff --git a/src/plugins/report_uReport.xml.in b/src/plugins/report_uReport.xml.in
28bab8
index e91b129..63dfc22 100644
28bab8
--- a/src/plugins/report_uReport.xml.in
28bab8
+++ b/src/plugins/report_uReport.xml.in
28bab8
@@ -16,6 +16,7 @@
28bab8
         <option type="text" name="uReport_ContactEmail">
28bab8
             <_label>Contact email address</_label>
28bab8
             <_description>Email address that can be used by ABRT server to inform you about news and updates</_description>
28bab8
+            <allow-empty>yes</allow-empty>
28bab8
         </option>
28bab8
         <option type="bool" name="uReport_SSLVerify">
28bab8
             <_label>Verify SSL</_label>
28bab8
-- 
28bab8
1.8.3.1
28bab8