When browsing my mail in mutt, I frequently want to look at all messages sent from a particular address. I can accomplish this by using limit
and the search pattern: ~f somebody@example.com
.
I am trying to create a binding/macro from the index and/or pager view where I perform this search using the sender of the currently selected message. So something like this:
macro index "<limit>~f {sender-address-of-current-email}<enter>"
But I can't find any documentation on how to dynamically specify the sender of the current message in a search pattern. Is this possible?