File: TODO

package info (click to toggle)
away 0.9.5%2Bds-0%2Bnmu2
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, jessie, jessie-kfreebsd, stretch, trixie
  • size: 248 kB
  • sloc: ansic: 654; makefile: 21; sh: 13
file content (27 lines) | stat: -rw-r--r-- 883 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
TODO/WISHLIST for Away
----------------------
Email suggestions to away@unbeatenpath.net

- See if we can get around having to depend on the setenv() stuff or at
  least consolidate the vars into on single var.

- Possibly add a hook so that the path to a folder with new mail could
  be passed to an external command...then that command could print
  whatever message the user wants to conjure up.  use -e option to do
  this.

- Get code from the vlock program to disallow virtual terminal
  switching...not a priority.

- Designate a signal to allow superuser authentication.  This would
  prevent some luser from locking all of the VTs.

- GNU-ize (create a configure script, etc; migrate to /data and /src
  directory structure)

- Break up source into more files (help.[ch], mail.[ch], ...)

- Maildir folder support (primarily for systems with qmail)

- gettext i18n support