From 72b66a86cfeaf18b31c5454b685ee2d341f816b6 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Tue, 28 Feb 2017 22:30:57 +0000 Subject: [PATCH] flexget: replace email with notify --- flexget/config.yml | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/flexget/config.yml b/flexget/config.yml index 0646f43..88e898d 100644 --- a/flexget/config.yml +++ b/flexget/config.yml @@ -3,9 +3,12 @@ variables: private.yml templates: # {{{1 email: # {{{2 - email: - from: flexget@tardis - to: ramsi@localhost + notify: + task: + via: + - email: + from: flexget@tardis + to: ramsi@localhost torrents: # {{{2 @@ -458,10 +461,13 @@ tasks: # {{{1 list: move-tasks seen: local accept_all: yes - email: - from: flexget@tardis - to: ramsi@localhost - file_template: move + notify: + task: + template: move + via: + - email: + from: flexget@tardis + to: ramsi@localhost backfill-mail: # {{{2 -- 2.48.1