about summary refs log tree commit diff
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-rw-r--r--vim/.vim/vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc
index 2b28cca..1c16a78 100644
--- a/vim/.vim/vimrc
+++ b/vim/.vim/vimrc
@@ -32,6 +32,7 @@ augroup vimrc
   autocmd FileType markdown,rst,tex setlocal spell
   autocmd BufWinEnter *
         \ if &filetype ==# 'python' || &filetype ==# 'cython'
+        \ || &filetype ==# 'mail'
         \ | let w:m1=matchadd('ColorColumn', '\%<80v.\%>73v', -1) |
         \ else
         \ | let w:m1=matchadd('ColorColumn', '\%<81v.\%>80v', -1) |