Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

coolmail(1) [debian man page]

COOLMAIL(1)						      General Commands Manual						       COOLMAIL(1)

NAME
coolmail - 3D animated mail notificaion utility SYNOPSIS
coolmail [option ...] DESCRIPTION
Coolmail is a mail notification utility with 3D animated graphics. Coolmail watches your inbox and lets you know when you have mail. Clicking on coolmail can launch your mail reading/writing utility. While your mail utility is open, clicking on coolmail will cause it to check your inbox at that instant, without waiting for the next regular interval. OPTIONS
-e command Use the specified command to launch your mail utility. Command is a string, and should be in quotes if it contains spaces. -f filename Watch filename, instead of the default mail inbox file. -fr n Set the number of frames to generate for each animation to n. Set this to an suit your preference and your machine's graphics per- formance. The default is 15. -h Print some help then exit. -int n | -update n Check your mail inbox at n-second intervals. The default is 30 seconds. -mono Run in monochrome mode. -once Ring bell when new mail is first detected, but not when more new mail is detected. -af filename Specifies the audio file to use rather than the standard system beep. -vol n Value between 0 and 100 for the volume setting for both the system beep and the sound file. The default is 50. -v Print version and inbox path. Coolmail also accepts the standard X Toolkit options, such as -geometry, etc. EXAMPLES
coolmail -e "emacs -f rmail" -int 20 Tells coolmail to check the inbox every 20 seconds, and launch the shell command, emacs -f rmail, when the user clicks on coolmail. X DEFAULTS
This program understands the core resource names and classes as well as: frameCount (class FrameCount) Specifies the number of frames to be generated per animation. inbox (class Inbox) Specifies the mail inbox that coolmail will watch. mailCommand (class MailCommand) Specifies the command that should be launched to read and write mail. monochrome (class Monochrome) A Boolean value that enables monochrome mode when true. soundFile (class SoundFile) Specifies the audio file to use rather than the standard system beep. volume (class Volume) Value between 0 and 100 for the volume setting for both the system beep and the sound file. COPYRIGHT
Copyright 1994 by Byron C. Darrah (darrah@kaiwan.com) AUTHORS
Byron C. Darrah (darrah@kaiwan.com) Sound support added by Randall K. Sharpe (rsharpe@ncsa.uiuc.edu) SEE ALSO
X(1), xrdb(1) Coolmail 1.3 COOLMAIL(1)

Check Out this Related Man Page

INCM(1) 						      General Commands Manual							   INCM(1)

NAME
incm - Incorporating new mails for Mew SYNOPSIS
incm [options] DESCRIPTION
The incm utility incoporates new mails from the mbox or the maildir to Mew's inbox folder. The options are as follows: -a Retrieve all mails from maildir/{cur,new} for maildir. -b Backup mails. mbox: No truncate mbox file. maildir: To maildir/cur directory. -c Use the Content-Length: field, instead of the "From " line, as a mail separator for mbox. -d path Path to mbox/maildir. If path is a file, mbox is assumed. If path is a directory, maildir is assumed. -m path The same as the -d option. -s Read one mail from stdin instead of mbox/maildir. -i inboxdir A path to the inbox directory. -h Display this help message. -v Display the version. mbox For mbox, the mail separator is "From " in the beginning of lines. The incm utility does not convert ">From " to "From " in the beginning of lines in the body. On Solaris, Content-Length: should be used with the -c option to tell the end of mail. To lock mbox, both a lock file("user.lock") and flock() (or lockf(), or open(LOCK_EX) are used. maildir For maildir, no lock and no separator are necessary. Consider the following situation: cur/{1,2} new/{3,4} Executing incm without the options results in: cur/{1,2} new/{} to inbox: {3,4} Executing incm with the -a option results in: cur/{} new/{} to inbox: {1,2,3,4} Executing incm with the -b option results in: cur/{1,2,3,4} new/{} to inbox: {3,4} Executing incm with the -a option and the -b otpion results in: cur/{1,2,3,4} new/{} to inbox: {1,2,3,4} So, if both options are specified, messages are retrieved multiple times. December 25, 2001 INCM(1)
Man Page