summary refs log tree commit diff stats
path: root/lib
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-05-20 16:42:44 -0400
committerDrew DeVault <sir@cmpwn.com>2019-05-20 16:43:08 -0400
commit511fea39449b6db551151da86d914bf7ab3b3713 (patch)
tree12171a8d34d850265f6bd96d8d3ead372b8dbdbc /lib
parent3376f926ed2ed7184d2710c85c327b9357e2bea4 (diff)
downloadaerc-511fea39449b6db551151da86d914bf7ab3b3713.tar.gz
Flesh out multipart switcher
Diffstat (limited to 'lib')
-rw-r--r--lib/msgstore.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/msgstore.go b/lib/msgstore.go
index 827d7cb..6ab7fc2 100644
--- a/lib/msgstore.go
+++ b/lib/msgstore.go
@@ -90,7 +90,7 @@ func (store *MessageStore) FetchFull(uids []uint32, cb func(io.Reader)) {
 }
 
 func (store *MessageStore) FetchBodyPart(
-	uid uint32, part int, cb func(io.Reader)) {
+	uid uint32, part []int, cb func(io.Reader)) {
 
 	store.worker.PostAction(&types.FetchMessageBodyPart{
 		Uid:  uid,
galen@galenabell.com> 2019-05-18 15:29:26 -0400 committer Drew DeVault <sir@cmpwn.com> 2019-05-18 15:31:38 -0400 Implement loading passwords from external commands' href='/akspecs/aerc/commit/doc/aerc-imap.5.scd?h=0.2.1&id=b8208509f47301bcb03bc222f5e5765833478250'>b820850 ^
ca2cd00 ^
b820850 ^
fc719e4 ^

4875813 ^
fc719e4 ^





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