]> git.deb.at Git - pkg/t-prot.git/blobdiff - TODO
Imported Upstream version 2.3
[pkg/t-prot.git] / TODO
diff --git a/TODO b/TODO
index ccb134e4175b89c8c86e93b015c0f4f6414a9902..b5575d5710c3553ca327c865a37eb932eb761be3 100644 (file)
--- a/TODO
+++ b/TODO
@@ -2,9 +2,9 @@
        ====================
 
 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 <t-prot@tolot.escape.de>.
 
@@ -16,18 +16,22 @@ Known Bugs (more severe ones come first)
 
 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
-crap, though. As always, comments and ideas are welcome.
-
-    * New option to block-align lines of text. Should be especially
-pleasing when used together with -k (you could re-align a whole para-
-graph using these both).
+    * Support for gpg2. Please send an email to <t-prot@tolot.escape.de>
+if you want this feature in vanilla t-prot.
 
 
 Rejected issues
 ---------------
+    * Improving heuristics for M$ style TOFU is way tricky. In the end,
+it's just plain guessing what is newly added text and what is quoted,
+in particular with most "modern" MUAs disgustingly trying to invent some
+new way of (not machine-parseable, of course) quoting that makes guessing
+even harder.
+
+    * Block-align lines of text. Same problem as above: It's really hard
+guesswork to figure out what is intentional formatting and what is just
+user laziness. Patches solving this issue are greatly welcome, of course.
+
     * 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.
@@ -56,4 +60,4 @@ 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.