* mug-msg-list-view: remember query, add mug_msg_list_view_get_query to
retrieve it. update mug.cc to use in in the statusbar
This commit is contained in:
@ -59,6 +59,7 @@ int mug_msg_list_view_query (MugMsgListView *self, const char *query);
|
||||
gboolean mug_msg_list_view_move_prev (MugMsgListView *self);
|
||||
gboolean mug_msg_list_view_move_next (MugMsgListView *self);
|
||||
|
||||
const gchar* mug_msg_list_view_get_query (MugMsgListView *self);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user