This commit is contained in:
Andreas Knuth 2026-01-24 15:12:34 -06:00
parent c522c4fa73
commit e7eb1eedaa
1 changed files with 0 additions and 1 deletions

View File

@ -67,7 +67,6 @@ def sync():
# Compile # Compile
os.system(f'sievec {sieve_path}') os.system(f'sievec {sieve_path}')
os.system(f'sievec {sieve_path}')
os.system(f'doveadm sieve activate -u {email} {sieve_path.name}') os.system(f'doveadm sieve activate -u {email} {sieve_path.name}')
print(f'{email}') print(f'{email}')