From 7a9c5f140729e117400160c59c175e5f389c8142 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Mon, 14 Feb 2011 16:28:07 +0100 Subject: [PATCH] disable vim mail attachment check --- .vim/ftplugin/mail.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vim/ftplugin/mail.vim b/.vim/ftplugin/mail.vim index 437b5a1..ed59cdc 100644 --- a/.vim/ftplugin/mail.vim +++ b/.vim/ftplugin/mail.vim @@ -13,7 +13,8 @@ nmap :w:%!mailplate --auto --keep-unknown 2>/dev/null " based on an idea by The Doctor What explained at " " http://www.vim.org/scripts/download_script.php?src_id=3165 -autocmd BufUnload mutt-* call CheckAttachments() +"autocmd BufUnload mutt-* call CheckAttachments() +" DISABLED 2011.02.14 in favour of mutt's sendmail-checks function! CheckAttachments() let l:english = 'attach\(ing\|ed\|ment\)\?\|included\_swith\_sthis\_smail' let l:french = 'attach\(e\|er\|ée\?s\?\|ement\|ant\)' -- 2.39.2