mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-25 12:28:09 +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
|
" --- --- search screen action functions {{{2
|
||||||
|
|
||||||
function! s:NM_search_show_thread()
|
function! s:NM_search_show_thread()
|
||||||
let id = NM_search_find_thread_id()
|
let id = <SID>NM_search_find_thread_id()
|
||||||
if id != ''
|
if id != ''
|
||||||
call s:NM_cmd_show([id])
|
call s:NM_cmd_show([id])
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue