Re: Stripping Sigs

2002-01-24 Thread David Champion
On 2002.01.24, in [EMAIL PROTECTED], matthew pritchard [EMAIL PROTECTED] wrote: Is it possible to strip signatures when replying to mails? Slrn seems to automatically do this for me 'out of the box' (There's a strip_sig_regexp variable). I've searched on google, and the best I could

Re: Stripping Sigs

2002-01-24 Thread David T-G
Matthew, et al -- ...and then David Champion said... % % On 2002.01.24, in [EMAIL PROTECTED], % matthew pritchard [EMAIL PROTECTED] wrote: % Is it possible to strip signatures when replying to mails? Slrn seems ... % could come up with is a vi macro: % % map _qs G?^^M?^ -- $^Md} %

Re: Stripping Sigs

2002-01-24 Thread David Champion
On 2002.01.24, in [EMAIL PROTECTED], David T-G [EMAIL PROTECTED] wrote: Matthew, et al -- ...and then David Champion said... % % set editor=vi '+/^-- $/;,$d' Note that this will actually strip your signature and not that of the original email. Given your macro example above,