summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-05-21 14:39:45 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2009-05-21 14:39:45 +0200
commit03b4173b73d3313be4d3d3d513444444a63d3b54 (patch)
tree03e08e085601a73bb4edb6742bd6d65414b68521 /lib
parent4f44247e93e92ac35a6e1a57d10bd85221328607 (diff)
parent49c068355242a184b7481f0818ad7ec5a2067916 (diff)
downloadabrt-03b4173b73d3313be4d3d3d513444444a63d3b54.tar.gz
abrt-03b4173b73d3313be4d3d3d513444444a63d3b54.tar.xz
abrt-03b4173b73d3313be4d3d3d513444444a63d3b54.zip
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
Diffstat (limited to 'lib')
-rw-r--r--lib/Plugins/FileTransfer.conf3
-rw-r--r--lib/Plugins/Mailx.conf3
2 files changed, 6 insertions, 0 deletions
diff --git a/lib/Plugins/FileTransfer.conf b/lib/Plugins/FileTransfer.conf
index ffd1607..c8da603 100644
--- a/lib/Plugins/FileTransfer.conf
+++ b/lib/Plugins/FileTransfer.conf
@@ -1,4 +1,7 @@
# Configuration of the file transfer reporter plugin
+# it takes one parameter:
+# store - just save information about crash
+# upload - upload new crash or saved crashes to the specified url
# URL to upload the files to
# supported: ftp, ftps, http, https, scp, sftp, tftp
diff --git a/lib/Plugins/Mailx.conf b/lib/Plugins/Mailx.conf
index 73f669b..5d8c2dd 100644
--- a/lib/Plugins/Mailx.conf
+++ b/lib/Plugins/Mailx.conf
@@ -1,4 +1,7 @@
# Configuration to Email reporter plugin
+# it takes one parameter: subject in "", if it isn't specified, then a default
+# subject is taken
+
# Subject of an emain
Subject = "[abrt] crash report"