Hi Andreas, > could someone please post a reply template by which blank lines are > quoted (i.e. start with a ">"). Maybe this can be realized similar to > the multi-paragraph %WRAPPED replacement which was recently posted > here. > > Unfortunately, I have absolutely no experience with regular > expressions and macros, but I really would be happy about blank lines > being quoted.
QT 'quote_bl' does it. Add %QINCLUDE="quote_bl" to your reply template. This is QT 'quote_bl': ______________________________________________________________________ %REM=_Cut out part before '^-- $'_%- %REM=_and insert it into comment_%- %REM=_Call QT_%- %- %COMMENT="%- %SETPATTREGEXP='(?ism)[\n]*(.*?)[\n]*((-- [\n])|\z)'%- %REGEXPBLINDMATCH='%text'%- %SUBPATT='1'"%- %QINCLUDE="quote2" ���������������������������������������������������������������������� This is QT 'quote2': (needed) ______________________________________________________________________ %IF:"%- %- %SETPATTREGEXP='(?is).*?[\n](.*)'%- %REGEXPMATCH='%COMMENT'x"<>"x"%- :"%- %SETPATTREGEXP='(?is)(.*?)[\n]'%- > %REGEXPMATCH='%COMMENT' %- %COMMENT='%- %SETPATTREGEXP=""(?is).*?[\n](.*)""%- %REGEXPMATCH=_%COMMENT_'%- %QINCLUDE='quote2'"%- :%- "> %COMMENT%COMMENT=''"%- ���������������������������������������������������������������������� Maybe someone could modify the QTs for a correct "%quotestyle-ing". -- Best regards, Carsten The Bat! (v1.54 Beta/15) Business Windows NT 5.0 (Build 2195) Service Pack 2 -- ______________________________________________________ Archives : http://tbtech.thebat.dutaint.com Moderators : mailto:[EMAIL PROTECTED] Unsubscribe: mailto:[EMAIL PROTECTED]
