diff --git a/src/postal/message.clj b/src/postal/message.clj index d693887..4d756bf 100644 --- a/src/postal/message.clj +++ b/src/postal/message.clj @@ -179,7 +179,7 @@ (.setSubject (:subject msg) charset) (.setSentDate (or (:date msg) (make-date))) (.addHeader "User-Agent" (:user-agent msg (user-agent))) - (add-extra! (drop-keys msg standard)) + (add-extra! (apply dissoc msg standard)) (add-body! (:body msg) charset) (.saveChanges)))))