Re: get mail in directory browser

2009-04-22 Thread Zhengquan Zhang
On Tue, Apr 21, 2009 at 11:14:10PM -0500, Kyle Wheeler wrote: > The key bit of information that you're missing is that "default" > keybindings also override generic keybindings. Think about it like an > overlay: you have a set of keybindings for "generic" and you have a > set of bindings for "in

Re: get mail in directory browser

2009-04-21 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday, April 21 at 10:50 PM, quoth Zhengquan Zhang: > On Mon, Apr 06, 2009 at 10:39:17PM -0500, Kyle Wheeler wrote: >> On Monday, April 6 at 09:56 PM, quoth Zhengquan Zhang: >>> macro index,pager G "! /usr/bin/getmail -v \n" "Invoke getmail" > >>

Re: get mail in directory browser

2009-04-21 Thread Zhengquan Zhang
On Mon, Apr 06, 2009 at 10:39:17PM -0500, Kyle Wheeler wrote: > On Monday, April 6 at 09:56 PM, quoth Zhengquan Zhang: > >macro index,pager G "! /usr/bin/getmail -v \n" "Invoke getmail" > macro generic G ...etc... Because I accidentally destroyed my muttrc etc in synchronization with another com

[solved] Re: get mail in directory browser

2009-04-06 Thread Zhengquan Zhang
On Tue, Apr 07, 2009 at 05:55:52AM +0200, Nicolas Sebrecht wrote: > On Mon, Apr 06, 2009 at 09:56:08PM -0500, Zhengquan Zhang wrote: > > > macro index,pager G "! /usr/bin/getmail -v \n" "Invoke getmail" > > macro generic,pager G "! /usr/bin/getmail -v \n" "Invoke getmail" Thanks, Nicolas, > > --

Re: get mail in directory browser

2009-04-06 Thread Zhengquan Zhang
On Mon, Apr 06, 2009 at 10:39:17PM -0500, Kyle Wheeler wrote: > On Monday, April 6 at 09:56 PM, quoth Zhengquan Zhang: > >macro index,pager G "! /usr/bin/getmail -v \n" "Invoke getmail" > > > >to get mail from pop servers. > > While simple-looking, it's generally a better idea to call the > func

Re: get mail in directory browser

2009-04-06 Thread Nicolas Sebrecht
On Mon, Apr 06, 2009 at 09:56:08PM -0500, Zhengquan Zhang wrote: > macro index,pager G "! /usr/bin/getmail -v \n" "Invoke getmail" macro generic,pager G "! /usr/bin/getmail -v \n" "Invoke getmail" -- Nicolas Sebrecht

Re: get mail in directory browser

2009-04-06 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday, April 6 at 09:56 PM, quoth Zhengquan Zhang: >macro index,pager G "! /usr/bin/getmail -v \n" "Invoke getmail" > >to get mail from pop servers. While simple-looking, it's generally a better idea to call the functions you want to use directl

get mail in directory browser

2009-04-06 Thread Zhengquan Zhang
Dear mutt community, I use macro index,pager G "! /usr/bin/getmail -v \n" "Invoke getmail" to get mail from pop servers. But as you see the macro works only in index and pager environment. I also want to be able to get mail when I was in directory browser, that is when I was changing mailboxes.