Make sure to not reset hghnum (in the Maildir code) if we are incorporating
authorKen Hornstein <kenh@pobox.com>
Mon, 12 Dec 2011 17:59:42 +0000 (12:59 -0500)
committerKen Hornstein <kenh@pobox.com>
Mon, 12 Dec 2011 18:01:18 +0000 (13:01 -0500)
mail from a POP mailbox.

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;