[BACK]Return to lex.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mail

Diff for /src/usr.bin/mail/lex.c between version 1.20 and 1.21

version 1.20, 2000/06/30 16:00:19 version 1.21, 2000/07/06 06:24:21
Line 238 
Line 238 
                         if ((value("autoinc") != NULL) && (incfile() > 0))                          if ((value("autoinc") != NULL) && (incfile() > 0))
                                 puts("New mail has arrived.");                                  puts("New mail has arrived.");
                         reset_on_stop = 1;                          reset_on_stop = 1;
                         printf(prompt);                          printf("%s", prompt);
                 }                  }
                 fflush(stdout);                  fflush(stdout);
                 sreset();                  sreset();

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21