diff options
author | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2017-06-27 15:53:38 -1000 |
---|---|---|
committer | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2017-06-27 16:27:15 -1000 |
commit | 99d000d4bb9514c2639211a31bb6109db84ad231 (patch) | |
tree | 020b0c547a77de30f02b4ed1f472bdb0e63aa72d /lib | |
parent | 865a911d8d889a4eb50009d0d879d204012b87b3 (diff) | |
download | patchfoo-99d000d4bb9514c2639211a31bb6109db84ad231.tar.gz patchfoo-99d000d4bb9514c2639211a31bb6109db84ad231.zip |
Show contact reason
Diffstat (limited to 'lib')
-rw-r--r-- | lib/render-msg.js | 1 |
1 files changed, 1 insertions, 0 deletions
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) }) } |