On Sun, Dec 30, 2001 at 12:33:01PM +0530, shyamk @ eth . net wrote:
> How do you map any shell command like say , fetchmail or
> birthday , to a  key in mutt.When you press that key 
> this command should run 

>From my .muttrc:

# F1/F2 for starting/stopping fetchmail.
macro generic <f1> "!fetchmail\n"
macro index   <f1> "!fetchmail\n"
macro pager   <f1> "!fetchmail\n"
macro generic <f2> "!fetchmail -q\n"
macro index   <f2> "!fetchmail -q\n"
macro pager   <f2> "!fetchmail -q\n"

Binand


_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to