* On [010511 18:02] adam morley <[EMAIL PROTECTED]> wrote:
>> Your nested quoting was also done incorrectly.  According to section 4.5
>> of RFC 2646 there should be no space between the '>' marks at the start
>> of quoted lines.
> 
> that, my friend was mutts doing, not mine.  so if someone could explain
> why/how to change that, then thanks!
Using vim as an editor, I came up with this:
"change double-quoted text to RFC 2646 format
 autocmd BufNewFile,BufRead .followup,.letter,mutt*,nn.*,snd.*
:%s/^>\(.*>\)/>\1/
The command on one line of course, hope that helps

lawrence
-- 
Lawrence Mitchell | http://members.tripod.co.uk/EVSvienna/
[EMAIL PROTECTED]      | "He says gods like to see an atheist around.
Gives them something to aim at."
        -- (Terry Pratchett, Small Gods)

Reply via email to