Hello, I am trying to limit threads by their subject (#number) automatically. The subject of the messages i receive typically begin with : [mysite.com #12077] Re: [users-hpc] why system is down ? i.e (email number followed by email title).
My macro can limit the index by subject : macro index <F2> '<limit>12077<enter>' "filter my tickets" The problem is that the number 12077 change for every new user request, for instance a new request will look like : [mysite.com #12078] Re: [users-hpc] mutt is great ! I would like my macro to be able to save the Subject into a variable, like : set my_s="<pipe-message>grep Subject:<enter>" then automatically : macro index <F2> '<limit>$my_s<enter>' "filter my tickets" Is there a way to do it ? Let me know if i'm unclear. Thanks, jg.
