*** ../bash-4.2-patched/parse.y Fri Feb 25 12:07:41 2011 --- parse.y Thu Aug 11 19:02:26 2011 *************** *** 2500,2504 **** is the mail alarm reset; nothing takes place in check_mail () except the checking of mail. Please don't change this. */ ! if (prompt_is_ps1 && time_to_check_mail ()) { check_mail (); --- 2498,2502 ---- is the mail alarm reset; nothing takes place in check_mail () except the checking of mail. Please don't change this. */ ! if (prompt_is_ps1 && parse_and_execute_level == 0 && time_to_check_mail ()) { check_mail ();