]> git.marmaro.de Git - mmh/commitdiff
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 1bc076663b2503a8663479506b5913ce5f648d78..3dd1872f806121843dad37dc8601447af7fe50e8 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;