projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc9254b
)
Make sure to not reset hghnum (in the Maildir code) if we are incorporating
author
Ken Hornstein
<kenh@pobox.com>
Mon, 12 Dec 2011 17:59:42 +0000
(12:59 -0500)
committer
Ken Hornstein
<kenh@pobox.com>
Mon, 12 Dec 2011 18:01:18 +0000
(13:01 -0500)
mail from a POP mailbox.
uip/inc.c
patch
|
blob
|
history
diff --git
a/uip/inc.c
b/uip/inc.c
index
1bc0766
..
3dd1872
100644
(file)
--- a/
uip/inc.c
+++ b/
uip/inc.c
@@
-875,7
+875,7
@@
go_to_it:
*/
break;
}
- } else { /* Maildir inbox to process */
+ } else if (inc_type == INC_FILE) { /* Maildir inbox to process */
char *sp;
FILE *sf;
int i;