func buxLog(user string) string { return s.UserDir(user) + "/buxlog" }
func buxFile(user string) string { return s.UserDir(user) + "/bux" }