]> git.deb.at Git - pkg/t-prot.git/blob - TODO
Imported Debian patch 1.99.1+2.0-rc2-0.sarge.1
[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 (none)
15
16
17 Wishlist
18 --------
19     * Better heuristics for M$ style TOFU. The actual algorithm still
20 is just too greedy (actually, it simply snips most things down to the
21 signature). User ignorance makes it tricky to detect gold inside the
22 crap, though. As always, comments and ideas are welcome.
23
24     * New option to block-align lines of text. Should be especially
25 pleasing when used together with -k (you could re-align a whole para-
26 graph using these both).
27
28
29 Rejected issues
30 ---------------
31     * If you set mutt's display_filter to "tee foo" when viewing a pgp
32 signed message and attach the resulting file to a pgp signed message,
33 the result is confusion when displaying this new message with t-prot.
34
35 This sounds much like "garbage in, garbage out", so just keep in mind
36 that the whole idea behind t-prot using the display_filter thing is
37 that you can turn it off with just one key stroke. It is definitely not
38 t-prot's responsibility to make *everything* look good and readable.
39
40
41
42         TODO LIST FOR T-PROT.SL
43         =======================
44
45 Wishlist
46 --------
47 Known problems:
48     * t-prot.sl interacts badly with some other macros using the
49 read_article_hook. We should at least document the What and Why. Anyone
50 with some more S-Lang experience volunteering for this? ;)
51     * ESC-6/ESC-7 as described in t-prot.sl does not take effect on the
52 article currently displayed (just on those processed later on). It would
53 be nice to have an alternative taking effect immediately.
54
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. ;)