From 9e5aa0f02f90865c8e264c7a8922fa071f0f694c Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Thu, 17 Mar 2011 16:05:27 +0100 Subject: -added event config files for Mailx trac#163 --- src/plugins/Makefile.am | 7 ++++--- src/plugins/mailx_events.conf | 1 + src/plugins/report_Mailx.xml | 28 ++++++++++++++++++++++++++++ 3 files changed, 33 insertions(+), 3 deletions(-) create mode 100644 src/plugins/mailx_events.conf create mode 100644 src/plugins/report_Mailx.xml (limited to 'src/plugins') diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am index 95d9d41d..76cbe04c 100644 --- a/src/plugins/Makefile.am +++ b/src/plugins/Makefile.am @@ -21,7 +21,6 @@ bin_PROGRAMS = \ dist_pluginslib_DATA = \ Logger.glade \ - Mailx.glade \ Bugzilla.glade \ RHTSupport.glade \ Upload.glade \ @@ -46,12 +45,14 @@ dist_events_DATA = \ report_Bugzilla.conf \ report_Logger.conf \ analyze_LocalGDB.xml \ - analyze_RetraceServer.xml + analyze_RetraceServer.xml \ + report_Mailx.xml eventsconfdir = $(EVENTS_CONF_DIR) dist_eventsconf_DATA = \ - ccpp_events.conf + ccpp_events.conf \ + mailx_events.conf man_MANS = \ abrt-Bugzilla.7 \ diff --git a/src/plugins/mailx_events.conf b/src/plugins/mailx_events.conf new file mode 100644 index 00000000..41b976da --- /dev/null +++ b/src/plugins/mailx_events.conf @@ -0,0 +1 @@ +EVENT=report_Mailx abrt-action-mailx diff --git a/src/plugins/report_Mailx.xml b/src/plugins/report_Mailx.xml new file mode 100644 index 00000000..5ff7ee34 --- /dev/null +++ b/src/plugins/report_Mailx.xml @@ -0,0 +1,28 @@ + + + Mailx + Send the problem report over email + + + + + + + -- cgit