mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-25 12:28:09 +01:00
vim: use notmuch show --entire-thread
This commit is contained in:
parent
d50c67d53b
commit
8a3352e619
1 changed files with 1 additions and 1 deletions
|
@ -408,7 +408,7 @@ endfunction
|
|||
|
||||
function! s:NM_cmd_show(words)
|
||||
let prev_bufnr = bufnr('%')
|
||||
let data = s:NM_run(['show'] + a:words)
|
||||
let data = s:NM_run(['show', '--entire-thread'] + a:words)
|
||||
let lines = split(data, "\n")
|
||||
|
||||
let info = s:NM_cmd_show_parse(lines)
|
||||
|
|
Loading…
Reference in a new issue