]> git.notmuchmail.org Git - notmuch/blobdiff - vim/plugin/notmuch.vim
vim: use notmuch show --entire-thread
[notmuch] / vim / plugin / notmuch.vim
index b415f500a167619151afc3d623542a8aabb7efaa..f33d0582c9153018e084f0625d8eca062a159493 100644 (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)