I'm wondering if there is anyway to "search" or "limit" in the mutt index based on text yanked from either an "edit" or "page" mode.
I'm trying to build a macro for the index, that when pressed will limit the index to only mail from (~f
) the From: .*$
regex of the current item.
What this will help me to do is see the context of all the messages from a particular sender... it also helps when people accidentally "break threads" when they shouldn't.
I was hoping it would be similar to vim as discussed here and i could yank text from one area and then type ^R"
to paste back into the "search" or "limit" prompt.
I tried to make a macro to go into edit
and then search for the from string, but i can't figure out how to paste it back into anything in the index...