]> git.deb.at Git - pkg/t-prot.git/blob - TODO
Merge branch 'upstream'
[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
15 (none)
16
17
18 Wishlist
19 ========
20     * Better heuristics for M$ style TOFU. The actual algorithm still
21 is just too greedy (actually, it simply snips most things down to the
22 signature). User ignorance makes it tricky to detect gold inside the
23 crap, though. As always, comments and ideas are welcome.
24
25     * New option to block-align lines of text. Should be especially
26 pleasing when used together with -k (you could re-align a whole para-
27 graph using these both).
28
29
30 Rejected issues
31 ===============
32     * If you set mutt's display_filter to "tee foo" when viewing a pgp
33 signed message and attach the resulting file to a pgp signed message,
34 the result is confusion when displaying this new message with t-prot.
35
36 This sounds much like "garbage in, garbage out", so just keep in mind
37 that the whole idea behind t-prot using the display_filter thing is
38 that you can turn it off with just one key stroke. It is definitely not
39 t-prot's responsibility to make *everything* look good and readable.
40
41
42 Known Bugs for t-prot.sl (more severe ones come first)
43 ======================================================
44     * Mailing list footers seem not always to be snipped correctly
45 from MIME/multipart messages if called by t-prot.sl.
46
47
48 Wishlist for t-prot.sl
49 ======================
50 Known problems:
51     * t-prot.sl interacts badly with some other macros using the
52 read_article_hook.
53     * ESC-0/ESC-1 as described in t-prot.sl does not take effect on the
54 article currently displayed (just on those processed later on).
55
56 Please remember that t-prot.sl is an *example* script (for you to get
57 an idea on how to integrate t-prot into other software), so these are
58 really low priority. However, patches in unified diff format are always
59 welcome. ;)