lib/vmail.vim in vmail-0.2.3 vs lib/vmail.vim in vmail-0.2.4
- old
+ new
@@ -687,11 +687,12 @@
nnoremap <silent> <buffer> <Leader>B :call <SID>focus_list_window()<cr>call <SID>move_to_mailbox(1)<CR>
nnoremap <silent> <buffer> <leader>e :call <SID>focus_list_window()<cr>:call <SID>archive_messages()<cr>
nnoremap <silent> <buffer> u :call <SID>focus_list_window()<cr>:call <SID>update()<CR>
nnoremap <silent> <buffer> <Leader>m :call <SID>focus_list_window()<cr>:call <SID>mailbox_window()<CR>
nnoremap <silent> <buffer> <Leader>A :call <SID>save_attachments()<cr>
- " go fullscreen
nnoremap <silent> <buffer> <Space> :call <SID>maximize_window()<cr>
+ nnoremap <silent> <buffer> <Leader>s :call <SID>focus_list_window()<cr>:call <SID>search_query()<cr>
+
endfunc
func! s:message_list_window_mappings()
noremap <silent> <buffer> <cr> :call <SID>show_message()<CR>
noremap <silent> <buffer> q :qal!<cr>