mail-fetcher: tagging change and logging change
This commit is contained in:
parent
bdf33848aa
commit
783723c1e4
1 changed files with 5 additions and 4 deletions
|
@ -202,7 +202,6 @@
|
|||
script = ''
|
||||
echo "run mbsync"
|
||||
${pkgs.isync}/bin/mbsync \
|
||||
--verbose \
|
||||
--all
|
||||
echo "run notmuch"
|
||||
${pkgs.notmuch}/bin/notmuch new
|
||||
|
@ -241,12 +240,14 @@
|
|||
|
||||
filters = [
|
||||
|
||||
{query = "from:no-reply@backtrace.io"; tags = ["+sononym" "-inbox" "-unread"];}
|
||||
{query = "from:linkedin.com"; tags = [ "+linked" "+jobs" "-inbox" ];}
|
||||
|
||||
{query = "from:linkedin.com"; tags = [ "+linked" "+jobs" ];}
|
||||
{query = "from:computerfutures.com OR from:computerfutures.de"; tags = [ "+jobs" "-inbox" ];}
|
||||
{query = "from:seek.com.au"; tags = [ "+jobs" ];}
|
||||
{query = "from:xing.com"; tags = [ "+jobs" "-inbox" ];}
|
||||
|
||||
{query = "from:no-reply@backtrace.io"; tags = ["+sononym" "-inbox" "-unread"];}
|
||||
{query = "from:ebay.com OR from:ebay.de OR from:ebay.net"; tags = [ "+ebay" "+shop" "+billing"];}
|
||||
{query = "from:seek.com.au"; tags = [ "+jobs" "-inbox" ];}
|
||||
{query = "from:bahn.de"; tags = [ "+billing" "+bahn" ];}
|
||||
{query = "from:fysitech.atlassian.net OR to:engiadina-pwa@noreply.github.com"; tags = [ "+mia" "+work" "-unread" "-inbox"];}
|
||||
{query = "from:circleci.com OR (from:noreply@github.com AND to:audio-overlay@googlegroups.com)"; tags = [ "-inbox" "-unread" "+junk" ];}
|
||||
|
|
Loading…
Reference in a new issue