On Thu, Dec 14, 2000 at 03:53:59PM -0500, Douglas L . Potts wrote:
> set   editor="vim -c ':0;/^To: '"
> 
> it does a ':0' go to top of file, and then '/^To: ', search for first
> line that has To: in it at the very beginning.  Whether or not you use
> the Mutt option to have the to/cc/etc lines in the editor, that last
> part may not be of any use to you.

Cool. I played, I stole. Thanks Douglas. I changed it a bit, though:

    set editor="vim -c ':0;/^$'"

So no matter what your header info contains (mine ends with an
'X-Priority'), you'll get placed at the first blank line that follows
it.

-- 
thks.jeff

Reply via email to