From d4a2f42f15ccdb363e6cf275faa9e3e2a00d362e Mon Sep 17 00:00:00 2001 From: Zdenek Prikryl Date: Thu, 21 May 2009 10:10:34 +0200 Subject: updated information about parameters --- lib/Plugins/FileTransfer.conf | 3 +++ lib/Plugins/Mailx.conf | 3 +++ 2 files changed, 6 insertions(+) (limited to 'lib') 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" -- cgit