fix new lines

This commit is contained in:
Antonio J. Delgado 2025-02-07 12:30:58 +02:00
parent c0cfd47597
commit 545140416b

View file

@ -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",