26 lines
962 B
Diff
26 lines
962 B
Diff
From 98fba513ccf70f549dd1915628f1b780f7d4d5fc Mon Sep 17 00:00:00 2001
|
|
From: Jakub Filak <jfilak@redhat.com>
|
|
Date: Thu, 27 Nov 2014 09:14:46 +0100
|
|
Subject: [PATCH] ureport: uReport_ContactEmail setting can be left empty
|
|
|
|
Signed-off-by: Jakub Filak <jfilak@redhat.com>
|
|
---
|
|
src/plugins/report_uReport.xml.in | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/src/plugins/report_uReport.xml.in b/src/plugins/report_uReport.xml.in
|
|
index 1147880..115b403 100644
|
|
--- a/src/plugins/report_uReport.xml.in
|
|
+++ b/src/plugins/report_uReport.xml.in
|
|
@@ -23,6 +23,7 @@
|
|
<option type="text" name="uReport_ContactEmail">
|
|
<_label>Contact email address</_label>
|
|
<_description>Email address that can be used by ABRT server to inform you about news and updates</_description>
|
|
+ <allow-empty>yes</allow-empty>
|
|
</option>
|
|
<option type="bool" name="uReport_SSLVerify">
|
|
<_label>Verify SSL</_label>
|
|
--
|
|
2.1.0
|
|
|