Fix(main.go): Update old identifier.
1 files changed, 1 insertions(+), 1 deletions(-) M main.go
M main.go => main.go +1 -1
@@ 83,7 83,7 @@ func run(fromPass, fromAddr, fromDomain string, fromPort int, toAddr string, sub func main() { log.SetFlags(0) - log.SetPrefix("mailto: ") + log.SetPrefix("ezmail: ") if err := checkFlags(); err != nil { log.Fatal(err) }