id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc 173,Extend email_quote to accept regexes,samuel@…,bas,"Several email clients (importantly, including gmail) prefixes reply quotes with the line: ""On wrote:"" Email2trac is currently unable to strip this from messages using email_quote. However, this could easily be done by allowing email_quote to accept regular expressions. The only modification necessary to make this work is to change line 1067 in email2trac.py.in: - if line.startswith(self.EMAIL_QUOTE): + if re.match(self.EMAIL_QUOTE, line): ",enhancement,closed,major,strip signature/quotes,email2trac,1.0.0,fixed,,