From: Ken Hornstein Date: Mon, 12 Dec 2011 17:59:42 +0000 (-0500) Subject: Make sure to not reset hghnum (in the Maildir code) if we are incorporating X-Git-Url: http://git.marmaro.de/?a=commitdiff_plain;h=bc20acd6c385612fd19bc3ce40f56c32983748f1;p=mmh Make sure to not reset hghnum (in the Maildir code) if we are incorporating mail from a POP mailbox. --- diff --git a/uip/inc.c b/uip/inc.c index 1bc0766..3dd1872 100644 --- 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;