X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/4ec6b5cdbccab37d59e8acf755bb212184d64f86..3e905d4266fd3fb4c673b819a755daa05d6fc81c:/.vim/ftplugin/mail.vim?ds=inline diff --git a/.vim/ftplugin/mail.vim b/.vim/ftplugin/mail.vim index 0304ead..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\)' @@ -75,9 +76,7 @@ set completefunc=LBDBCompleteFn " And this magic by James Vega, which ensures that we only complete with lbdb " on the recipient lines of the mail header. inoremap DelegateCompletion(1) -inoremap DelegateCompletion(1) inoremap DelegateCompletion(0) -inoremap DelegateCompletion(0) fun! DelegateCompletion(next) if getline('.') =~? '^\%(To\|B\=Cc\):'