Lines Matching defs:have_mutt
76 def send_email(emails, topic, text, have_mutt, have_mail):
81 if have_mutt:
90 logFileName, have_mutt, have_mail):
97 if have_mutt:
203 def test_commit(branch, commit, last_commit, args, testFilePaths, have_mutt, have_mail):
238 send_email_with_attachments(branch, commit, last_commit, args, text_to_send, results_files, logFileName, have_mutt, have_mail)
270 have_mutt = does_command_exist("mutt -h")
272 if not have_mutt and not have_mail:
294 print("have_mutt=%s have_mail=%s" % (have_mutt, have_mail))
313 send_email(args.emails, '[%s:%s] test-lz4-speed.py %s has been started' % (email_header, pid, script_version), args.message, have_mutt, have_mail)
340 test_commit(branch, commit, last_commit, args, testFilePaths, have_mutt, have_mail)
346 send_email(args.emails, email_topic, stack, have_mutt, have_mail)
350 send_email(args.emails, '[%s:%s] test-lz4-speed.py %s has been stopped' % (email_header, pid, script_version), args.message, have_mutt, have_mail)