You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
output.print_ok("Mail-in-a-Box is up to date. You are running version %s."%this_ver)
969
969
eliflatest_verisNone:
970
970
output.print_error("Latest Mail-in-a-Box version could not be determined. You are running version %s."%this_ver)
971
+
elifre.match(r'[A-F,0-9]{40}', this_ver, re.I):
972
+
output.print_ok("This version appears to be a git checkout (%s). Good luck!"%this_ver[0:7])
971
973
else:
972
974
output.print_error(f"A new version of Mail-in-a-Box is available. You are running version {this_ver}. The latest version is {latest_ver}. For upgrade instructions, see https://mailinabox.email. ")
0 commit comments