Re: Macro to limit view to sender messages

2012-12-26 Thread Patrick Shanahan
* Christian Brabandt [12-26-12 12:27]: > Hi Patrick! > > On Mi, 26 Dez 2012, Patrick Shanahan wrote: > > > > > x...@synapse.plus.com asked > > > > > > > > I'd like to set up a macro which will set the to all mail sent > > > > by the selected message sender. > > > ^

Re: Macro to limit view to sender messages

2012-12-26 Thread Christian Brabandt
Hi Patrick! On Mi, 26 Dez 2012, Patrick Shanahan wrote: > > > x...@synapse.plus.com asked > > > > > > I'd like to set up a macro which will set the to all mail sent > > > by the selected message sender. > > ^^^ > macro index,pager "i~f " ## insert mail addr at pr

Re: Macro to limit view to sender messages

2012-12-26 Thread Patrick Shanahan
* Christian Brabandt [12-26-12 11:04]: > On Mi, 26 Dez 2012, Patrick Shanahan wrote: > > > * Christian Brabandt [12-26-12 10:23]: > > > Hi Patrick! > > > > > > On Di, 25 Dez 2012, Patrick Shanahan wrote: > > > > > > > limit from > > > > > > > > :l ~f > > > > > > > > perhaps a little readin

Re: Macro to limit view to sender messages

2012-12-26 Thread Christian Brabandt
Hi Patrick! On Mi, 26 Dez 2012, Patrick Shanahan wrote: > * Christian Brabandt [12-26-12 10:23]: > > Hi Patrick! > > > > On Di, 25 Dez 2012, Patrick Shanahan wrote: > > > > > limit from > > > > > > :l ~f > > > > > > perhaps a little reading of the documentation would make it possible. > >

Re: Macro to limit view to sender messages

2012-12-26 Thread Patrick Shanahan
* Christian Brabandt [12-26-12 10:23]: > Hi Patrick! > > On Di, 25 Dez 2012, Patrick Shanahan wrote: > > > limit from > > > > :l ~f > > > > perhaps a little reading of the documentation would make it possible. > > Perhaps reading the message to which you answered helps. Nobody is > denying

Re: Macro to limit view to sender messages

2012-12-26 Thread Christian Brabandt
Hi Patrick! On Di, 25 Dez 2012, Patrick Shanahan wrote: > limit from > > :l ~f > > perhaps a little reading of the documentation would make it possible. Perhaps reading the message to which you answered helps. Nobody is denying, that the basic principle for limiting is using ~f . The prob

Re: Macro to limit view to sender messages

2012-12-25 Thread Patrick Shanahan
* xing [12-25-12 16:10]: > On Tue, 25 Dec 2012, Christian Brabandt wrote: > > > There is no easy way to extract the email address from a selected entry. > > What I have done, is pipe the entry through a script that uses formail > > to extract the senders email address and returns a command that c

Re: Macro to limit view to sender messages

2012-12-25 Thread xing
On Tue, 25 Dec 2012, Christian Brabandt wrote: > There is no easy way to extract the email address from a selected entry. > What I have done, is pipe the entry through a script that uses formail > to extract the senders email address and returns a command that can be > used by mutt to limit the in

Re: Macro to limit view to sender messages

2012-12-25 Thread Christian Brabandt
Hi xing! On Di, 25 Dez 2012, xing wrote: > I'd like to set up a macro which will set the to all mail sent > by the selected message sender. > > I've looked in the docs and searched the web and can't find any > information on how to expand something like ~f in a macro. Is this > possible at all?

Re: Macro to limit view to sender messages

2012-12-25 Thread Patrick Shanahan
* xing [12-25-12 07:12]: > I'd like to set up a macro which will set the to all mail sent > by the selected message sender. > > I've looked in the docs and searched the web and can't find any > information on how to expand something like ~f in a macro. Is this > possible at all? It is a simple