[PATCH] emacs: show: let the user override the mime-type of an attachment

2015-08-01 Thread David Bremner
Mark Walters writes: > +(defun notmuch-show-internal-mm-display-part (handle) It's very much a quibble, but I don't understand the naming scheme here. Is internal meant to denote an privateish function? If so the convention of using -- (notmuch-show--mm-display-part, I guess) seems more common

Re: [PATCH] emacs: show: let the user override the mime-type of an attachment

2015-08-01 Thread David Bremner
Mark Walters markwalters1...@gmail.com writes: +(defun notmuch-show-internal-mm-display-part (handle) It's very much a quibble, but I don't understand the naming scheme here. Is internal meant to denote an privateish function? If so the convention of using -- (notmuch-show--mm-display-part, I

[PATCH] emacs: show: let the user override the mime-type of an attachment

2015-07-01 Thread Mark Walters
This allows the user to override the mime-type of a part in the show buffer. This takes the simple option of displaying the part with the specified mime-type in its own buffer (in view mode). This avoids further complicating the part handling code. Bound to ". m" (i.e., m in the part map). Then

[PATCH] emacs: show: let the user override the mime-type of an attachment

2015-06-30 Thread Mark Walters
This allows the user to override the mime-type of a part in the show buffer. This takes the simple option of displaying the part with the specified mime-type in its own buffer (in view mode). This avoids further complicating the part handling code. Bound to . m (i.e., m in the part map). Then the