X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=TODO.mutt-ng;fp=TODO.mutt-ng;h=271af3376492035ee0185c0824d21a6b6ac9a78e;hp=9525aa12f0286fc61cd4674613270a84a438c4e4;hb=ee1d4d931ca3ebec494694b74a1868a7a2e631e3;hpb=021836b3da95b9243e9f8386d87d220ab4f7f7b7 diff --git a/TODO.mutt-ng b/TODO.mutt-ng index 9525aa1..271af33 100644 --- a/TODO.mutt-ng +++ b/TODO.mutt-ng @@ -13,7 +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