fix new lines
This commit is contained in:
parent
c0cfd47597
commit
545140416b
1 changed files with 2 additions and 2 deletions
|
@ -206,8 +206,8 @@ class ImapFilter:
|
|||
"Will create Sieve script in '%s'...",
|
||||
sieve_scripts_path
|
||||
)
|
||||
content = '# Managed by imap_filter. Some lines might get replaced if the match with rule name from imap_filter'
|
||||
content += 'require ["fileinto"];'
|
||||
content = '# Managed by imap_filter. Some lines might get replaced if the match with rule name from imap_filter\n'
|
||||
content += 'require ["fileinto"];\n'
|
||||
for mfilter in filters:
|
||||
self._log.debug(
|
||||
"Adding filter '%s' to sieve script",
|
||||
|
|
Loading…
Reference in a new issue