* default to application/octet-stream for attached messages, since
message/rfc822 sometimes fails (FIXME)
This commit is contained in:
@ -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")))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user