From 99d000d4bb9514c2639211a31bb6109db84ad231 Mon Sep 17 00:00:00 2001 From: cel Date: Tue, 27 Jun 2017 15:53:38 -1000 Subject: Show contact reason --- lib/render-msg.js | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/render-msg.js') diff --git a/lib/render-msg.js b/lib/render-msg.js index 17b9090..7a00580 100644 --- a/lib/render-msg.js +++ b/lib/render-msg.js @@ -480,6 +480,7 @@ RenderMsg.prototype.contact = function (cb) { ' from ', h('code', self.c.note) ] : '', + self.c.reason ? [' because ', h('q', self.c.reason)] : '' ], cb) }) } -- cgit v1.2.3