summary refs log tree commit diff stats
path: root/worker
diff options
context:
space:
mode:
authorAndrew Jeffery <dev@jeffas.io>2020-07-01 22:57:01 +0100
committerReto Brunner <reto@labrat.space>2020-07-02 09:12:37 +0200
commitbf16ccde484ce3b6d2a4b843e7ebc04a9b2a957d (patch)
tree9dbfe57e6088840d906a6f1ec75a22d4b6ea2c43 /worker
parent8f1c6c46ff1de2d94377c0cf20fdc8bbdba59fef (diff)
downloadaerc-bf16ccde484ce3b6d2a4b843e7ebc04a9b2a957d.tar.gz
Fix nil pointer deref on Envelope
The Envelope was nil but being deref'ed for the Subject. This was
experienced when switching tabs on IMAP.
Diffstat (limited to 'worker')
0 files changed, 0 insertions, 0 deletions
6ac9 ^
b55bd70 ^
b515765 ^
b55bd70 ^






b515765 ^
1bf0c4a ^
b515765 ^

b515765 ^
292ccc4 ^
df74b26 ^


292ccc4 ^
df74b26 ^
8b4bc82 ^



39ffc18 ^
8b4bc82 ^



39ffc18 ^
df74b26 ^

bab575c ^
8b4bc82 ^



39ffc18 ^
8b4bc82 ^



39ffc18 ^
df74b26 ^
b515765 ^

d6a6eca ^
2dd5212 ^
b515765 ^

d6a6eca ^
e21d93b ^

b515765 ^
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