Andreas Krennmair:
[apps/madmutt.git] / TODO.mutt-ng
1 Here's a list of all mutt-ng specific TODOs (not in priority order):
2
3 muttngbug must call fleang, not flea
4
5 Really make sure that there're no more files installed with conflicting
6 paths between mutt <-> mutt-ng. Update documentation to state that
7 there're new version of all helper programs.
8
9 We need to do a security audit. At least remove all the unsafe function calls, even when they're
10 marked with "secure" or "checked", and replace it with secure alternatives instead.
11
12 Remove all the multibyte-character handling stuff. It only makes the source code complicated, and
13 doesn't add any special functionality - no, in one case, it already caused lots of problems.
14
15 Update the ChangeLog file or create a new ChangeLog.mutt-ng file.
16
17 Incorporate a lot more patches that are floating around in the web.
18
19 Investigate why build w/ the following cmdline fails:
20 ./configure
21 (or ./configure --with-regex --enable-imap --with-ssl=/usr/local/ssl -enable-buffy-size --with-exec-shell=/bin/zsh --enable-hcache  --with-idn=/usr/local/lib/ ?)