File: TODO

package info (click to toggle)
asmail 2.1-7
  • links: PTS
  • area: main
  • in suites: forky, trixie
  • size: 1,340 kB
  • sloc: ansic: 3,050; sh: 183; makefile: 93
file content (18 lines) | stat: -rw-r--r-- 1,099 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
* More options for text - left, right align and center
* Double-buffer for X
* Allow secure connection to remote collections. This is a standard nowadays 
  and I don't feel too secure knowing my password in plaintext is being sent 
  every 4 mins or so over the net...
* Fix message count display - The number of messages, for me, is being 
  displayed only on non-transparent area of the icon.
  (this may well be impossible though, AFAIK)
* Maybe add different color for displaying "New" messages (if any) for a 
  collection and if none are found, display old messages count in old fashion.
* Allow other file formats than xpm as icons...
* Add "reconfigure" option - asmail just sends a signal to a running instance, 
  to tell it to reload config and check mail now, daemon style. (like, you 
  could add it to "Execute" entry of .asmailrc and keep clicking on asmail 
  impatiently to check if the desired mail has finally arrived :)
* Separate "Execute" when there's new mail and when no new mail is present. 
  I.E. launch "read mail" when new is available or "compose" when there's none.