summaryrefslogtreecommitdiff
path: root/src/build_post.php
AgeCommit message (Collapse)Author
2012-03-01build_post should prepend Re: for replies.Joel Uckelman
2012-03-01Cleanup.Joel Uckelman
2012-02-27Remove Edit marker from incoming mail, add it to outgoing mail.Joel Uckelman
2012-02-27Removed unused function.Joel Uckelman
2012-02-27Cosmetic.Joel Uckelman
2012-02-27PREG_OFFSET_CAPTURE is useless, as it gives start offsets, not end offsets, ↵Joel Uckelman
and our pattern is anchored at the start. Use match length instead.
2012-02-27Trim subject before returning.Joel Uckelman
2012-02-27Added built_post_subject for stripping tags and Re's added by mailing lists.Joel Uckelman