add other MUA related config files

This commit is contained in:
2017-04-13 13:08:50 +02:00
parent 9e4f99145f
commit 04522a176e
16 changed files with 545 additions and 0 deletions

4
vim/.vim/filetype.vim Normal file
View File

@@ -0,0 +1,4 @@
augroup filetypedetect
" Mail
autocmd BufRead,BufNewFile *astroid* setfiletype mail
augroup END