Re: mutt and NFS

2002-02-03 Thread Ken Weingold
On Sun, Feb 3, 2002, Christopher S. Swingley wrote: > > > ls -l --fulltime folderfile > > > ls -lu --fulltime folderfile > > > > It's happening again. Weird that ls --help shows --fulltime, but on > > the command line is says it's an invalid option. :-/ Anyway, > > 'ls -lu's output time i

Re: regex isn't working in "color index ~C ..." context

2002-02-03 Thread parv
i blurted... > color index brightwhite default "~C (parv_@yahoo\.com|parv@(localhost|.*holy\.cow))" > > ...i get error message while starting mutt... to which replied Benjamin Smith thusly (and Jeremy Blosser gave the similar reply)... > > Easily solved. This is due to mutt's weird parsing o

Re: regex isn't working in "color index ~C ..." context

2002-02-03 Thread Jeremy Blosser
On Feb 03, Cedric Duval [[EMAIL PROTECTED]] wrote: > Jeremy Blosser wrote: > > On Feb 03, parv [[EMAIL PROTECTED]] wrote: > > > #color index brightwhite default "~C $alternates" > ^^ > Am I missing something? I believe the main goal of the original

Re: regex isn't working in "color index ~C ..." context

2002-02-03 Thread Cedric Duval
Jeremy Blosser wrote: > On Feb 03, parv [[EMAIL PROTECTED]] wrote: > > #color index brightwhite default "~C $alternates" ^^ Am I missing something? I believe the main goal of the original poster is to achieve something like this... > > color index

Re: regex isn't working in "color index ~C ..." context

2002-02-03 Thread Benjamin Smith
On Sun, Feb 03, 2002 at 03:38:18PM -0500, parv wrote: > hi, > > i tried... > > #color index brightwhite default "~C $alternates" > color index brightwhite default "~C (parv_@yahoo\.com|parv@(localhost|.*holy\.cow))" > > > ...i get error message while starting mutt... > > Error in /home/parv/

Re: regex isn't working in "color index ~C ..." context

2002-02-03 Thread Jeremy Blosser
On Feb 03, parv [[EMAIL PROTECTED]] wrote: > #color index brightwhite default "~C $alternates" > color index brightwhite default "~C (parv_@yahoo\.com|parv@(localhost|.*holy\.cow))" > > > ...i get error message while starting mutt... > > Error in /home/parv/cf/mail/mutt.cf, line 58: parenthese

Re: mutt and NFS

2002-02-03 Thread Christopher S. Swingley
> > ls -l --fulltime folderfile > > ls -lu --fulltime folderfile > > It's happening again. Weird that ls --help shows --fulltime, but on > the command line is says it's an invalid option. :-/ Anyway, > 'ls -lu's output time is 2 minutes earlier than 'ls -l's. On my Linux box (Debian sid)

Re: mutt and NFS

2002-02-03 Thread Ken Weingold
On Sun, Feb 3, 2002, David T-G wrote: > When you do see it, try > > ls -l --fulltime folderfile > ls -lu --fulltime folderfile > > to see the differences. See if they make sense. It's happening again. Weird that ls --help shows --fulltime, but on the command line is says it's an invalid

regex isn't working in "color index ~C ..." context

2002-02-03 Thread parv
hi, i tried... #color index brightwhite default "~C $alternates" color index brightwhite default "~C (parv_@yahoo\.com|parv@(localhost|.*holy\.cow))" ...i get error message while starting mutt... Error in /home/parv/cf/mail/mutt.cf, line 58: parentheses not balanced ...i don't see how abov

Re: mutt and NFS

2002-02-03 Thread Ken Weingold
On Sun, Feb 3, 2002, David T-G wrote: > % that the servers run ntp and are synced to within a second. Any other > > Good enough (though there have been times that I've had to really badger > my admin to fix ntp when it falls over). > > > % ideas? I haven't seen it last night, though. And bt

Re: Shortcut to mailboxes screen?

2002-02-03 Thread Will Yardley
Jeremy Blosser wrote: > On Feb 03, Collin Peters [[EMAIL PROTECTED]] wrote: > > macro pager "i" "?" > > macro index "i" "?" > You shouldn't need the explicit in there, since > will sync anyway. I guess this might be desirable > with certain variable settings, but I'm not sure what you'd exac

Re: Shortcut to mailboxes screen?

2002-02-03 Thread Jeremy Blosser
On Feb 03, Collin Peters [[EMAIL PROTECTED]] wrote: > macro pager "i" "?" > macro index "i" "?" You shouldn't need the explicit in there, since will sync anyway. I guess this might be desirable with certain variable settings, but I'm not sure what you'd exactly see in those cases... msg2415

Re: Getting start with Mutt and IMAP

2002-02-03 Thread William Guynes
On Sun, 3 Feb 2002, David T-G wrote: [snip!] > What version of mutt are you running? Now that is some serious help. Thank you and Bruno, both. I did, indeed, find that an old version of mutt was being launched. Don't ya love path conflicts? So, while I was sorting that out, I downloaded the _ve

Re: Shortcut to mailboxes screen?

2002-02-03 Thread Erik Rothwell
On Sun, Feb 03, 2002 at 08:44:02AM -0800, Collin Peters wrote: > > macro pager "i" "?" > macro index "i" "?" > > I got this off someone on the list once. Works great for me. That's perfect! Works like a charm, thanks. Erik. -- E. L. Rothwell PGP Public Key at http://www.keyserver.net/

Re: Shortcut to mailboxes screen?

2002-02-03 Thread Collin Peters
On Sun, Feb 03, 2002 at 11:12:06AM -0500, Erik Rothwell wrote: > Hi folks, > > I'm a recent convert to mutt from the rigid world of pine... I'm > suitably impressed with the near infinite reconfigurability. > > One thing I've run up against--probably for lack of a decent Google > query--is how I

Shortcut to mailboxes screen?

2002-02-03 Thread Erik Rothwell
Hi folks, I'm a recent convert to mutt from the rigid world of pine... I'm suitably impressed with the near infinite reconfigurability. One thing I've run up against--probably for lack of a decent Google query--is how I might create a macro to bring me to the mailboxes overview in the browser.

Re: Getting start with Mutt and IMAP

2002-02-03 Thread David T-G
William -- ...and then William Guynes said... % % I'm trying to get moved over to mutt. I've had it with Pine roles, % it's driving me nuts. Welcome! % % IMAP implementation has me a bit confused. I have 3 IMAP mailboxes, % on 3 diferent servers. If I understand the docs correctly, I can

Re: timeout/mail_check doesn't always work?

2002-02-03 Thread David T-G
Philip -- ...and then Philip Mak said... % % I have the following lines in my .muttrc file: % % set mail_check=5 # check for new mail every 5 seconds % set timeout=10 # if no keypress in 10 seconds, check for new mail Those look like they should get a quick response, even if they might be toug

Re: mutt and NFS

2002-02-03 Thread David T-G
Ken -- ...and then Ken Weingold said... % % On Sat, Feb 2, 2002, David T-G wrote: % > I'd check the times, then. Log in on the server and check the date and % > then, as simultaneously as possible, check the date on your workstation. % > If they're more than a second or so off, you can have pr

Re: mutt and NFS

2002-02-03 Thread David T-G
Ken -- ...and then Ken Weingold said... % % On Sat, Feb 2, 2002, David T-G wrote: % > Speaking of landing in a new city, does anyone need a hot SysAdmin? I'm % > on the market again... Ken, perhaps you should forward my address to % > your IT department ;-) % % What the one of my former empl

Re: Getting start with Mutt and IMAP

2002-02-03 Thread Bruno Postle
On Sat 02-Feb-2002 at 11:53:55AM -0600, William Guynes wrote: > The only thing that worked was spoolfile in "{}INBOX" format, > but not in "imap:///INBOX format". The URL style syntax is new to mutt-1.3.*. If you are using 1.2.5, then try upgrading to a recent development version like 1.3.27 - i

Re: send-hook fails on alias addresses

2002-02-03 Thread Steffen Evers
On Sat, Feb 02, 2002 at 23:58, Knute wrote: > Have you tried double quites? > > send-hook "~t my@address\.com" 'unmy_hdr bcc' Does not help. :-( Steffen