* default to application/octet-stream for attached messages, since

message/rfc822 sometimes fails (FIXME)
This commit is contained in:
djcb
2012-04-28 13:48:20 +03:00
parent 63711fd046
commit 7fa0e80e07

View File

@ -79,7 +79,7 @@ sent folder."
(error "Captured message file not found"))
(mml-attach-file
path
"message/rfc822"
"application/octet-stream"
(or (plist-get mu4e-captured-message :subject) "No subject")
"attachment")))