Re: Operating system error

2000-12-29 Thread Nils Vogels
Hi Waldemar Brodkorb ! On Fri 29 Dec 2000 (00:27), you muttered on the list: > Hello Mutt-User, > > I've a problem. > When I send a message I get this Errormessage. > What this means? > I use sendmail as MTA, /home is > exported by a UserSpaceNFS-Server. > > With telnet I can send an email wi

Re: Extra line added on edit message

2000-12-29 Thread Abhay Ghaisas
Suresh Ramasubramanian <[EMAIL PROTECTED]> wrote -- > Abhay Ghaisas proclaimed on mutt-users that: > > > I think I misled you with the clean-up part. The script does not > > clean-up the mail-box by removing mails; I invoke it on individual mails > > to do clean-up like removing the pesky adve

Installation of Mutt

2000-12-29 Thread Sharon Blair
I have installed Mutt on SCO Openserver 5.02. When I try to execute Mutt I get this error " dynamic linker : mutt : error opening /usr/local/lib/libncurses.so.4 Killed". I feel that I need something else installed because this file doesn't exist. Any clues or answers? Sharon Blair

Re: Extra line added on edit message

2000-12-29 Thread Conor Daly
> exit 0 unless (defined($ARGV[0]) && defined($ARGV[1])); Does perl use the usual convention of "argv[0]" is the name the script/program was called with or sometrhing different (The line above suggests different to me)? TIA -- Conor Daly <[EMAIL PROTECTED]> Domestic Sysadmin :-) --

Re: Installation of Mutt

2000-12-29 Thread Conor Daly
On Fri, Dec 29, 2000 at 10:44:51AM -0600 or so it is rumoured hereabouts, Sharon Blair thought: > I have installed Mutt on SCO Openserver 5.02. When I try to execute > Mutt I get this error " dynamic linker : mutt : error opening > /usr/local/lib/libncurses.so.4 Killed". I feel that I need som

Re: Operating system error

2000-12-29 Thread Waldemar Brodkorb
On Fri, Dec 29, 2000 at 01:26:31PM +0100, Nils Vogels wrote: > Hi Waldemar Brodkorb ! > > On Fri 29 Dec 2000 (00:27), you muttered on the list: > > > Hello Mutt-User, > > > > I've a problem. > > When I send a message I get this Errormessage. > > What this means? > > I use sendmail as MTA, /hom

Re: Extra line added on edit message

2000-12-29 Thread Charles Curley
On Fri, Dec 29, 2000 at 10:42:11PM +, Conor Daly muttered: > > exit 0 unless (defined($ARGV[0]) && defined($ARGV[1])); > > Does perl use the usual convention of "argv[0]" is the name the > script/program was called with or sometrhing different (The line above > suggests different to me)? Som