X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=TODO.mutt-ng;h=506f5b714596c2799c677f2642c4df7694b47782;hp=f319dcae8477bde6b0963e573891a5fa8ad33398;hb=f6aab6b0c36b70826d4b66ac2454d219ed04eb6e;hpb=ba6e54aa3353a57727af57294bedf31b3578b953 diff --git a/TODO.mutt-ng b/TODO.mutt-ng index f319dca..506f5b7 100644 --- a/TODO.mutt-ng +++ b/TODO.mutt-ng @@ -1,7 +1,10 @@ -Here's a list of all mutt-ng specific TODOs: +Here's a list of all mutt-ng specific TODOs (not in priority order): -We need to modify the build scripts and paths in the source so that mutt-ng doesn't conflict in any -way with mutt. +muttngbug must call fleang, not flea + +Really make sure that there're no more files installed with conflicting +paths between mutt <-> mutt-ng. Update documentation to state that +there're new version of all helper programs. We need to do a security audit. At least remove all the unsafe function calls, even when they're marked with "secure" or "checked", and replace it with secure alternatives instead. @@ -12,3 +15,7 @@ doesn't add any special functionality - no, in one case, it already caused lots Update the ChangeLog file or create a new ChangeLog.mutt-ng file. Incorporate a lot more patches that are floating around in the web. + +Investigate why build w/ the following cmdline fails: +./configure +(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/ ?)