blob: e037bb7e0498a3e91cce0db5c4d9019b6f877fa8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
|
[ArchiveSentMailsFilter]
[SpamFilter]
spam_tag = spam
# This filter looks for the List-Id header, and if it finds it, adds a
# tag lists and a tag named lists/<list-id>.
[ListMailsFilter]
[Filter.0]
message = mobile todos
query = 'from:ben@bsima.me AND to:ben@bsima.me AND subject:TODO'
tags = +todo;-inbox;+unread
[Filter.1]
message = logwatch
query = subject:Logwatch
tags = +logwatch;-new;-inbox
[Filter.2]
message = newsletters
query =
from:the-morning-paper@onelanday.co.uk OR
subject:'The Reading List Email*' OR
from:info@haskellweekly.news OR
from:kale@hackernewsletter.com OR
from:newsletter@farnamstreetblog.com
tags = -unread;+newsletters;-inbox
[Filter.3]
message = job emails
query =
from:alist.co OR
from:angel.co OR
from:stackoverflow.com OR
from:stackoverflow.email OR
from:cdmtechnology.com OR
subject:job
tags = +jobs;-inbox
[Filter.4]
message = github
query = from:github.com
tags = +github;-inbox
[MailMover]
folders = Important INBOX
INBOX = 'tag:flagged AND NOT tag:spam':.Important
Important = 'NOT tag:flagged':.INBOX 'tag:spam':.INBOX
[InboxFilter]
#[Filter.5]
#message = remove lists from inbox
#query = tag:lists AND tag:inbox
#tags = -inbox
[Filter.6]
message = remove rspamd from inbox
query = from:rspamd
tags = -inbox
[Filter.7]
message = banking activity confirmations
query =
(from:discover@service.discover.com AND subject:'Your Scheduled Payment') OR
(from:citicards@info6.citi.com AND subject:Confirmation)
tags = -inbox;+banking
[Filter.8]
message = receipts
query = subject:receipt
tags = +receipts;-inbox
[Filter.9]
message = stupid social networks
query = from:messages-noreply@linkedin.com
tags = -inbox;-unread;+deleted;+spam
[Filter.10]
message = meetups
query = from:*@meetup.com
tags = -inbox;+meetups
[Filter.11]
message = emacs lists
query =
to:emacs-devel@gnu.org OR to:info-gnu-emacs@gnu.org OR to:help-gnu-emacs@gnu.org OR
cc:emacs-devel@gnu.org OR cc:info-gnu-emacs@gnu.org OR cc:help-gnu-emacs@gnu.org
tags = -inbox;+emacs
[Filter.12]
message = philosophy lists
query = to:publish-liv@humanist.kdl.kcl.ac.uk
tags = -inbox;+philosophy
[Filter.13]
message = science lists
query = from:newsletter@fightaging.org
tags = -inbox;+science
[Filter.14]
message = work stuff
query =
from:git@undergroundelephant.com OR subject:*HeroOS* OR
to:bsima@ue.co OR to:bsima@undergroundelephant.com OR
to:ben.sima@heroprojects.io
tags = +work
[Filter.17]
message = ai lists
query = to:scikit-learn@python.org OR to:tensorflow.org
tags = -inbox;+ai
[Filter.18]
message = bitcoin lists
query = to:bitcoin-dev@lists.linuxfoundation.org OR to:bitcoin-discuss@lists.linuxfoundation.org
tags = -inbox;+bitcoin
|