lib/vmail.vim in vmail-1.2.1 vs lib/vmail.vim in vmail-1.2.2
- old
+ new
@@ -159,10 +159,10 @@
endfunction
" invoked from withint message window
function! s:show_raw()
- let command = s:show_message_command . s:current_message_index . ' raw'
+ let command = s:show_message_command . s:uid . ' raw'
echo command
setlocal modifiable
1,$delete
let res = system(command)
put =res