Add fileinto to sieve
This commit is contained in:
parent
6cdb48fe05
commit
72b995dcb1
1 changed files with 1 additions and 0 deletions
|
@ -146,6 +146,7 @@ class ImapFilter:
|
|||
content = sieve_script.read()
|
||||
else:
|
||||
content = '# Managed by imap_filter. Some lines might get replaced if the match with rule name from imap_filter'
|
||||
content += 'require ["fileinto"];'
|
||||
for mfilter in filters:
|
||||
self._log.debug(
|
||||
'Adding filter %s to sieve script',
|
||||
|
|
Loading…
Reference in a new issue