opening the body (plain text) of a message in browser

2009-12-03 Thread Tamas K Papp
Hi, Could you please help me on how to open a plain text message in a browser? Specifically, I would like to have a macro that decodes the body of a message into a temporary file (plain text), and opens that in a browser, without waiting for a keystroke after. I would like to have this because

Re: functions/procedures in muttrc

2009-09-20 Thread Tamas K Papp
On Sun, 20 Sep 2009 22:34:19 +0800, bill lam wrote: On Sun, 20 Sep 2009, Tamas K Papp wrote: I read the manual but could not find anything similar. info in mutt manual is hard to find unless you have already known that command. ;-) look for the 'source' command, eg source ~/mymuttfile

Re: functions/procedures in muttrc

2009-09-20 Thread Tamas K Papp
On Sun, 20 Sep 2009 17:42:06 +0200, Michael Tatge wrote: * On Sun, Sep 20, 2009 01:39PM + Tamas K Papp (tkp...@gmail.com) muttered: I find that I am doing some repetitive stuff in my .muttrc that occurs in multiple places (eg called by a folder hook, and also when mutt starts up). I