summaryrefslogtreecommitdiff
path: root/afew.ini
blob: 7a164065570ccc22aa5e7e744708a8aca8c93f7a (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
[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
  from:newsletter@fightaging.org OR
  from:newsletter@fightaging.org or
  subject:'The Reading List Email*' OR
  from:info@haskellweekly.news OR
  from:kale@hackernewsletter.com OR
  from:newsletter@farnamstreetblog.com
tags = -unread +deals

[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
#max_age = 15
INBOX = 'tag:flagged AND NOT tag:spam':.Important
Important = 'NOT tag:flagged':.INBOX 'tag:spam':.INBOX

[InboxFilter]