diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Plugins/FileTransfer.conf | 3 | ||||
| -rw-r--r-- | lib/Plugins/Mailx.conf | 3 |
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" |
