* Anh Lai ([EMAIL PROTECTED]) [Jan 24. 2002 15:38]: > how do i keep adding my signature when replying? I would like to add > it only when composing a new messgae. Having my signature collect on > the bottom gets annoying sometimes.
If you use vim, this is what I use in my .vimrc: au BufEnter ~/tmp/mutt-* :silent %g/^> -- $/,/^-- $/-1d Obviously, '> ' is my quote prefix and my signature begins with dash-dash-space so it knows to stop stripping. It'll occasionally fail, and strip half the message, if the body of the message contains dash-dash-space, but 99% of the time it works. Wouldn't that keep out others' sigs, and only keep one of yours? -- Brian Clark | Avoiding the general public since 1805! Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8 Fortune cookie: Outlook not so good, Microsoft ships anyway.