MU-VMS Archives

December 1996

MU-VMS@LISTSERV.MIAMIOH.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Kent Covert <[log in to unmask]>
Reply To:
Miami University OpenVMS <[log in to unmask]>
Date:
Tue, 10 Dec 1996 08:30:31 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (43 lines)
In article <[log in to unmask]>, [log in to unmask]
u (Micah James Cooper) writes:
> Clayton L. Hines ([log in to unmask]) wrote:
>> It's always notified me, although I'm sure there's a spiffy way of turning
>> it off.  Kent, can you lend Micah a hand?
>
> You can tell how much I use the VAX -- but is there a way to do it
> manually like 'messages' per chance?
 
I'm not sure I'm understanding 100% what you're asking for, but it sounds
like you want a program to tell you how many new mail messages you have.
Is this right?
 
There isn't anything on the system that does this exactly, but you could
create something fairly easily.  For example, add the following line to
your LOGIN.COM files:
 
    $ messages == "@sys$login:messages.com"
 
Then create a file called MESSAGES.COM in your login directory that looks
like:
 
    $ OLDMAIL
    EXIT
 
This will enter the OLDMAIL program and immediately EXIT.  When you enter
the OLDMAIL program, it tells you the number of new mail messages.  I use
the OLDMAIL command here rather than the MAIL command because it's
considerably faster.
 
If you want to want to see a listing the new messages you have, you could
change the program listed above to be the following:
 
    $ OLDMAIL
    DIR/NEW
    EXIT
 
--
                                     Kent Covert, Software Coordinator
                                     Miami Computing and Information Services
                                     Miami University, Oxford, OH
                                     [log in to unmask]

ATOM RSS1 RSS2