From: Ken Hornstein Date: Tue, 28 Feb 2012 19:45:03 +0000 (-0500) Subject: Add support for %(msg) function working when not using -digest. I can't X-Git-Url: http://git.marmaro.de/?a=commitdiff_plain;h=f5cbbbb68314176516f689cabf693ed49792d900;p=mmh Add support for %(msg) function working when not using -digest. I can't imagine what someone would use it for but it's cheap to do, so why not? --- diff --git a/uip/forw.c b/uip/forw.c index 2d56e6b..4541c10 100644 --- a/uip/forw.c +++ b/uip/forw.c @@ -441,7 +441,7 @@ try_it_again: form = forwcomps; } - dat[0] = issue; + dat[0] = digest ? issue : msgnum; dat[1] = volume; dat[2] = 0; dat[3] = outputlinelen;