From mboxrd@z Thu Jan 1 00:00:00 1970 From: wmorgan-sup@masanjin.net (William Morgan) Date: Mon, 14 Jan 2008 21:20:17 -0800 Subject: [sup-talk] [PATCH] Added quoteline hook. This allows you to specify how the text above the quoted email should look (Normally 'Excerpts froms...') In-Reply-To: <1200313448-sup-3169@tomsk> References: <1200313448-sup-3169@tomsk> Message-ID: <1200374341-sup-8557@south> Hi Marcus, Two small comments: First, can you please use the Official Commit Log Entry Format(tm) as detailed on the wiki, so that all the git tools that rely on that function nicely? Second: Excerpts from Marcus Williams's message of Mon Jan 14 04:24:27 -0800 2008: > + lines = [quoteline] + m.quotable_body_lines.map { |l| "> #{l}" } Can we instead do quoteline.split("\n"), so that people can return multi-line things? Not that I endore that practice, but, de gustibus and all that. Other than that looks good. -- William