[Pkg-wmaker-commits] [wmbiff] 41/77: be descriptive in TODO
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Thu Aug 20 03:01:10 UTC 2015
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a commit to tag wmbiff_0_4_0
in repository wmbiff.
commit d66a8d06bacdefb7dbd3cb1c1e1736e08ad5d1b4
Author: bluehal <bluehal>
Date: Mon Apr 15 22:58:05 2002 +0000
be descriptive in TODO
---
TODO | 48 ++++++++++++++++++++++++++++++++++++------------
1 file changed, 36 insertions(+), 12 deletions(-)
diff --git a/TODO b/TODO
index 52c0119..116ea27 100644
--- a/TODO
+++ b/TODO
@@ -1,13 +1,37 @@
-- Store and verify server certificates.
-- Runtime back-tick expansion
-- \ line continuations in configuration file.
-- Remove (*open)() from mbox_t
-- Add more shell "recipes" besides gicu.
-- Support on/off status LED's, for, for example,
- grep eth0 /proc/net/dev | wc -l
-- Add a failure-expect case in tlsComm. For example,
- an IMAP status query has a good response (* STATUS)
- and a bad response (a003 NO STATUS). As soon as
- one of them is received, we're done.
+* Store and verify server certificates.
+ I don't know whether gnutls supports this. A pointer to
+ documentation that describes what to do, or a way to leech
+ stored certificates or CA's from mutt would be great.
+* Runtime back-tick expansion
+ Because interesting mailboxes can be defined by date.
+* \ line continuations in configuration file.
+ Because shell commands can be quite long.
+* Remove (*open)() from mbox_t
+ Because it's rarely used, and can be easily integrated
+ with the command check.
+* Generic constructors for mboxes.
+ There's a lot of common code across different Clients;
+ this is one piece that could use refactoring.
+* Add more shell "recipes" besides gicu.
+ Just added 'finger'. I'm hoping to add something to
+ integrate 'remind' just as soon as I can figure it out.
+* Support on/off status LED's, for, for example,
+ grep eth0 /proc/net/dev | wc -l
+ The colored LED's are already in WMBiff's pixmap.
+* Use a helper program to blink keyboard led's.
+ Requires killing the 'notify' program when new mail no
+ longer exists. Keyboard blinking is done via a helper
+ program because it requires root. ledcontrol seems ok,
+ but extra complicated, and has a useless default install
+ that requires root. xbuffy's led program seems quite
+ good, but depending on another biff program seems odd.
+* Add a failure-expect case in tlsComm.
+ For example, an IMAP status query has a good response (*
+ STATUS) and a bad response (a003 NO STATUS). As soon as
+ one of them is received, we're done.
-$Id: TODO,v 1.6 2002/04/15 08:15:18 bluehal Exp $
+$Id: TODO,v 1.7 2002/04/15 22:58:05 bluehal Exp $
+
+;;; Local Variables: ***
+;;; mode: outline ***
+;;; End: ***
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbiff.git
More information about the Pkg-wmaker-commits
mailing list