/* #define REALLYDUMB 1 */
/*
- * If defined, slocal will use `mbox' format when saving to
- * your standard mail spool. If not defined, it will use
- * mmdf format.
- */
-#define SLOCAL_MBOX 1
-
-/*
* If this is defined, nmh will recognize the ~ construct.
*/
#define MHRC 1
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
}