X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fslocal.c;h=f10c76dec93f161c5dd8a101218388dd2113496a;hb=aac9670c207aaefb17521c2ce4db39cb8893f660;hp=22a21b197fc8fb5b432dc10306bdc26350c2ad5f;hpb=fd83882889b45c597fd051705147e8bc0ba0890d;p=mmh diff --git a/uip/slocal.c b/uip/slocal.c index 22a21b1..f10c76d 100644 --- a/uip/slocal.c +++ b/uip/slocal.c @@ -439,11 +439,7 @@ localmail (int fd, char *mdlvr) verbose_printf ("(delivering to standard mail spool)\n"); /* last resort - deliver to standard mail spool */ -#ifdef SLOCAL_MBOX return usr_file (fd, mbox, MBOX_FORMAT); -#else - return usr_file (fd, mbox, MMDF_FORMAT); -#endif }