aboutsummaryrefslogtreecommitdiffhomepage
path: root/emacs/notmuch-wash.el
diff options
context:
space:
mode:
authorGravatar Mark Walters <markwalters1009@gmail.com>2013-05-04 14:01:15 +0100
committerGravatar David Bremner <bremner@debian.org>2013-05-20 15:01:59 -0300
commitc8589e4eb889051516d37ac75b706bbee6782996 (patch)
tree2c9240807d7fecdebac46abaf5342aad046e1254 /emacs/notmuch-wash.el
parentb681aa8235a16630e282626d3938862a6c2f7fd0 (diff)
emacs: show: handle inline patch fake parts at top level
The inline patch fake part handler also modifies the content-type so handle this in notmuch-show-insert-bodypart too.
Diffstat (limited to 'emacs/notmuch-wash.el')
-rw-r--r--emacs/notmuch-wash.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/notmuch-wash.el b/emacs/notmuch-wash.el
index 80c475c6..8a68819c 100644
--- a/emacs/notmuch-wash.el
+++ b/emacs/notmuch-wash.el
@@ -365,7 +365,7 @@ for error."
(setq patch-end (match-beginning 0)))
(save-restriction
(narrow-to-region patch-start patch-end)
- (setq part (plist-put part :content-type "inline-patch-fake-part"))
+ (setq part (plist-put part :content-type "inline patch"))
(setq part (plist-put part :content (buffer-string)))
(setq part (plist-put part :id -1))
(setq part (plist-put part :filename