]> 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. To report bugs, please first see the REPORTING BUGS
6 section of the man page.
7
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     * Support for gpg2. Please send an email to <t-prot@tolot.escape.de>
20 if you want this feature in vanilla t-prot.
21
22
23 Rejected issues
24 ---------------
25     * Improving heuristics for M$ style TOFU is way tricky. In the end,
26 it's just plain guessing what is newly added text and what is quoted,
27 in particular with most "modern" MUAs disgustingly trying to invent some
28 new way of (not machine-parseable, of course) quoting that makes guessing
29 even harder.
30
31     * Block-align lines of text. Same problem as above: It's really hard
32 guesswork to figure out what is intentional formatting and what is just
33 user laziness. Patches solving this issue are greatly welcome, of course.
34
35     * If you set mutt's display_filter to "tee foo" when viewing a pgp
36 signed message and attach the resulting file to a pgp signed message,
37 the result is confusion when displaying this new message with t-prot.
38
39 This sounds much like "garbage in, garbage out", so just keep in mind
40 that the whole idea behind t-prot using the display_filter thing is
41 that you can turn it off with just one key stroke. It is definitely not
42 t-prot's responsibility to make *everything* look good and readable.
43
44
45
46         TODO LIST FOR T-PROT.SL
47         =======================
48
49 Wishlist
50 --------
51 Known problems:
52     * t-prot.sl interacts badly with some other macros using the
53 read_article_hook. We should at least document the What and Why. Anyone
54 with some more S-Lang experience volunteering for this? ;)
55     * ESC-6/ESC-7 as described in t-prot.sl does not take effect on the
56 article currently displayed (just on those processed later on). It would
57 be nice to have an alternative taking effect immediately.
58
59
60 Please keep in mind that t-prot.sl is an *example* script (for you to get
61 an idea on how to integrate t-prot into other software), so these are
62 really low priority. However, patches in unified diff format are always
63 welcome.