Dirk-Jan C. Binnema <
dj...@djcbsoftware.nl> writes:
> On Friday Jan 08 2016, Christian Hopps wrote:
>
>> So I've been using org mode to store links to mail, and one thing that
>> would be *very* useful is a way to go from mu4e-view mode on a
>> particular message to a headers view of the containing mail folder with
>> the message highlighted. It would be even better if there was some sort
>> of thread view only, but I suspect that may be harder.
>>
>> Is there a way to do this currently or should I look to write one?
>
> It's not available out of the box (I think -- mu4e sometimes surprises
> me as well!), but it shouldn't be _too_ hard to add.
>
> Basically, take the message-id of the message at point, then store a
> query searching for that message-id, and store that as an org-link. Now,
> as long as mu4e-headers-show-threads is `t`, you should be able to jump
> to it.
>
> If it works, it can probably turned into an 'action' (see the docs)
> quite easily.
Unfortunately it only showed that message (in it's 3 locations). I tried