Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

rmm(1mh) [ultrix man page]

rmm(1mh)																  rmm(1mh)

Name
       rmm - remove messages

Syntax
       rmm [ +folder ] [ msgs ] [ -help ]

Description
       The command deletes the current message from the current folder.

       You can specify messages and folders other than the current ones by using the +folder and msgs arguments.

       The current message is not changed by so a will advance to the next message in the folder as expected.

       If  you	have  defined  a component rmmproc: in your file, then instead of simply renaming the message file, will call the named program to
       delete the file.

       The command removes messages by renaming the message files with a preceding comma.  Many sites consider files that start with a comma to be
       a temporary backup, and arrange for to remove such files once a day.

Options
       -help	 Prints a list of the valid options to this command.

       The default settings for this command are:

	      +folder defaults to the current folder
	      msgs defaults to the current message

Profile Components
       Path:		 To determine your Mail directory
       rmmproc: 	 Program to delete the message

Files
       The user profile.

See Also
       rmf(1mh)

																	  rmm(1mh)

Check Out this Related Man Page

RMM(1)                                                               [nmh-1.5]                                                              RMM(1)

NAME
rmm - remove messages SYNOPSIS
rmm [+folder] [msgs] [-unlink | -nounlink] [-version] [-help] DESCRIPTION
By default, rmm will remove the specified messages by renaming each of the message files with a site-dependent prefix (usually a comma). Such files will then need to be removed in some manner after a certain amount of time. Many sites arrange for cron to remove these files once a day, so check with your system administrator. Alternately, if you wish for rmm to really remove the files representing these messages, you can use the -unlink switch. But messages removed by this method cannot be later recovered. If you prefer a more sophisticated method of `removing' messages, you can define the rmmproc profile component. For example, you can add a profile component such as rmmproc: /home/foouser/bin/rmm_msgs then instead of simply renaming the message file, rmm will call the named program or script to handle the files that represent the messages to be deleted. Some users of csh prefer the following: alias rmm 'refile +d' where folder `+d' is a folder for deleted messages, and alias mexp 'rm `mhpath +d all`' is used to "expunge" deleted messages. The current message is not changed by rmm, so a next will advance to the next message in the folder as expected. FILES
$HOME/.mh_profile The user profile PROFILE COMPONENTS
Path: To determine the user's nmh directory Current-Folder: To find the default current folder rmmproc: Program to delete the message SEE ALSO
refile(1), rmf(1) DEFAULTS
`+folder' defaults to the current folder `msgs' defaults to cur `-nounlink' CONTEXT
If a folder is given, it will become the current folder. BUGS
Since refile uses your rmmproc to delete the message, the rmmproc must NOT call refile without specifying -normmproc, or you will create an infinte loop. MH.6.8 11 June 2012 RMM(1)
Man Page

4 More Discussions You Might Find Interesting

1. Solaris

script to performm interactive ftp

hi, i have to generate a script, which performs FTP action. The script should handle both put and get functions. can anybody help me on hw to develop the script (1 Reply)
Discussion started by: prash_b
1 Replies

2. Cybersecurity

group permmisions

Hi I'm have a problemwith permmisions on AIX os I have a group which required the following 1. Any group member can edit his own files 2. Only the group manager have full control on all members files 3. The action MUST NOT change the owner permissions How can I achieve that? Thanks... (0 Replies)
Discussion started by: skfn1203
0 Replies

3. BSD

BSD equivalent of rmmod

In Linux if you want to get rid of the PC speaker (beep!) without rebooting you can type rmmod pcspkr I'm looking for a way to remove (if possible) the BSD equivalent of the "pcspkr" module. I scrolled quickly through GENERIC and didn't see any entries that looked conspicuously like the... (2 Replies)
Discussion started by: uiop44
2 Replies

4. UNIX for Advanced & Expert Users

Rmmod,modprobe or dracut?

I am making few changes inside modprobe.d directory, now there are two options to make them effective 1) rmmod module, make changes and modprobe module 2) dracut -f I was wondering what's the difference between two, in terms of result, dracut makes kernel image again though and the other unplug... (0 Replies)
Discussion started by: nixhead
0 Replies