save-hook question

2000-06-08 Thread Adahma

Would it be possible to setup a save-hook that would open the
browser in a specific subdirectory so that I could easily the right
mailbox?

TIA,
Adahma




Index_format

2000-03-17 Thread Adahma

I'm stumped!

I have several lists that I have setup as subscribed lists
lists in my .muttrc.  I already have my high volume lists
being sorted into their own folders via procmail.  Now here's
my problem...  In those lists that I have presorted, I'd like
to have the "normal" index format, so I see the sender rather
than the list address, and still have the unsorted list mail
flagged in my inbox.

I planned on folder-hooks:
folder-hook . set index_format="default-copied-from-manual"
folder-hook =NEWMUTTMAIL set index_format="default-with-a-tweak"

I tried to get the default by a plain old cut-and-paste out of
my browser from the manual, but can't get it to work.  Is it due
to the formatting in the manual, or is the manual wrong, or am I
just a stone.  I've fiddled with it, but it's very late, and I
can't seem to get it right.  Mutt keeps giving errors, on what
looks like valid codes.

[info]
Mutt 1.1.9i (2000-03-13)
Copyright (C) 1996-2000 Michael R. Elkins and others.
Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.
Mutt is free software, and you are welcome to redistribute it
under certain conditions; type `mutt -vv' for details.

System: Linux 2.2.12-20 [using slang 10202]
Compile options:
-DOMAIN
-HOMESPOOL  +USE_SETGID  +USE_DOTLOCK  +USE_FCNTL  -USE_FLOCK
-USE_IMAP  -USE_GSS  -USE_SSL  -USE_POP  +HAVE_REGCOMP  -USE_GNU_REGEX  
+HAVE_COLOR  +HAVE_PGP  -BUFFY_SIZE -EXACT_ADDRESS  +ENABLE_NLS
SENDMAIL="/usr/sbin/sendmail"
MAILPATH="/var/spool/mail"
SHAREDIR="/usr/local/share/mutt"
SYSCONFDIR="/usr/local/etc"
ISPELL="/usr/bin/ispell"

Thanks in advance!
Adahma



Re: Index_format

2000-03-17 Thread Adahma

On Fri, Mar 17, 2000 at 10:53:14AM +0100, Thomas Roessler wrote:
 On 2000-03-17 01:52:32 -0700, Adahma wrote:
 
  procmail.  Now here's my problem...  In those lists
  that I have presorted, I'd like to have the "normal"
  index format, so I see the sender rather than the list
  address, and still have the unsorted list mail flagged
  in my inbox.
 
 From my private muttrc:
 
 folder-hook . 'set index_format="%4C %Z %[%b %d] %-15.15L (%4c) %s"'
 folder-hook 
(debate|members|bugtraq|mutt-(users|dev)|postfix|krypto|ietf|coderpunks|netlaw) \
   'set index_format="%4C %Z %[%b %d] %-15.15n (%4c) %s"'

DOH!!  Those blasted missing '.  Never even crossed my mind.

Thanks a miilion!