refresh email list on load buffer (#125)

This commit is contained in:
Clément DOUIN
2021-04-24 23:13:51 +02:00
parent 15c635eb1d
commit 2d299e1d42
4 changed files with 21 additions and 8 deletions
+1 -1
View File
@@ -1,8 +1,8 @@
setlocal bufhidden=wipe
setlocal buftype=nofile
setlocal cursorline
setlocal nomodifiable
setlocal nowrap
setlocal startofline
call himalaya#shared#bindings#define([
\["n", "gm" , "mbox#input" ],
-1
View File
@@ -4,7 +4,6 @@ setlocal cursorline
setlocal foldexpr=himalaya#shared#thread#fold(v:lnum)
setlocal foldmethod=expr
setlocal nomodifiable
setlocal startofline
call himalaya#shared#bindings#define([
\["n", "gw", "msg#write" ],