Add support for %(msg) function working when not using -digest. I can't
authorKen Hornstein <kenh@pobox.com>
Tue, 28 Feb 2012 19:45:03 +0000 (14:45 -0500)
committerKen Hornstein <kenh@pobox.com>
Wed, 29 Feb 2012 13:18:57 +0000 (08:18 -0500)
imagine what someone would use it for but it's cheap to do, so why not?

uip/forw.c

index 2d56e6b..4541c10 100644 (file)
@@ -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;