Re: Macro problem: unset wait_key; !do_script; set wait_key

2008-02-28 Thread Ad. Teixera
On Thu, Feb 28, 2008 at 04:39:49PM -0600, Kyle Wheeler wrote: > While you're at it, you probably want to stop using keys and start > using function names directly. Like so: > > macro attach b "unset wait_key\ > cat >/tmp/tmp.html; \ > opera --remote 'openURL(/tmp/tmp.html,new-page)' &\ > set wait

Macro problem: unset wait_key; !do_script; set wait_key

2008-02-28 Thread Ad. Teixera
Hello, This macro is working: macro index f ":unset wait_key\n;!~/myScript\n;:set wait_key\n" \ "menu for fetching mail" this one works also, but it is not setting the wait_key at the end of the macro. macro attach b ":unset wait_key\n|cat >/tmp/tmp.html; \ opera --remote 'openURL(/tmp/tmp.

Raw mail to pager

2008-02-13 Thread Ad. Teixera
Hello there, If I press "e" in the index menu, it will open the raw mail in the editor. Is it also possible, to see the raw mail in the pager or pipe it into an external one? Thank you Adriana