Andreas Krennmair:
authorak1 <ak1@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Fri, 7 Jan 2005 14:07:29 +0000 (14:07 +0000)
committerak1 <ak1@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Fri, 7 Jan 2005 14:07:29 +0000 (14:07 +0000)
added TODO file with mutt-ng-specific things.

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@3 e385b8ad-14ed-0310-8656-cc95a2468c6d

TODO.mutt-ng [new file with mode: 0644]

diff --git a/TODO.mutt-ng b/TODO.mutt-ng
new file mode 100644 (file)
index 0000000..f319dca
--- /dev/null
@@ -0,0 +1,14 @@
+Here's a list of all mutt-ng specific TODOs:
+
+We need to modify the build scripts and paths in the source so that mutt-ng doesn't conflict in any
+way with mutt.
+
+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.