projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b79408c
)
Fix forw so it respects the -form switch again for non-digests.
author
Ken Hornstein
<kenh@pobox.com>
Fri, 6 Apr 2012 17:57:20 +0000
(13:57 -0400)
committer
Ken Hornstein
<kenh@pobox.com>
Fri, 6 Apr 2012 17:57:20 +0000
(13:57 -0400)
uip/forw.c
patch
|
blob
|
history
diff --git
a/uip/forw.c
b/uip/forw.c
index
acf74c4
..
2741f69
100644
(file)
--- a/
uip/forw.c
+++ b/
uip/forw.c
@@
-438,7
+438,8
@@
try_it_again:
if (!form)
form = digestcomps;
} else {
- form = forwcomps;
+ if (!form)
+ form = forwcomps;
}
dat[0] = digest ? issue : msgnum;