-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathChangeLog
More file actions
61 lines (37 loc) · 1.59 KB
/
ChangeLog
File metadata and controls
61 lines (37 loc) · 1.59 KB
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
2024-12-01 Michał Krzywkowski <k.michal@zoho.com>
Version 0.5.0
- New API function `mu4e-overview-gather' can be used to build
custom views of the hierarchy, e.g. with `speedbar'.
- Fixed a bug where killing the buffer did not kill the running
processes.
- Fixed various compilation warnings.
2024-05-15 Michał Krzywkowski <k.michal@zoho.com>
Version 0.4.1
- Fixed an issue on older mu4e versions where the `mu4e-search'
function may not be defined.
2024-03-30 Michał Krzywkowski <k.michal@zoho.com>
Version 0.4.0
- Adapted to mu4e v1.8.13 and up - should work with versions up to
v1.12.2.
2023-10-27 Michał Krzywkowski <k.michal@zoho.com>
Version 0.3.0
- Fix counting items in a maildir when using BSD wc [GH#9]
- Fix various byte compilation warnings on newer Emacs
- Fix an issue where some non-empty maildirs were incorrectly
reported as empty [GH#8]
2020-08-17 Michał Krzywkowski <k.michal@zoho.com>
Version 0.2.0
- Adapt to mu4e v1.3.7
- New variable mu4e-overview-parallel-processes can be used to
control the number of spawned processes during update. Raising
that limit can speedup the update, but it can also lead to
resource exhaustion when are many maildirs to update. (on some
OSes)
- Fix progress reporter during update: it showed "done" before all
maildirs were updated.
2019-10-20 Michał Krzywkowski <k.michal@zoho.com>
Version 0.1.0
New option: mu4e-overview-maildir-separators controls which
characters are used to split maildir paths into folders.
New option: mu4e-overview-indent-width controls the indentation
level of nested folders.