From 5d0422d0b9f6e8cf9cef7f8083e0094ad74e21f9 Mon Sep 17 00:00:00 2001 From: clinton-hall Date: Wed, 30 Jan 2013 18:20:27 -0800 Subject: [PATCH] add categories for failed/successful emails close #35 --- .../9.0/webui/nzbget-postprocess.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nzbget-postprocessing-files/9.0/webui/nzbget-postprocess.conf b/nzbget-postprocessing-files/9.0/webui/nzbget-postprocess.conf index 8679de67..ee3045b4 100644 --- a/nzbget-postprocessing-files/9.0/webui/nzbget-postprocess.conf +++ b/nzbget-postprocessing-files/9.0/webui/nzbget-postprocess.conf @@ -124,11 +124,11 @@ DestDir= # be sent via email. # This uses sendEmail as authored by Brandon Zehm -# Specify if you want emails to be sent for successful downloads (yes, no). -Email_successful=yes +# List Categories for successful download email, default 'tv movies' +Email_successful='tv movies' -# Specify if you want emails to be sent for failed downloads (yes, no). -Email_failed=yes +# List Categories for failed download email, default 'tv movies' +Email_failed='tv movies' # Set the full path and file name for sendEmail application. sendEmail=/usr/local/nzbget/var/sendEmail/sendEmail