The way I do it is with the following in .muttrc:

macro index $ ':set indent_str="> "^M'
macro pager  $ ':set indent_str="> "^M'
macro index % ":set indent_str='"
macro pager % ":set indent_str='"

Then, when in the pager or index, I hit "%" and then enter something
like:

DT> '

Which then makes the indent_str='DT> ' which will accomplish what you
want. When I'm done I just hit "$" in the pager which reverts back to
the standard indent_str.

There's probably a much more graceful way to do it but this works for me
;)

-J

On Sat, Jul 07, 2001 at 12:40:57PM -0500, David Turetsky wrote:
> How can I dynamically specify the first name or initial
> of the original poster, when replying, as opposed to just
> the static use of characters such as:
> 
> > this is the quote from the original
> > message I am replying to
> 
> I'd prefer some sequence which would permit me to end up with:
> 
> DT> this is the way I'd prefer
> DT> to quote from the original post
> 
> 
> -- 
> David
> -------------------------
> www.richsob.com
> 
> I have to think hard to name an interesting man who does not drink.
>               -- Richard Burton

Reply via email to