(main): set rc by default
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -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 | { | ... | ... |
-
Please register or sign in to post a comment