lib/vmail.vim in vmail-1.5.9 vs lib/vmail.vim in vmail-1.6.0
- old
+ new
@@ -852,10 +852,10 @@
" send window width
call system(s:set_window_width_command . winwidth(1))
" TODO complete this feature later. Don't release it half-baked
-" autocmd VimResized <buffer> call system(s:set_window_width_command . winwidth(1))
+autocmd VimResized <buffer> call system(s:set_window_width_command . winwidth(1))
autocmd bufreadpost *.txt call <SID>turn_into_compose_window()
call system(s:select_mailbox_command . shellescape(s:mailbox))
call s:do_search()