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

0c9110
From ab264f895bfebe8dd2b25c754cac79e7d829e738 Mon Sep 17 00:00:00 2001
0c9110
From: Jakub Filak <jfilak@redhat.com>
0c9110
Date: Thu, 27 Nov 2014 09:14:46 +0100
0c9110
Subject: [LIBREPORT PATCH 119/119] ureport: uReport_ContactEmail setting can
0c9110
 be left empty
0c9110
0c9110
Related: #1150388
0c9110
0c9110
Signed-off-by: Jakub Filak <jfilak@redhat.com>
0c9110
---
0c9110
 src/plugins/report_uReport.xml.in | 1 +
0c9110
 1 file changed, 1 insertion(+)
0c9110
0c9110
diff --git a/src/plugins/report_uReport.xml.in b/src/plugins/report_uReport.xml.in
0c9110
index e91b129..63dfc22 100644
0c9110
--- a/src/plugins/report_uReport.xml.in
0c9110
+++ b/src/plugins/report_uReport.xml.in
0c9110
@@ -16,6 +16,7 @@
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
+            <allow-empty>yes</allow-empty>
0c9110
         </option>
0c9110
         <option type="bool" name="uReport_SSLVerify">
0c9110
             <_label>Verify SSL</_label>
0c9110
-- 
0c9110
1.8.3.1
0c9110