lib/vmail.vim in vmail-2.4.9 vs lib/vmail.vim in vmail-2.5.0

- old
+ new

@@ -47,10 +47,12 @@ setlocal nospell " setlocal nobuflisted setlocal textwidth=0 setlocal noreadonly " hi CursorLine cterm=NONE ctermbg=darkred ctermfg=white guibg=darkred guifg=white - setlocal cursorline + + " let user set this + " setlocal cursorline " we need the bufnr to find the window later let s:listbufnr = bufnr('%') let s:listbufname = bufname('%') setlocal statusline=%!VmailStatusLine() call s:message_list_window_mappings()