mutt & IRIX 6.5

2001-06-13 Thread Richard G. Ball
I am changing to a new SGI box and my old MUA (ZMail) will no longer be available. Mutt looks like a good tool but is is a big change from the (relatively) useful GUI of ZMail and I still have a few questions after a look at the FAQ and a quick skim of the docs: With a windowing GUI it is possibl

urlview in a new window

2001-06-19 Thread Richard G. Ball
Is there a way to have helpers like urlview open up a new terminal window so the message window can stay visible? Richard

Re: urlview in a new window

2001-06-19 Thread Richard G. Ball
On Jun 20, 12:24am, Suresh Ramasubramanian wrote: > Subject: Re: urlview in a new window > Richard G. Ball [mutt-users] <19/06/01 12:56 -0400>: > > Is there a way to have helpers like urlview open up a new terminal window so > > the message window can stay visible? > &g

viewable headers

2001-06-25 Thread Richard G. Ball
I have a number of headers that I'd like to have mutt (V1.2.5i) show (without having to see *all* of the headers) but I can't find any way to tell mutt to do this. Is this not available? Richard

Re: viewable headers

2001-06-25 Thread Richard G. Ball
On Jun 25, 9:00am, Drew Raines wrote: > > It is available. Look in the manual for ignore and unignore commands. > > http://www.mutt.org/doc/manual.txt > > A common approach is to ignore all the headers, and then unignore the ones > you want to see: > > ignore * > unignore Date: From: To: C

Re: viewable headers

2001-06-25 Thread Richard G. Ball
On [2001-Jun-25] Drew Raines <[EMAIL PROTECTED]> wrote: > > It is available. Look in the manual for ignore and unignore commands. > > http://www.mutt.org/doc/manual.txt > > A common approach is to ignore all the headers, and then unignore the ones > you want to see: > > ignore * > unig

saving messages to a file

2002-01-23 Thread Richard G. Ball
I poked around in the archives and found a simple recipe for saving old messages that could be run from a command line/script. My version of this became: #!/bin/sh mutt -nz -F $HOME/.mutt/mutt.archiving -f test-folder -e "push 'T~d -01/01/02 ;s archivetest q'" but it isn't *quite* working. The

Re: saving messages to a file

2002-01-23 Thread Richard G. Ball
On [2002-Jan-23] David Champion <[EMAIL PROTECTED]> wrote: > > Looks like your push sequence is just appending to the default name > already in the edit buffer. One way around this would be just to put a > as the first binding after the ";s". That does it very nicely, thanks! Rich