[Gllug] setting up mutt

Tom Gilbert tom at linuxbrit.co.uk
Mon Jul 30 23:44:36 UTC 2001


* Stig Brautaset (stigbrau at online.no) wrote:
> Abselutely fantastic. It is so easy when you can have experts telling
> you these things :) I came up with some magic of my own to show all the
> month-separated groups as time goes by:
> 
> mailboxes `echo +gllug-*`

Hehe that would break. The "+" wouldn't get appended to the later glob
matches, you'd get "+gllug-x gllug-y gllug-z" etc.

Actually, thinking about it, I think the + would stop the shell
expanding the glob.

I use:
lists `cd ~/mail/lists && echo *`
subscribe `cd ~/mail/lists && echo *`
mailboxes `for file in ~/mail/lists/*; do echo -n "+lists/$(basename $file) "; done`

=D

Tom.
-- 
   .^.    .-------------------------------------------------------.
   /V\    | Tom Gilbert, London, England | http://linuxbrit.co.uk |
 /(   )\  | Open Source/UNIX consultant  | tom at linuxbrit.co.uk    |
  ^^-^^   `-------------------------------------------------------'

-- 
Gllug mailing list  -  Gllug at linux.co.uk
http://list.ftech.net/mailman/listinfo/gllug




More information about the GLLUG mailing list