summaryrefslogtreecommitdiffstats
path: root/src/plugins/report_Mailx.xml.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/report_Mailx.xml.in')
-rw-r--r--src/plugins/report_Mailx.xml.in28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/plugins/report_Mailx.xml.in b/src/plugins/report_Mailx.xml.in
new file mode 100644
index 00000000..7584af7d
--- /dev/null
+++ b/src/plugins/report_Mailx.xml.in
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<event>
+ <_name>Mailx</_name>
+ <_description>Send via email</_description>
+ <options>
+ <option type="text" name="Mailx_Subject">
+ <_label>Subject</_label>
+ <allow-empty>no</allow-empty>
+ <_description>Message subject</_description>
+ <default-value>[abrt] detected a crash</default-value>
+ </option>
+ <option type="text" name="Mailx_EmailFrom">
+ <_label>Sender</_label>
+ <allow-empty>no</allow-empty>
+ <_description>Sender's email</_description>
+ </option>
+ <option type="text" name="Mailx_EmailTo">
+ <_label>Recipient</_label>
+ <allow-empty>no</allow-empty>
+ <_description>Recipient's email</_description>
+ </option>
+ <option type="bool" name="Mailx_SendBinaryData">
+ <_label>Send Binary Data</_label>
+ <_description>Send binary files like coredump</_description>
+ <default-value>no</default-value>
+ </option>
+ </options>
+</event>