X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=TODO.mutt-ng;h=86e717aa28e42f40f374035d5f8f438209cf3433;hp=350725350b6835098982346fa4206d80970ebb04;hb=58fbf95737a7601f6e139e39b9f69d102c7e858d;hpb=2c311482c97a1b222ef240dae3383ce2e11a0c23 diff --git a/TODO.mutt-ng b/TODO.mutt-ng index 3507253..86e717a 100644 --- a/TODO.mutt-ng +++ b/TODO.mutt-ng @@ -1,21 +1,11 @@ -Here's a list of all mutt-ng specific TODOs: +Here's a list of all mutt-ng specific TODOs (not in priority order): -rename smime_keys, pgpewrap and pgpring -muttngbug must call fleang, not flea +Check why sidebar-next-new doesn't switch to mailboxes if they don't fit in the +sidebar and you have to scroll down. -We need to modify the build scripts and paths in the source so that mutt-ng doesn't conflict in any -way with mutt. +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. - -Remove all the multibyte-character handling stuff. It only makes the source code complicated, and -doesn't add any special functionality - no, in one case, it already caused lots of problems. - -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/ ?)