bennn / racket-mutt

Racket API for the Mutt email client
Other
3 stars 1 forks source link

`mutt` should fail gracefully without `mutt` installed #5

Closed bennn closed 8 years ago

bennn commented 8 years ago

The mutt function should fail gracefully if the (*mutt-exe-path*) is uninitialized.

Just putting a contract on the parameter is not graceful, and doesn't even help if the (find-exe-path "mutt") initially returned #f.

bennn commented 8 years ago

53dca2a980e03851dc74dead51a646040223f5b1