blob: d780315292f1932fdf4ad5d721e74c1e0316de2c (
plain)
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
|
#-*-mode:org-*-
#+STARTUP:showall
* Future release
** release 0.9 [%]
- [ ] bookmarks
- [ ] query on time
- [ ] mu-setup (?)
- [ ] mu stats
- [ ] follow symlinks when indexing
- [ ] ansi-colors in output
- [ ] config system (config file) (?)
- [ ] search for date interval etc.
- [ ] detect mail threads (?)
- [ ] clean up mu-msg-field, add formatting(?)
- [ ] xml,json,sexp output
- [ ] completion for zsh
- [ ] don't make test mail files executable
** release 0.8 [100%]
- [X] remove gio dependency
- [X] fix macos/wordexp bug(?)
- [X] fix rhel5 installation issue
- [X] fix non-ascii searches
- [X] summary
- [X] attachment handling
- [X] review docs
- [X] add summary unit test(s)
- [X] add attachment unit test(s)
- [X] fix e-mail address searches (issue #21)
- [X] mu-easy.1, man page with simple examples
- [X] fix progress info
* Release already done
** release 0.7 [100%]
- [X] signal handler for indexing
- [X] fix max 10000 matches limit
- [X] embed database version in database
- [X] MuMsgXapian => MuMsgIterXapian
- [X] make 'make distcheck' work
- [X] don't store both values and terms
- [X] fix the batch stuff
- [X] mu view <path>
- [X] basic test suite
- [X] auto clean log file
- [X] configure error for missing ->dt_dtype
** release 0.6 [100%] <2010-01-23 Sat>
- [X] implement re-index
- [X] mu-index config options
- [X] check which options actually work, remove rest
- [X] fix AND/OR escaping issue
- [X] update web page
- [X] man page / help
- [X] --mode for mkdir
- [X] add mu cleanup
- [X] add --clear option for --linksdir
- [X] document support for mutt, wanderlust
- [X] check cmdline letters
- [X] add mkmdir
- [X] re-add symlink support for search
- [X] support MAILDIR
- [X] config system (centralize options)
- [X] logging system
- [X] better output for indexing (statistics)
- [X] size check in indexing (~15Mb)
- [X] change directory setup a bit (~/.mu/xapian)
- [X] remove path-is-absolute checks
- [X] valgrind checking
- [X] check existing bugs in c.g.c
- [X] cleanup ascending/descending stuff
- [X] testing
|