Commit fdce4d76 fdce4d76c416461930b641b66844b002598c8a3b by Sergey Poznyakoff

(main): set rc by default

1 parent e5b8ef3c
......@@ -308,6 +308,7 @@ main (int argc, char **argv)
/* Start in mail reading mode */
util_do_command ("set mode=read");
util_do_command ("set noquit");
util_do_command ("set rc");
/* Set the default mailer to sendmail. */
{
......