projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d38818c
)
Changed scan to always pass the folder argument. This is in line
author
Anders Eriksson
<aeriksson@fastmail.fm>
Mon, 21 Oct 2002 19:32:26 +0000
(19:32 +0000)
committer
Anders Eriksson
<aeriksson@fastmail.fm>
Mon, 21 Oct 2002 19:32:26 +0000
(19:32 +0000)
with the man page.
uip/scan.c
patch
|
blob
|
history
diff --git
a/uip/scan.c
b/uip/scan.c
index
1612717
..
a53a5ba
100644
(file)
--- a/
uip/scan.c
+++ b/
uip/scan.c
@@
-320,7
+320,7
@@
main (int argc, char **argv)
switch (state = scan (in, msgnum, 0, nfs, width,
msgnum == mp->curmsg, unseen,
- hdrflag ? folder : NULL, 0L, 1)) {
+ folder, 0L, 1)) {
case SCNMSG:
case SCNENC:
case SCNERR: