Re: removing duplicate messages + changing mailbox

2001-04-08 Thread Rejo Zenger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 ++ 12/02/01 08:04 + - Nelson D. Guerrero: >Roel, the answer to that question is making a rule on your .procmailrc >to delete themThis is what I have. > >:0 Whc: .msgid.lock >| formail -D 16384 .msgid.cache >:0 a: >/dev/null The ":" on the sec

Re: [OT] well slightly

2001-04-08 Thread Luke Ravitch
On Mon, Apr 09, 2001 at 12:23:06AM -0500, Tim Whitehead wrote: > > I just recently got an email from my sister an noticed that Netscape puts an > X-Mailer in the header. This started a mini-quest to get the equivalent into > mine. I delved into the man pages of grep, sed and awk only to find that

Re: RunningX replacement

2001-04-08 Thread Enoch Wu
Igor, thanks. EW On Sun, Apr 08, 2001 at 07:30:05PM -0700, Igor Pruchanskiy wrote: > Today i finally got to the Mutt MIME configuration part. > I spent about 10 minutes trying to compile RunningX.ci, link to which i found on >mutt.org. > I was getting all kinds of errors and i did not feel

[OT] well slightly

2001-04-08 Thread Tim Whitehead
I just recently got an email from my sister an noticed that Netscape puts an X-Mailer in the header. This started a mini-quest to get the equivalent into mine. I delved into the man pages of grep, sed and awk only to find that my best solution came from you guys from my last question concerning t

Re: Playing a new mail wav

2001-04-08 Thread Jim Breton
On Sun, Apr 08, 2001 at 04:09:55PM -0400, Phil Sexton wrote: > Would any of you know how to play a new mail wav file upon arival of new > mail? I would like to: I'm using gkrellm for this (and other things): http://newweb.wt.net/~billw/ > It would really be neat if I could play different wavs

Re: two mutt questions

2001-04-08 Thread Phil Sexton
On Sun, Apr 08, 2001 at 10:42:02AM -0700, Dave Csercsics wrote: Sendmail will send the mail from localhost unless changed. This is usually spam filtered, so you have to make sendmail use [EMAIL PROTECTED] instead. See http://users.binary.net/dturley/linux/sendmail.html -- Phil "Linux: Viag

RunningX replacement

2001-04-08 Thread Igor Pruchanskiy
Today i finally got to the Mutt MIME configuration part. I spent about 10 minutes trying to compile RunningX.ci, link to which i found on mutt.org. I was getting all kinds of errors and i did not feel like digging through that, so i came up with my own little RunningX replacement. Just a simpl

Re: two mutt questions

2001-04-08 Thread Wade A. Mosely
Dave Csercsics wrote: > Ok, Mutt ios a great program and all that but I have a couple questions. Well a >problem and a question. The problem is that > I cannot figure out how to tell mutt the name of my smtp server so that I can get >mutt to send mail. I can receive fine but not > send. Any he

Re: mutt on DOS?

2001-04-08 Thread Suresh Ramasubramanian
Ville Uski proclaimed on mutt-users that: > Thanks for advice to both of you. I'll try to install Pegasus Mail next > time I visit my mom. She basically needs something that works more > reliably than the other programme. Pegasus is rock solid stable. Its 'doze (16 bit and 32 bit) versions als

Re: two mutt questions

2001-04-08 Thread Igor Pruchanskiy
You can not tell Mutt to use external smtp server if i am not mistaking. It has to use your local sendmail or another mailer. And it does not send your message body as an attachment. It just looks like it, if you are talking about the screen where you hit "y" to send mail out. igor On Sun 08

Re: Playing a new mail wav

2001-04-08 Thread Peter BARABAS
On Sun, Apr 08, 2001 at 04:09:55PM -0400, Phil Sexton wrote: > I have mutt working how I want it to now (best mail client I have used, I > think, BTW). I would like to play sounds upon new mail. > I recommend You to read the procmail manual, and formail manual can be handy. Regards, Z. --

Re: Playing a new mail wav

2001-04-08 Thread Nash
Try something like this--it does the mtime >= atime comparison for you. #!/bin/bash # # usage: $0 # while /bin/true; do { VALUE=`echo $1 | perl -lane '{\ use File::stat;\ $a=stat($_); \ if ( $a->mtime() >= $a->atime() ) {\ print "new"; exit;\ } else {

two mutt questions

2001-04-08 Thread Dave Csercsics
Ok, Mutt ios a great program and all that but I have a couple questions. Well a problem and a question. The problem is that I cannot figure out how to tell mutt the name of my smtp server so that I can get mutt to send mail. I can receive fine but not send. Any help with this would be greatly

Re: Open mutt with the mail directory displayed?

2001-04-08 Thread Christian Biesinger
On Sun, Apr 08, 2001 at 01:57:00PM -0400, Phil Sexton wrote: > I would like for the mail directory to be displayed when mutt opens. I.E, > what I see when I use c ?. > > Does anyone have an idea on how to do this? mutt -y -- Encrypted Emails strongly preferred! Get PGP from: http://www.pgpi.

Feature Request - don't encrypt when sending to mailing list

2001-04-08 Thread Christian Biesinger
Hello! Currently, I've configured Mutt to always encrypt messages I send. However, sometimes I send mails to mailing lists. Mutt knows about them (I've got entries for them in my ~/.muttrc using lists or subscribe). However, usually mails to mailing lists should not be encrypted. It would be nic

Re: Playing a new mail wav

2001-04-08 Thread Luke Ravitch
On Sun, Apr 08, 2001 at 05:06:19PM -0400, Rich Lafferty wrote: > To the original poster: If you're using procmail to sort your incoming > mail, you may as well have procmail launch the command to play the > sound as well. If you just want sounds, that's probably the way to go. The only possible

Re: Playing a new mail wav

2001-04-08 Thread Igor Pruchanskiy
in .muttrc set beep_new# Beep on new messages does the job for me. I hate sounds :) Works great with Maildir igor On Sun 08 Apr 2001, Phil Sexton wrote: > I have mutt working how I want it to now (best mail client I have used, I > think, BTW). I would like to play sounds upon new

Re: Playing a new mail wav

2001-04-08 Thread Rich Lafferty
On Sun, Apr 08, 2001 at 10:34:38PM +0200, Johannes Huettemeister ([EMAIL PROTECTED]) wrote: > > Hi, > I got the same prob. All mail checkers seem to work with the spool > file, so they only check if the file is == 0. But you need a proggie > that checks if the size of the mailbox or mailfolder

Re: Playing a new mail wav

2001-04-08 Thread Johannes Huettemeister
On Sun Apr 08, 2001 at 04:0955PM -0400, Phil Sexton wrote: > I have mutt working how I want it to now (best mail client I have used, I > think, BTW). I would like to play sounds upon new mail. > > Previously, I used the clockmail applet in gnome to do so, but I only > understand how to set it

Playing a new mail wav

2001-04-08 Thread Phil Sexton
I have mutt working how I want it to now (best mail client I have used, I think, BTW). I would like to play sounds upon new mail. Previously, I used the clockmail applet in gnome to do so, but I only understand how to set it up to play for the mail spool file. I am using procmail to move the

Re: Open mutt with the mail directory displayed?

2001-04-08 Thread Johannes Huettemeister
use mutt -y (put alias mutt="mutt -y" in your /etc/profile or where u got your global aliases) On Sun Apr 08, 2001 at 01:5700PM -0400, Phil Sexton wrote: > I would like for the mail directory to be displayed when mutt opens. I.E, > what I see when I use c ?. > > Does anyone have an idea on ho

Re: Open mutt with the mail directory displayed?

2001-04-08 Thread Igor Pruchanskiy
I use push cMaildir\r # Go directly to my Maildir I hope that helps. Igor On Sun 08 Apr 2001, Phil Sexton wrote: > I would like for the mail directory to be displayed when mutt opens. I.E, > what I see when I use c ?. > > Does anyone have an idea on how to do this? > > -- > Phil

Re: mutt on DOS?

2001-04-08 Thread Ville Uski
Thanks for advice to both of you. I'll try to install Pegasus Mail next time I visit my mom. She basically needs something that works more reliably than the other programme. Best, Ville -- Ville Uski [EMAIL PROTECTED]

Open mutt with the mail directory displayed?

2001-04-08 Thread Phil Sexton
I would like for the mail directory to be displayed when mutt opens. I.E, what I see when I use c ?. Does anyone have an idea on how to do this? -- Phil "Linux: Viagra for the PC" Naomi's Fancy: http://naomisfancy.virtualave.net/ My page: http://naomisfancy.virtualave.net/phil.html Cyber Tio

Re: Mutt Generating BAD Signatures with GPG

2001-04-08 Thread Andrew W. Nosenko
Adam Sherman wrote: : The attached message is one that I pulled raw out of my Sent folder, : it hasn't gone through any mail systems. : : Yet I can't verify it. : : Any thoughts? Do you can send your system-wide muttrc (usually ${prefix}/etc/muttrc where ${prefix} is defined in configure time),

Re: cyrillic characters

2001-04-08 Thread Thomas Dickey
On Sun, Apr 08, 2001 at 01:05:07AM -0700, Igor Pruchanskiy wrote: > P.S. This is an unrelated question, but i noticed that > if you start aterm, Eterm or rxvt (xterm works fine) > Every single app that uses ncurses interface is loosing > background. So if i start mutt i will only see the foregrou

Mailbox Shortcuts

2001-04-08 Thread Igor Pruchanskiy
Hello, Does anyone know if it is possible to define additional Mailbox Shortcuts in Mutt ? Or i have to do something like: macro index \em "cMaildir/lists/mutt-users\r" "Go to the mutt-users mailbox" macro pager \em "cMaildir/lists/mutt-users\r" "Go to the mutt-users mailbox" BTW, i tri

Re: cyrillic characters

2001-04-08 Thread Igor Pruchanskiy
Yes, i can use russian letters in aterm, but only if i set the appropriate font. I can also save the message as a text file and can read it just fine. I also tried recompiling mutt with ./configure --with-included-gettext if i start aterm with -fn koi8x13 and export LANG=ru and LC_ALL=ru i get

Re: saving hooks for archives

2001-04-08 Thread Erika Pacholleck
save-hook "~C mutt-users" +archive/mutt.users save-hook . +archive/other.all Thank you all, I knew it was that easy. ( Apr-05-2001 ) Michael Tatge <--: > man procmail :) No procmail, no man procmail. I do intentionally not use procmail, all mail goes to spoolfile and - discipline myself - this

Re: %l broken in pager_format for maildir folders?

2001-04-08 Thread Louis-David Mitterrand
On Thu, Apr 05, 2001 at 07:39:56AM -0700, David Ellement wrote: > On 010405, at 15:28:33, Micha Berdichevsky wrote > > I'm using mutt 1.3.17i on a linux machine. > > I just converted all my mailboxes to maildir format, and the pager > > reports 0 lines for all messages (%l field). > > Any ideas? >