fix info
This commit is contained in:
parent
1bfefc256a
commit
c2a1b76a19
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ class ImapFilter:
|
|||
content += 'require ["fileinto"];'
|
||||
for mfilter in filters:
|
||||
self._log.debug(
|
||||
'Adding filter '%s' to sieve script',
|
||||
"Adding filter '%s' to sieve script",
|
||||
mfilter['name']
|
||||
)
|
||||
if 'field' in mfilter:
|
||||
|
|
Loading…
Reference in a new issue