aboutsummaryrefslogtreecommitdiff
path: root/vim/ftdetect/mail.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/ftdetect/mail.vim')
-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