static S findGMailPassword(S user) { S pw = findGMailPasswordOpt(user); if (empty(pw)) fail("GMail password for " + user + " not found on this machine. Please put in " + findGMailPasswordOpt_locationInfo(user)); ret pw; }