Re: Finding new mail

2001-04-16 Thread Horace G. Friend III
On Sat, Apr 14, 2001 at 10:18:30PM -0700, CB wrote: > Well now that I'm armed with a little bit of help, gpg should be a bit > easier to get working (going to first key party next weekend). Don't forget to upload/post your public key to a keyserver after you're set. Cheers. -- Horace G. Frie

Re: Finding new mail

2001-04-15 Thread David Rock
On Sat, Apr 14, 2001 at 05:57:03PM -0700, CB wrote: > On Sat, Apr 14, 2001 at 06:18:43PM +0200, Andre Berger wrote: > > Is there a comprehensive parameter listing anywhere? I've not been able > to find one, but I'm probably looking at the wrong places. The man page > for mutt says nothing about

Re: Finding new mail

2001-04-14 Thread CB
On Sun, Apr 15, 2001 at 12:31:57AM -0400, Wade A. Mosely wrote: > > If anyone does know a way of displaying only folders with new mail > > when one presses "c", I'd love to hear about it. I asked a few days > I'd like to know how to do that, too. I thought about it the I'm satisfied with the fil

Re: Finding new mail

2001-04-14 Thread CB
On Sun, Apr 15, 2001 at 12:26:22AM -0400, Wade A. Mosely wrote: > "+" or "=" as part of the filename, it expands to the value of > the $folder variable. Note, also, that "!" expands to the value > of the $spool variable. It's important to specify these before > the mailboxes commands in the ~/.

Re: Finding new mail

2001-04-14 Thread Wade A. Mosely
Wade A. Mosely wrote: > The mailboxes you specify are filenames of mailboxes that you > want Mutt to recognize as those that receive mail. When you use > "+" or "=" as part of the filename, it expands to the value of > the $folder variable. Note, also, that "!" expands to the value > of the $spo

Re: Finding new mail

2001-04-14 Thread Wade A. Mosely
Ailbhe Leamy wrote: > If anyone does know a way of displaying only folders with new mail > when one presses "c", I'd love to hear about it. I asked a few days > ago, and no-one seems to know. I'd like to know how to do that, too. I thought about it the first time you mentioned it, and couldn't c

Re: Finding new mail

2001-04-14 Thread Wade A. Mosely
CB wrote: > On Sat, Apr 14, 2001 at 06:18:43PM +0200, Andre Berger wrote: > > > Did you set "mailboxes", like in > > mailboxes ! +mutt-users +onemoremailbox +anothermailbox > > No, I do not have the plus sign in front of any of my mailboxes that I > have listed. I'll try that. Also, is it ca

Re: Finding new mail

2001-04-14 Thread CB
On Sat, Apr 14, 2001 at 06:18:43PM +0200, Andre Berger wrote: > Did you set "mailboxes", like in > mailboxes ! +mutt-users +onemoremailbox +anothermailbox No, I do not have the plus sign in front of any of my mailboxes that I have listed. I'll try that. Also, is it case-sensitve? I'll assum

Re: Finding new mail

2001-04-14 Thread David Rock
On Sat, Apr 14, 2001 at 06:11:53PM +0100, Ailbhe Leamy wrote: > On (14/04/01 08:07), CB wrote: > > > Currently, I can find new mail when I press "c" and I look at the > > modify date/time of the list of folders. Another mutt user told me > > that when I receive new mail, the bottom status line s

Re: Finding new mail

2001-04-14 Thread Andre Berger
* CB <[EMAIL PROTECTED]>, 2001-04-14 17:29 +0200: > Currently, I can find new mail when I press "c" and I look at the modify > date/time of the list of folders. Another mutt user told me that when I > receive new mail, the bottom status line should tell me that I have > received new mail. It doe

Re: Finding new mail

2001-04-14 Thread Ailbhe Leamy
On (14/04/01 08:07), CB wrote: > Currently, I can find new mail when I press "c" and I look at the > modify date/time of the list of folders. Another mutt user told me > that when I receive new mail, the bottom status line should tell me > that I have received new mail. It does not. I suspect

Re: Finding new mail

2001-04-14 Thread dan radom
use the mailboxes directive to turn on notifications for mailboxes. here's mine... mailboxes `echo $HOME/mail/* | tr " " "\n" | grep -Ev "sent" | tr "\n" " "` /var/spool/mail/graffix that allows notifications for "/var/spool/mail/graffix" and everythig in "$HOME/mail/" except for the sent fol