Re: Name Problem.

2001-01-16 Thread Scott A. McIntyre
> Hi, I've been wanting to ask, why would "Nelson D. Guerrero" turn to > "Nelson D . Guerrero" on my mutt? I set it up in the .muttrc file to be > "Nelson D. Guerrero" and every time I try to email someone it would just > go back to "D ." This one bothered the heck out of me for a while. Try:

Something complex that I'm not sure mutt can handle.

2001-01-16 Thread Lloyd Zusman
There's something I'd like to do within mutt, but it's complex and I'm not sure if mutt can handle it. I'm currently using gnus to accomplish this complex task, and although it works, I'd like to switch to mutt if at all possible. In order to explain what I want to do, I have to first give some

Re: New mail notification

2001-01-16 Thread Suresh Ramasubramanian
Jeffrey A Schoolcraft proclaimed on mutt-users that: > sorry, forgot the ! > mailboxes ! `for file in ~/mail/*; do echo -n "+$(basename $file) "; done` instead - try mailboxes `echo $HOME/Mail/*` it works just fine :) --suresh -- Suresh Ramasubramanian + Wallopus Malletus I

Name Problem.

2001-01-16 Thread Nelson Guerrero
Hi, I've been wanting to ask, why would "Nelson D. Guerrero" turn to "Nelson D . Guerrero" on my mutt? I set it up in the .muttrc file to be "Nelson D. Guerrero" and every time I try to email someone it would just go back to "D ." --- Nelson D. Guerrero| E-Mail: [EMAIL PROTECTED

Re: New mail notification

2001-01-16 Thread John Indra
On Tue, Jan 16, 2001 at 08:53:12PM -0500, Brendan Cully wrote: >you forgot the '=' before the last few, if you quoted your mailboxes line >correctly. Aah... finally, find the beast that causing the malfunction. I don't even know why on earth cause me to forget those = before mailbox name. Thanks

Re: New mail notification

2001-01-16 Thread Jeffrey A Schoolcraft
sorry, forgot the ! mailboxes ! `for file in ~/mail/*; do echo -n "+$(basename $file) "; done` Jeffrey A Schoolcraft ([EMAIL PROTECTED]) wrote: > you might want to do something like this then: > > mailboxes `for file in ~/mail/*; do echo -n "+$(basename $file) "; done` > > works for me. > >

Re: New mail notification

2001-01-16 Thread Jeffrey A Schoolcraft
you might want to do something like this then: mailboxes `for file in ~/mail/*; do echo -n "+$(basename $file) "; done` works for me. Jeff

Re: New mail notification

2001-01-16 Thread Brendan Cully
On Wednesday, 17 January 2001 at 08:49, John Indra wrote: > On Wed, Jan 17, 2001 at 01:30:34AM +, Dave Pearson wrote: > > >Could it be pure coincidence that it's only the first seven that are full > >paths (well, shortcuts to full paths) while the rest aren't? :-) > > I don't quite get your

Re: New mail notification

2001-01-16 Thread John Indra
On Wed, Jan 17, 2001 at 01:30:34AM +, Dave Pearson wrote: >Could it be pure coincidence that it's only the first seven that are full >paths (well, shortcuts to full paths) while the rest aren't? :-) I don't quite get your point. All those mailboxes reside in $HOME/mail. None of them are sym

Re: New mail notification

2001-01-16 Thread Dave Pearson
On Wed, Jan 17, 2001 at 08:19:37AM +0700, John Indra wrote: > Dear all... > > I have this entry in my .muttrc: > mailboxes ! =dsniff ="@freebsd.org" ="@mutt.org" ="pau-mikro" \ > ="@postfix.org" ="@redhat.com" "@securityfocus.com" "libwww" "vpopmail" > > Unfortunately not all mailboxes notify me

New mail notification

2001-01-16 Thread John Indra
Dear all... I have this entry in my .muttrc: mailboxes ! =dsniff ="@freebsd.org" ="@mutt.org" ="pau-mikro" \ ="@postfix.org" ="@redhat.com" "@securityfocus.com" "libwww" "vpopmail" Unfortunately not all mailboxes notify me when new mail arrives. Only the first 7!?! Is there some limitation of th

Mutt1.2.5/IMAP/Kerberos 5 on Debian 2.2?

2001-01-16 Thread Petr Hlustik
Hello, Anybody got the Subject working? I've been very happily using Mutt/IMAP/Kerberos 5 w/o passwords on my Linux box at work (RedHat 6.2) - thanks Brendan. I tried the same on my home box with Debian 2.2 and I ran into trouble. First, I did not see any Kerberos 5 in Debian, so I compiled from

Re: Day-By-Day work with GnuPG

2001-01-16 Thread Josh Huber
On Tue, Jan 16, 2001 at 06:57:07AM -0800, Mike E wrote: > On a related note. How do you guys get new keys anyhow? I have > encryption/decryption working, but is there a way to have gpg/mutt > automatically fetch public keys from keyservers for you? If you set a keyserver in the .gnupg/options fil

Re: Day-By-Day work with GnuPG

2001-01-16 Thread Mike E
* Henrique de Moraes Holschuh ([EMAIL PROTECTED]) wrote: > On Tue, 16 Jan 2001, Kai Weber wrote: > > This is just an example. My question therefor is whether a solution for > > keeping the keyring up-to-date already exist? > > You need to roll your own. Attached, you'll find my script. Fell free

Re: Day-By-Day work with GnuPG

2001-01-16 Thread Josh Huber
On Tue, Jan 16, 2001 at 01:19:13PM +0100, Kai Weber wrote: > Hi, > > maybe it is not a question for Mutt but because I mostly use gpg with > Mutt it fits the on-topic-rules. > > How can I automatically clean up my pubring? Let's say, a key has > expired. Mutt/Gpg uses still the key in the pubrin

Re: Day-By-Day work with GnuPG

2001-01-16 Thread Henrique de Moraes Holschuh
On Tue, 16 Jan 2001, Kai Weber wrote: > This is just an example. My question therefor is whether a solution for > keeping the keyring up-to-date already exist? You need to roll your own. Attached, you'll find my script. Fell free to use and modify it, but be aware of possible pitfalls. It Works F

Day-By-Day work with GnuPG

2001-01-16 Thread Kai Weber
Hi, maybe it is not a question for Mutt but because I mostly use gpg with Mutt it fits the on-topic-rules. How can I automatically clean up my pubring? Let's say, a key has expired. Mutt/Gpg uses still the key in the pubring. I have to go and remove the key to fetch a new one. This is just an e