drewr / postal

Clojure email support
MIT License
586 stars 85 forks source link

show/add-recipients! may have a misplaced final `cond`clause #112

Open rlbdv opened 3 years ago

rlbdv commented 3 years ago

I suspect :otherwise was intended to be inside the cond here:

https://github.com/drewr/postal/blob/7606a66c10b66abd3476c6f4c828fb4b87d3792d/src/postal/message.clj#L83-L91