~singpolyma/cheogram-smtp

c4147e84134d42583fff3826761e2da87155041f — Stephen Paul Weber 4 days ago d15f144
Fix whitespace
1 files changed, 1 insertions(+), 1 deletions(-)

M Email.hs
M Email.hs => Email.hs +1 -1
@@ 99,7 99,7 @@ isTextPlain = MIME.matchContentType (s"text") (Just $ s"plain") .

getAttachmentsAndMedia :: (Monoid a) =>
	   ((MIME.ContentType, ByteString)
	    -> Const a (MIME.ContentType, ByteString))
	-> Const a (MIME.ContentType, ByteString))
	-> MIME.MIMEMessage -> Const a MIME.MIMEMessage
getAttachmentsAndMedia = MIME.entities . filtered (\part ->
		(MIME.isAttachment part || has (MIME.contentType .