lib/vmail.vim in vmail-1.1.0 vs lib/vmail.vim in vmail-1.1.1
- old
+ new
@@ -854,10 +854,11 @@
call s:focus_list_window() " to go list window
" send window width
call system(s:set_window_width_command . winwidth(1))
-autocmd VimResized <buffer> 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 bufreadpost *.txt call <SID>turn_into_compose_window()
call system(s:select_mailbox_command . shellescape(s:mailbox))
call s:do_search()