diff --git a/mug/TODO b/mug/TODO index fd7c6167..d20a29df 100644 --- a/mug/TODO +++ b/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 diff --git a/mug/mug.cc b/mug/mug.cc index 3a6dc297..b84f83f3 100644 --- a/mug/mug.cc +++ b/mug/mug.cc @@ -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;