-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathafew-config
72 lines (69 loc) · 1.82 KB
/
afew-config
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
[MailMover]
folders = acowleySA/Inbox
rename = True
acowleySA/Inbox = 'tag:trash':acowleySA/Trash
# The ListMailsFilter creates too many tags under a `list/*`
# hierarchy. Some mailings pack something that looks like a thread
# identifier into the email's `list-id` header, leaving me with many
# tags not associated to any message in Gmail and other clients.
# [ListMailsFilter]
# [FolderNameFilter]
[SentMailsFilter]
sent_tag=sent
[ArchiveSentMailsFilter]
[Filter.1]
query = to:[email protected]
tags = +inbox;+SA
message = acowleySA
[Filter.2]
query = to:[email protected]
tags = +inbox;+SAInfo
message = infoSA
[HeaderMatchingFilter.1]
header = List-Id
pattern = emacs-orgmode.gnu.org
tags = +orgmode
[HeaderMatchingFilter.2]
header = List-Id
pattern = (haskell-cafe.haskell.org|ghc-devs.haskell.org|libraries.haskell.org)
tags = +Haskell
[HeaderMatchingFilter.3]
header = List-ID
pattern = ~sircmpwn/sr.ht-discuss
tags = +srht
[HeaderMatchingFilter.4]
header = List-ID
pattern = RadeonOpenCompute/ROCm
tags = +rocm
[HeaderMatchingFilter.5]
header = List-ID
pattern = gfx-rs/naga
tags = +wgpu
[HeaderMatchingFilter.6]
header = From
pattern = (evesham.k12.nj.us|classroom.google.com)
tags = +school;+owen
[HeaderMatchingFilter.7]
header = From
pattern = groq.com
tags = +groq
[HeaderMatchingFilter.8]
header = From
pattern = serverobotics.com
tags = +serve
[HeaderMatchingFilter.9]
header = To
pattern = (serve-robotics/(skel|x)|@serverobotics.com)
tags = +serve
[HeaderMatchingFilter.10]
header = From
pattern = (Chartwell|Bear Paddle Swim)
tags = +Owen
[InboxFilter]
tags = -new;-important;
# tags = +inbox;-new;-important;-account;
# [MailMover]
# folders = gmail/Inbox seas/Inbox
# rename = True
# gmail/Inbox = 'tag:deleted':gmail/trash 'tag:archived':gmail/archive
# seas/Inbox = 'tag:deleted':seas/trash 'tag:archived':seas/archive