File: TODO

package info (click to toggle)
gnubiff 2.2.17-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,892 kB
  • sloc: cpp: 10,404; sh: 9,116; ansic: 457; makefile: 157; xml: 18
file content (31 lines) | stat: -rw-r--r-- 1,158 bytes parent folder | download | duplicates (10)
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
28
29
30
31

Version 2.2.x:
--------------

To do:

- Uniformize functions comments (I really liked your way of commenting
  functions Robert so I will try to do that for remaining sources)
- Cleanup Mailbox::parse()
- Cleanup Options::update_gui()
- Fix bugs ;-)

Version 2.x.0:
--------------

* Summary instead of immediate notification (see RFE on sourceforge)
* Make error handling when reading/parsing mail more consistent. At the moment
  sometimes no warning is printed, always a warning is printed or a warning is
  printed in debug mode. Perhabs (new option?) print the error message in the
  tooltip? (this could be done by giving the message as parameters to the
  exceptions)
* Shall some options removed from the GUI, added to the GUI (e.g. imap idling)
* Tooltips: Write where pango-markup can be used, explain standard port number
* Only one FAM call for all local mailboxes. Still parse mails in multiple
  threads
* Substitute gtk_window_present() in ui-popup.cc by something that isn't
  system dependent and does not steal the keyboard focus
* HTML mails?
* Bug in Mailbox::mark_messages_as_read
* Cleanup of src/gnubiff.cc
* See RFEs on sourceforge