Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Best place to put `mesg n` into?
- X-seq: zsh-users 2405
 
- From: Roland Jesse <jesse@xxxxxxxxxxxxxxxxxxxxxxxx>
 
- To: zsh-users@xxxxxxxxxxxxxx
 
- Subject: Re: Best place to put `mesg n` into?
 
- Date: Tue, 22 Jun 1999 09:59:51 +0200
 
- In-reply-to: <990622075325.ZM28012@xxxxxxxxxxxxxxxxxxxxxxx>; from Bart Schaefer on Tue, Jun 22, 1999 at 07:53:25AM +0000
 
- Mail-followup-to: zsh-users@xxxxxxxxxxxxxx
 
- Mailing-list: contact zsh-users-help@xxxxxxxxxxxxxx; run by ezmlm
 
- References: <19990622092132.A18495@xxxxxxxxxxxxxxxxxxxxxxxxxx> <990622075325.ZM28012@xxxxxxxxxxxxxxxxxxxxxxx>
 
Bart Schaefer wrote:
> If you put "mesg" in .zshenv, you'll have to protect it with something
> like
> 
> 	[[ -t 0 ]] && mesg n
Which is exactly what I wanted to avoid.
> A better solution is
> 
> 	xterm -ut -e wnewmail &
Man, you are just it. Thanks a lot.
	Roland
Messages sorted by:
Reverse Date,
Date,
Thread,
Author