Hi Nathan, Thanks for trying Hyperbole.
Your are not saying which version you are using. I refer below to the pre or development version. > Nathan R. DeGruchy writes: > I'm trying to get Hyperbole to bring up a compose window when using > the action button on an email address in the buffer. This *works*, but > it brings up regular mail-mode. I use notmuch as my emacs mail tool, > and I've set `hmail:composer` to `notmuch-message-mode`, but it > doesn't seem to change anything. For the compose functionality Hyperbole now uses compose-mail from "simple.el", or to be precise, compose-mail-other-window. See "{C-hF compose-mail-other-window RET}". So you should be able by customizing mail-user-agent, "{C-hv mail-user-agent RET}" to get the behavior you want. > I know there's no direct integration between Hyperbole and Notmuch like > there is with rmail and gnus, but I'm wondering if I'm just doing something > wrong. I'm sorry but the mail support in Hyperbole likely needs some refactoring so that composing and reading is better integrated and possibly better documented. %% Mats