mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 10:58:10 +01:00
fix showing thread
This commit is contained in:
parent
84f33e6546
commit
7888bffce7
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ endfunction
|
|||
" --- --- search screen action functions {{{2
|
||||
|
||||
function! s:NM_search_show_thread()
|
||||
let id = NM_search_find_thread_id()
|
||||
let id = <SID>NM_search_find_thread_id()
|
||||
if id != ''
|
||||
call s:NM_cmd_show([id])
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue