X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=TODO;h=f384c55483f3dcd1a1984ec7589533a665c2e83d;hb=2d178478460edcfdc4055642761b157ecb32c28f;hp=321512fc7375017ed8f302c094bcb0b90917be6b;hpb=930803001074c64094176e2219dbef7da2b423f9;p=pkg%2Ft-prot.git diff --git a/TODO b/TODO index 321512f..f384c55 100644 --- a/TODO +++ b/TODO @@ -2,22 +2,20 @@ ==================== For more issues and/or some details, please see the BUGS section of -the man page. +the man page. To report bugs, please first see the REPORTING BUGS +section of the man page. -To report bugs, please first see the BUGS file. To make suggestions or tell about features you miss, please drop an email to . Known Bugs (more severe ones come first) -======================================== - * In raw multipart messages we snip MS-like TOFU even if there -is no relevant text above -- we will have to detect Boundaries and -Content-Type lines as for "$mua eq mutt" in t-prot, l.671. +---------------------------------------- +(none) Wishlist -======== +-------- * Better heuristics for M$ style TOFU. The actual algorithm still is just too greedy (actually, it simply snips most things down to the signature). User ignorance makes it tricky to detect gold inside the @@ -29,7 +27,7 @@ graph using these both). Rejected issues -=============== +--------------- * If you set mutt's display_filter to "tee foo" when viewing a pgp signed message and attach the resulting file to a pgp signed message, the result is confusion when displaying this new message with t-prot. @@ -41,21 +39,21 @@ t-prot's responsibility to make *everything* look good and readable. -Known Bugs for t-prot.sl (more severe ones come first) -====================================================== - * Mailing list footers seem not always to be snipped correctly -from MIME/multipart messages if called by t-prot.sl. + TODO LIST FOR T-PROT.SL + ======================= - -Wishlist for t-prot.sl -====================== +Wishlist +-------- Known problems: * t-prot.sl interacts badly with some other macros using the -read_article_hook. - * ESC-0/ESC-1 as described in t-prot.sl does not take effect on the -article currently displayed (just on those processed later on). +read_article_hook. We should at least document the What and Why. Anyone +with some more S-Lang experience volunteering for this? ;) + * ESC-6/ESC-7 as described in t-prot.sl does not take effect on the +article currently displayed (just on those processed later on). It would +be nice to have an alternative taking effect immediately. + Please remember that t-prot.sl is an *example* script (for you to get an idea on how to integrate t-prot into other software), so these are really low priority. However, patches in unified diff format are always -welcome. ;) +welcome.