* update TODO, cosmetics
This commit is contained in:
5
mug/TODO
5
mug/TODO
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
- [X] column sizing
|
- [X] column sizing
|
||||||
- [X] query in status bar
|
- [X] query in status bar
|
||||||
- [ ] tool bar working
|
- [X] tool bar working
|
||||||
- [ ] pretty-print addresses
|
- [ ] pretty-print addresses
|
||||||
- [ ] pretty-print dates
|
- [ ] pretty-print dates
|
||||||
- [X] up/down arrows => need msg-list-view support
|
- [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
|
- [ ] detail info about current msg
|
||||||
- [X] guess maildir
|
- [X] guess maildir
|
||||||
- [ ] bookmarks
|
- [ ] bookmarks
|
||||||
@ -18,6 +18,7 @@
|
|||||||
- [ ] add about menu
|
- [ ] add about menu
|
||||||
- [X] make scrollbars automatic
|
- [X] make scrollbars automatic
|
||||||
- [ ] progress-bar, incremental
|
- [ ] progress-bar, incremental
|
||||||
|
- [ ] cmdline arg for mu home dir
|
||||||
|
|
||||||
# Local Variables:
|
# Local Variables:
|
||||||
# mode: org; org-startup-folded: t
|
# 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 = (ToolAction)GPOINTER_TO_UINT(g_object_get_data(G_OBJECT(btn),
|
||||||
"action"));
|
"action"));
|
||||||
switch (action) {
|
switch (action) {
|
||||||
|
|
||||||
case ACTION_DO_QUIT:
|
case ACTION_DO_QUIT:
|
||||||
gtk_main_quit();
|
gtk_main_quit();
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user