about summary refs log tree commit diff stats
path: root/lib/msgstore.go
diff options
context:
space:
mode:
Diffstat (limited to 'lib/msgstore.go')
-rw-r--r--lib/msgstore.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/msgstore.go b/lib/msgstore.go
index 071a504..56d9eda 100644
--- a/lib/msgstore.go
+++ b/lib/msgstore.go
@@ -294,7 +294,7 @@ func (store *MessageStore) Move(uids []uint32, dest string, createDest bool,
 		store.worker.PostAction(&types.CreateDirectory{
 			Directory: dest,
 			Quiet:     true,
-		}, cb)
+		}, nil) // quiet doesn't return an error, don't want the done cb here
 	}
 
 	store.worker.PostAction(&types.CopyMessages{
binds.conf?h=0.5.0&id=79b459ecb0da7759de617d164cb1cafc4a6be1c8'>^
455c6f0 ^






f5bf4a9 ^



455c6f0 ^
f5bf4a9 ^
455c6f0 ^
acfe7d7 ^
f5bf4a9 ^
10a3d9d ^

11a569f ^



6c03596 ^
f5bf4a9 ^

67ddaea ^
04d9ab3 ^

5d0402a ^
04d9ab3 ^

04d9ab3 ^
0ec970b ^
150a271 ^
e367469 ^

08855f2 ^

0897413 ^

28fc9fa ^
acfe7d7 ^
04d9ab3 ^
577248f ^
f77d7c2 ^

702ad43 ^
f77d7c2 ^





577248f ^






f77d7c2 ^



887ff65 ^
52b3181 ^

f77d7c2 ^
04d9ab3 ^





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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90