aboutsummaryrefslogtreecommitdiff
path: root/vim/ftdetect
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-03 16:44:10 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-03 16:44:10 +1200
commit4d4d9dc7d44038c32255197ceddc534f95275918 (patch)
tree6e995817a6df7a44d06ca79227dba49b489b5f24 /vim/ftdetect
parentMerge branch 'release/v0.44.0' into develop (diff)
downloaddotfiles-4d4d9dc7d44038c32255197ceddc534f95275918.tar.gz
dotfiles-4d4d9dc7d44038c32255197ceddc534f95275918.zip
Add mail ftdetect rules
Diffstat (limited to 'vim/ftdetect')
-rw-r--r--vim/ftdetect/mail.vim4
1 files changed, 4 insertions, 0 deletions
diff --git a/vim/ftdetect/mail.vim b/vim/ftdetect/mail.vim
new file mode 100644
index 00000000..62113230
--- /dev/null
+++ b/vim/ftdetect/mail.vim
@@ -0,0 +1,4 @@
+" Mail messages
+autocmd BufNewFile,BufRead
+ \ *.msg,mutt-*-*-*
+ \ setfiletype mail