* update TODO, cosmetics
This commit is contained in:
5
mug/TODO
5
mug/TODO
@ -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
|
||||
|
||||
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user