mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-22 06:13:19 -07:00
yes, no toggles
This commit is contained in:
parent
c68efa3627
commit
56f85e2779
1 changed files with 3 additions and 3 deletions
|
@ -93,7 +93,7 @@ CustomCategory=music
|
||||||
# Clean up list array. space seperated, in brackets, default *.nzb *.sfv *.1
|
# Clean up list array. space seperated, in brackets, default *.nzb *.sfv *.1
|
||||||
FileCleanUp=(*.nzb *.sfv *.1)
|
FileCleanUp=(*.nzb *.sfv *.1)
|
||||||
|
|
||||||
# Toggle detailed output (yes, no)
|
# Toggle detailed output (yes, no).
|
||||||
Debug=no
|
Debug=no
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
|
@ -127,10 +127,10 @@ DestDir=
|
||||||
# be sent via email.
|
# be sent via email.
|
||||||
# This uses sendEmail as authored by Brandon Zehm <caspian@dotconf.net>
|
# This uses sendEmail as authored by Brandon Zehm <caspian@dotconf.net>
|
||||||
|
|
||||||
#Specify if you want emails to be sent for successful downloads.
|
#Specify if you want emails to be sent for successful downloads (yes, no).
|
||||||
Email_successful=yes
|
Email_successful=yes
|
||||||
|
|
||||||
#Specify if you want emails to be sent for failed downloads.
|
#Specify if you want emails to be sent for failed downloads (yes, no).
|
||||||
Email_failed=yes
|
Email_failed=yes
|
||||||
|
|
||||||
# Set the full path and file name for sendEmail application.
|
# Set the full path and file name for sendEmail application.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue