* On 09 Nov 2012, Eric Smith wrote: 
> How do I get the sender's name to whom I am replying in the vim
> statusline?

I don't know about setting the vim status line, but you can set it in
the window title bar if your terminal supports xterm escapes.  E.g.
(this is all one line of a muttrc):

macro index r '<enter-command>set my_wait=$wait_key;set 
wait_key=no<enter><pipe-message>echo "\033]0;Sending to:$(formail -x 
From:)\007"<enter><reply><shell-escape>echo 
"\033]0;Mutt\007"<enter><enter-command>set wait_key=$my_wait<enter>

You could nice that up a lot, but it works.

-- 
David Champion • [email protected]

Reply via email to