summaryrefslogtreecommitdiff
path: root/files/sieve/after.sieve
blob: 610d0d13fea71be7be8392a80ed2082932e39a1c (plain)
1
2
3
4
5
# for sequential sieve scripts, this one is the after_sieve
# keep is implicit, but it seems that only explicit fileinto actions 
# are logged and not the implicit keep action, so we specify it explicitly
fileinto "INBOX";
stop;