X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=TODO.mutt-ng;h=36f5cc9f188a723682eacc2a5427c2b25d1d4714;hp=13c29c6d551247ec651ffe9001f57fe1c2ee9dc1;hb=cf69ddd650f124d3aed242285434ba2b97fb4b79;hpb=d5d13e54717e8b40df8c9283bbc62cf680b49170 diff --git a/TODO.mutt-ng b/TODO.mutt-ng index 13c29c6..36f5cc9 100644 --- a/TODO.mutt-ng +++ b/TODO.mutt-ng @@ -13,6 +13,12 @@ Here's a list of all mutt-ng specific TODOs (not in priority order): - Stop making up names of global functions with mutt_*; give meaningful names and declare them in the right headers to eventually obsolote - protos.h + protos.h. This counts for data typedef's, too! Write one header and + one source file per datatype, do proper information hiding and thus + provide sane internal abstraction to get "future ready." For example, + for all the mailbox handling, the mbox_*/mmdf_* and mh_*/maildir_* + functions should only be called directly in the right abstraction + layer's implementation. And so forth. -- Convert all the names in manual.sgml.head/tail +- Improve documentation, update/rewrite/remove README.SSL and files in doc/ + all other documents in directory root are up-to-date