vim: use notmuch show --entire-thread

This commit is contained in:
Bart Trojanowski 2009-11-27 21:49:40 -05:00 committed by Carl Worth
parent d50c67d53b
commit 8a3352e619

View file

@ -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)