projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df6971a
)
Add support for %(msg) function working when not using -digest. I can't
author
Ken Hornstein
<kenh@pobox.com>
Tue, 28 Feb 2012 19:45:03 +0000
(14:45 -0500)
committer
Ken 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
patch
|
blob
|
history
diff --git
a/uip/forw.c
b/uip/forw.c
index
2d56e6b
..
4541c10
100644
(file)
--- 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;