X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=fsf-get-mail;h=4bcd151a37e6dd6e2b262228cc9b94592da79f22;hb=b857462732e15f455e41f26e3048a390d7b399c0;hp=f2288947553b373ade2ff9c552aa21a99bcfdcbc;hpb=4c39892ef8fa3379ce36adbe870723324cb71cea;p=distro-setup diff --git a/fsf-get-mail b/fsf-get-mail index f228894..4bcd151 100755 --- a/fsf-get-mail +++ b/fsf-get-mail @@ -1,7 +1,14 @@ #!/bin/bash -offlineimap -a fsf -sieve-filter -eW -o mail_location=maildir:/nocow/user/fsfmd:LAYOUT=fs:INBOX=/nocow/user/fsfmd/INBOX ~/sieve/fsf.sieve INBOX &>/tmp/fsfsieve.log +# commented, because relying on cronjob +#offlineimap -a fsf + +# delete based on http://deflexion.com/2006/05/imap-way-of-deleting-message +sieve-filter -eW -o mail_location=maildir:/nocow/user/fsfmd:LAYOUT=fs:INBOX=/nocow/user/fsfmd/INBOX ~/sieve/fsf.sieve INBOX delete &>>/tmp/fsfsieve.log + +# mu indexing happens after this, and if offlineimap is running, +# it can index messages which are in the wrong folder. +# Just run it again if this happens. # to test new rules, update fsf-test.sieve, run these commands, then copy new fsf-test.sieve to fsf.sieve # sieve-filter -o mail_location=maildir:/nocow/user/fsfmd:LAYOUT=fs:INBOX=/nocow/user/fsfmd/INBOX ~/sieve/fsf-test.sieve INBOX &>/tmp/testfsfsieve.log