summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorZdenek Prikryl <zprikryl@redhat.com>2009-05-21 10:10:34 +0200
committerZdenek Prikryl <zprikryl@redhat.com>2009-05-21 10:10:34 +0200
commitd4a2f42f15ccdb363e6cf275faa9e3e2a00d362e (patch)
treeb679fbeca6539b40aac3b6c5a5297ff968a226c9 /lib
parentc4c35913f7e31787a024ccfad907ef551a5d0533 (diff)
downloadabrt-d4a2f42f15ccdb363e6cf275faa9e3e2a00d362e.tar.gz
abrt-d4a2f42f15ccdb363e6cf275faa9e3e2a00d362e.tar.xz
abrt-d4a2f42f15ccdb363e6cf275faa9e3e2a00d362e.zip
updated information about parameters
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"