]> git.deb.at Git - pkg/t-prot.git/blob - TODO
Imported Upstream version 1.98
[pkg/t-prot.git] / TODO
1         TODO LIST FOR T-PROT
2         ====================
3
4 For more issues and/or some details, please see the BUGS section of
5 the man page.
6
7 To report bugs, please first see the BUGS file.
8 To make suggestions or tell about features you miss, please drop an
9 email to <t-prot@tolot.escape.de>.
10
11
12 Known Bugs (more severe ones come first)
13 ========================================
14     * In raw multipart messages we snip MS-like TOFU even if there
15 is no relevant text above -- we will have to detect Boundaries and
16 Content-Type lines as for "$mua eq mutt" in t-prot, l.671.
17
18
19 Wishlist
20 ========
21     * Better heuristics for M$ style TOFU. The actual algorithm still
22 is just too greedy (actually, it simply snips most things down to the
23 signature). User ignorance makes it tricky to detect gold inside the
24 crap, though. As always, comments and ideas are welcome.
25
26     * New option to block-align lines of text. Should be especially
27 pleasing when used together with -k (you could re-align a whole para-
28 graph using these both).
29
30
31 Rejected issues
32 ===============
33     * If you set mutt's display_filter to "tee foo" when viewing a pgp
34 signed message and attach the resulting file to a pgp signed message,
35 the result is confusion when displaying this new message with t-prot.
36
37 This sounds much like "garbage in, garbage out", so just keep in mind
38 that the whole idea behind t-prot using the display_filter thing is
39 that you can turn it off with just one key stroke. It is definitely not
40 t-prot's responsibility to make *everything* look good and readable.
41
42
43
44 Known Bugs for t-prot.sl (more severe ones come first)
45 ======================================================
46     * Mailing list footers seem not always to be snipped correctly
47 from MIME/multipart messages if called by t-prot.sl.
48
49
50 Wishlist for t-prot.sl
51 ======================
52 Known problems:
53     * t-prot.sl interacts badly with some other macros using the
54 read_article_hook.
55     * ESC-0/ESC-1 as described in t-prot.sl does not take effect on the
56 article currently displayed (just on those processed later on).
57
58 Please remember that t-prot.sl is an *example* script (for you to get
59 an idea on how to integrate t-prot into other software), so these are
60 really low priority. However, patches in unified diff format are always
61 welcome. ;)