* update TODO, cosmetics

This commit is contained in:
Dirk-Jan C. Binnema 2010-11-03 23:28:06 +02:00
parent df57723ec7
commit f93b6ecbbd
2 changed files with 4 additions and 3 deletions

View File

@ -2,11 +2,11 @@
- [X] column sizing
- [X] query in status bar
- [ ] tool bar working
- [X] tool bar working
- [ ] pretty-print addresses
- [ ] pretty-print dates
- [X] up/down arrows => need msg-list-view support
- [ ] unread mails => bold, important mails => red
- [X] unread mails => bold, important mails => red
- [ ] detail info about current msg
- [X] guess maildir
- [ ] bookmarks
@ -18,6 +18,7 @@
- [ ] add about menu
- [X] make scrollbars automatic
- [ ] progress-bar, incremental
- [ ] cmdline arg for mu home dir
# Local Variables:
# mode: org; org-startup-folded: t

View File

@ -67,7 +67,7 @@ on_tool_button_clicked (GtkToolButton *btn, MugData *mugdata)
action = (ToolAction)GPOINTER_TO_UINT(g_object_get_data(G_OBJECT(btn),
"action"));
switch (action) {
case ACTION_DO_QUIT:
gtk_main_quit();
break;