himalaya 0.5.7

Command-line interface for email management
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
setlocal filetype=mail
setlocal foldexpr=himalaya#shared#thread#fold(v:lnum)
setlocal foldmethod=expr
setlocal startofline

if exists("g:himalaya_complete_contact_cmd")
  setlocal completefunc=himalaya#msg#complete_contact
endif

call himalaya#shared#bindings#define([
  \["n", "ga", "msg#add_attachment"],
\])

augroup himalaya_write
  autocmd! * <buffer>
  autocmd  BufWriteCmd <buffer> call himalaya#msg#draft_save()
  autocmd  BufLeave    <buffer> call himalaya#msg#draft_handle()
augroup end