Commit fdce4d76 fdce4d76c416461930b641b66844b002598c8a3b by Sergey Poznyakoff

(main): set rc by default

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