X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Finc.c;h=762a858d6ad59bf9c16e656996fa8f4e6846cac0;hp=1f03e2b7b6f879c628a86c2859d7645bb2196e50;hb=a0b824f146a18ad99633addede9e81a470d4cb59;hpb=d3540eaa4251b3a282115a72ed5d1bb39ce74b3f diff --git a/uip/inc.c b/uip/inc.c index 1f03e2b..762a858 100644 --- a/uip/inc.c +++ b/uip/inc.c @@ -34,7 +34,6 @@ #include #include #include -#include #include #include @@ -374,7 +373,7 @@ main(int argc, char **argv) #endif /* MHE */ /* Get new format string */ - nfs = new_fs(form, format, FORMAT); + nfs = new_fs(form, format, NULL, FORMAT); if (noisy) { printf("Incorporating new mail into %s...\n\n", folder);