From 930987b7a38fbd2250e9dc59ece8448e8415632f Mon Sep 17 00:00:00 2001 From: cel Date: Thu, 27 Apr 2017 15:35:13 -1000 Subject: Make quoted text longer --- lib/render-msg.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/render-msg.js b/lib/render-msg.js index f2812c7..3764109 100644 --- a/lib/render-msg.js +++ b/lib/render-msg.js @@ -301,7 +301,7 @@ function truncate(str, len) { } function title(str) { - return truncate(mdInline(str), 40) + return truncate(mdInline(str), 72) } RenderMsg.prototype.title = function (cb) { -- cgit v1.2.3