Anthony Green <[EMAIL PROTECTED]> wrote:
> I would just like to find out if its possible in mutt to setup so that
> if you use a signature file, the signature is added to the top of the
> email, rather than the bottom of the email below the persons original
> email when replying.
> 
> I have my signature set in my .muttrc as :
> set signature="~/signature"     # file which contains my signature

One solution would be to do something like this in your ~/.muttrc
file:

set attribution="-- \nAnthony.\[EMAIL PROTECTED]\n\nOn %d, %n wrote:"
macro index  m ":set signature<enter><mail>" "compose a new mail message"
macro pager  m ":set signature<enter><mail>" "compose a new mail message"
macro attach m ":set signature<enter><mail>" "compose a new mail message"
macro index  r ":unset signature<enter><reply>" "reply to a message"
macro pager  r ":unset signature<enter><reply>" "reply to a message"
macro attach r ":unset signature<enter><reply>" "reply to a message"
macro index  g ":unset signature<enter><group-reply>" "reply to all recipients"
macro pager  g ":unset signature<enter><group-reply>" "reply to all recipients"
macro attach g ":unset signature<enter><group-reply>" "reply to all recipients"
macro index  L ":unset signature<enter><list-reply>" \
               "reply to specified mailing list"
macro pager  L ":unset signature<enter><list-reply>" \
               "reply to specified mailing list"
macro attach L ":unset signature<enter><list-reply>" \
               "reply to specified mailing list"

Maybe something like this will effect what you're trying to
accomplish.

        -- Mr. Wade

-- 
Linux: The Choice of the GNU Generation


Reply via email to