diff options
Diffstat (limited to 'mu4e')
| -rw-r--r-- | mu4e/mu4e-draft.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mu4e/mu4e-draft.el b/mu4e/mu4e-draft.el index 9045ae5..088ffa3 100644 --- a/mu4e/mu4e-draft.el +++ b/mu4e/mu4e-draft.el @@ -200,7 +200,8 @@ you don't consider that reasonable, set to nil." :safe 'booleanp :group 'mu4e-compose) -(defcustom mu4e-compose-reply-include-mime-types '("text/x-patch") +(defcustom mu4e-compose-reply-include-mime-types + '("text/x-patch" "text/x-diff") "MIME types from the parent message to include when replying. When replying to a message, MIME parts with content-types in this |
