envoyer
envoyer copied to clipboard
Implement threads_list_box as ListView
ListViews are the newer better GTK API.
With ListBox we cannot set the selection correctly after reloading the items.
Likely the solution would be to use folders_list_model.connect_items_changed and in the handler use selection_model.select_item to reselect. Hopefully there will be no flicker, but I'm not sure.