mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
8 lines
363 B
VimL
8 lines
363 B
VimL
" notmuch!
|
|
let g:notmuch_config_file=$XDG_CONFIG_HOME . '/notmuch/notmuchrc'
|
|
let g:notmuch_folders_count_threads=0
|
|
let g:notmuch_date_format='%y-%m-%d %H:%M'
|
|
let g:notmuch_datetime_format='%y-%m-%d %H:%M'
|
|
let g:notmuch_show_date_format='%Y/%m/%d %H:%M'
|
|
let g:notmuch_search_date_format='%Y/%m/%d %H:%M'
|
|
let g:notmuch_html_converter='@elinks@/bin/elinks --dump'
|