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
Is there a way to have helpers like urlview open up a new terminal window so
the message window can stay visible?
Richard
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
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
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
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
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
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