X-Git-Url: http://git.madism.org/?a=blobdiff_plain;ds=sidebyside;f=TODO.mutt-ng;h=cafd150d7b12c99b1cb4d1dbd5e3ec649eb506c1;hb=b2a6a9673e124c222f921650a6f0025b64ab2145;hp=9525aa12f0286fc61cd4674613270a84a438c4e4;hpb=1106413431b72d14d6f1208d611c489931ea4499;p=apps%2Fmadmutt.git diff --git a/TODO.mutt-ng b/TODO.mutt-ng index 9525aa1..cafd150 100644 --- a/TODO.mutt-ng +++ b/TODO.mutt-ng @@ -13,8 +13,11 @@ 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 - -- Check line numbers in translation files