about summary refs log tree commit diff stats
path: root/aerc.go
diff options
context:
space:
mode:
authorRobin Jarry <robin@jarry.cc>2021-10-25 18:13:24 +0200
committerRobin Jarry <robin@jarry.cc>2021-10-28 16:22:33 +0200
commitfea57839fbc7154c498a725f777c7fa0ab6a5e2a (patch)
tree18b94c69d031e14fba71cdc8edce4d56f71480e5 /aerc.go
parent1a75906bcbc1915a696259f20373a5a78d4ef8a3 (diff)
downloadaerc-fea57839fbc7154c498a725f777c7fa0ab6a5e2a.tar.gz
filters: allow matching any email header
In addition of the common headers (subject, to, from, cc), allow
matching arbitrary email headers in filters. E.g.:

  x-bugzilla-severity,critical=tput setaf 1; cat;tput sgr0

Signed-off-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'aerc.go')
0 files changed, 0 insertions, 0 deletions
lm R. Garbe <garbeam@wmii.de> 2006-07-15 17:00:56 +0200 committer Anselm R. Garbe <garbeam@wmii.de> 2006-07-15 17:00:56 +0200 proceeded with cleaning up, sorting functions, etc' href='/acidbong/suckless/dwm/commit/util.c?h=5.3&id=adaa28a6e600f636f5e86244ccef69e98419ba1a'>adaa28a ^
39677ec ^
ca65478 ^
39677ec ^
dc5d967 ^
39677ec ^
6a3ae5e ^
39677ec ^


39677ec ^
ca65478 ^
adaa28a ^
dc5d967 ^
adaa28a ^


849e631 ^
adaa28a ^


ca65478 ^
9955ddc ^
dc5d967 ^
9955ddc ^

9955ddc ^
439e15d ^
4230932 ^

439e15d ^



16c67f3 ^
7711ab6 ^
e48de30 ^
439e15d ^

0464e42 ^
439e15d ^


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