search_button_handler: Remove unnecessary id lookup

(imported from commit e6da0cfa0b39e48c63464eaf91673c3133ad4cd4)
This commit is contained in:
Keegan McAllister 2012-11-01 14:23:15 -04:00
parent 3de0a0d1dd
commit 3b78280786
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ function search_button_handler(reverse) {
return;
}
select_message_by_id(rows.id(res));
select_message(res);
highlight_match(res, query);
scroll_to_selected();
}