mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-17 05:07:55 +08:00
add idle_hook_cmds setting
This commit is contained in:
@@ -33,15 +33,15 @@ function! himalaya#msg#list_with(mbox, page, should_throw)
|
||||
endfunction
|
||||
|
||||
function! himalaya#msg#list()
|
||||
try
|
||||
" try
|
||||
let mbox = himalaya#mbox#curr_mbox()
|
||||
let page = himalaya#mbox#curr_page()
|
||||
call himalaya#msg#list_with(mbox, page, 0)
|
||||
catch
|
||||
if !empty(v:exception)
|
||||
redraw | call himalaya#shared#log#err(v:exception)
|
||||
endif
|
||||
endtry
|
||||
" catch
|
||||
" if !empty(v:exception)
|
||||
" redraw | call himalaya#shared#log#err(v:exception)
|
||||
" endif
|
||||
" endtry
|
||||
endfunction
|
||||
|
||||
function! himalaya#msg#read()
|
||||
|
||||
Reference in New Issue
Block a user