* cosmetic

This commit is contained in:
Dirk-Jan C. Binnema 2010-11-03 08:10:26 +02:00
parent 1e30e0a602
commit 533c27246a
2 changed files with 0 additions and 3 deletions

View File

@ -9,7 +9,6 @@
- [ ] unread mails => bold, important mails => red
- [ ] detail info about current msg
- [X] guess maildir
- [ ] properties dialog
- [ ] bookmarks
- [ ] icon / .desktop file
- [X] clear msg when starting new query

View File

@ -54,7 +54,6 @@ mug_menu (void)
enum _ToolAction {
ACTION_PREV_MSG = 1,
ACTION_NEXT_MSG,
ACTION_SHOW_PREFS,
ACTION_DO_QUIT,
ACTION_ABOUT,
ACTION_SEPARATOR /* pseudo action */
@ -98,7 +97,6 @@ mug_toolbar (MugData *mugdata)
{GTK_STOCK_GO_UP, ACTION_PREV_MSG},
{GTK_STOCK_GO_DOWN, ACTION_NEXT_MSG},
{NULL, ACTION_SEPARATOR},
{GTK_STOCK_PREFERENCES, ACTION_SHOW_PREFS},
{GTK_STOCK_ABOUT, ACTION_ABOUT},
{NULL, ACTION_SEPARATOR},
{GTK_STOCK_QUIT, ACTION_DO_QUIT},