DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T r

⟦618a23050⟧ TextFile

    Length: 1353 (0x549)
    Types: TextFile
    Names: »rmm.rf«

Derivation

└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit
    └─⟦3658e588a⟧ »EurOpenD3/mail/mh/mh-6.7.tar.Z« 
        └─⟦c75e36ecb⟧ 
            └─⟦this⟧ »mh-6.7/conf/doc/rmm.rf« 

TextFile

.\"	@(MHWARNING)
.\" @(#)$Id: rmm.rf,v 1.5 90/04/05 15:15:12 sources Exp $
.SC RMM 1
.NA
rmm \- remove messages
.SY
rmm
\%[+folder] \%[msgs]
\%[\-help]
.DE
\fIRmm\fR removes the specified messages by renaming the message
files with preceding commas.  Many sites consider files that start with a 
comma to be a temporary backup, and arrange for \fIcron\fR\0(8)
to remove such files once a day.

If the user has a profile component such as

	rmmproc:	/bin/rm

then instead of simply renaming the message file,
\fIrmm\fR
will call the named program to delete the file.
Note that at most installations, 
\fIcron\fR\0(8) is told to remove files that begin with a comma once a night.

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 \*(lqexpunge\*(rq deleted messages.

The current message is not changed by \fIrmm\fR, so a \fInext\fR  will
advance to the next message in the folder as expected.
.Fi
^$HOME/\&.mh\(ruprofile~^The user profile
.Pr
^Path:~^To determine the user's MH directory
.Ps
^Current\-Folder:~^To find the default current folder
.Ps
^rmmproc:~^Program to delete the message
.Sa
rmf(1)
.De
`+folder' defaults to the current folder
.Ds
`msgs' defaults to cur
.Co
If a folder is given, it will become the current folder.
.En