[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Boulder Pledge



On Sun, Jul 06, 2003 at 05:39:24PM +0200, Martin Baehr wrote:

 > > If you're using vim for your mail (and the filetype is set to mail
 > 
 > how do i tell mutt to set the filetype to mail?

 From vim 6.2's (and earlier IIRC) filetype.vim:

au BufNewFile,BufRead snd.\d\+,.letter,.letter.\d\+,.followup,.article,.article.\d\+,pico.\d\+,mutt-*-\d\+,mutt\w\{6\},ae\d\+.txt,/tmp/SLRN[0-9A-Z.]\+,*.eml setf mail

 I'm sure you can spot the mutt patterns in there:

au BufNewFile,BufRead mutt-*-\d\+,mutt\w\{6\} setf mail

 The first one is appropiate for Debian's mutt.

-- 
Marcelo



Reply to: