Expand the email for search conversations with only one message.
This commit is contained in:
parent
ec22b33825
commit
cfe68ef8c1
1 changed files with 5 additions and 3 deletions
|
|
@ -482,11 +482,13 @@ public class ConversationViewer : Gtk.Stack {
|
|||
yield highlight_search_terms();
|
||||
} else {
|
||||
compress_emails();
|
||||
// Ensure the last email is always shown
|
||||
Gtk.ListBoxRow last_row = conversation_listbox.get_row_at_index(emails.size - 1);
|
||||
expand_email(last_row, false);
|
||||
}
|
||||
|
||||
// Ensure the last email is always shown
|
||||
Gtk.ListBoxRow last_row =
|
||||
conversation_listbox.get_row_at_index(emails.size - 1);
|
||||
expand_email(last_row, false);
|
||||
|
||||
loading_conversations = false;
|
||||
if (state == ViewState.CONVERSATION) {
|
||||
debug("Emails loaded\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue