X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=man%2Frmm.man1;fp=man%2Frmm.man1;h=a2717130e4ca93cf13d091aff23b319672ab1ded;hp=0cf138fa246bd60c978e79511166991096b2993f;hb=8edc5aaf86f9f77124664f6801bc6c6cdf258173;hpb=dfecfa4b4b77983ddf8253b1b8effaf5c1a0ce80 diff --git a/man/rmm.man1 b/man/rmm.man1 index 0cf138f..a271713 100644 --- a/man/rmm.man1 +++ b/man/rmm.man1 @@ -17,13 +17,9 @@ rmm \- remove messages .SH DESCRIPTION By default, .B rmm -will remove the specified messages by renaming -the message files with preceding commas. Such files will then need to -be removed in some manner after a certain amount of time. Many sites -arrange for -.B cron -to remove these files once a day, so check -with your system administrator. +will remove the specified messages by refiling them to the trash folder +`+trash'. The contents of this folder will then need to +be removed after a certain amount of time. .PP Alternately, if you wish for .B rmm @@ -33,37 +29,11 @@ representing these messages, you can use the switch. But messages removed by this method cannot be later recovered. .PP -If you prefer a more sophisticated method of `removing' messages, you -can define the -.I rmmproc -profile component. For example, you can -add a profile component such as -.PP -.RS 5 -rmmproc: /home/foouser/bin/rmm_msgs -.RE -.PP -then instead of simply renaming the message file, -.B rmm -will call -the named program or script to handle the files that represent the -messages to be deleted. -.PP -Some users of -.B csh -prefer the following: -.PP -.RS 5 -alias rmm 'refile +d' -.RE -.PP -where folder `+d' is a folder for deleted messages, and -.PP .RS 5 -alias mexp 'rm `mhpath +d all`' +rmm \-unlink +trash a .RE .PP -is used to \*(lqexpunge\*(rq deleted messages. +can be used to expunge deleted messages. .PP The current message is not changed by .BR rmm , @@ -86,7 +56,6 @@ advance to the next message in the folder as expected. .ta \w'ExtraBigProfileName 'u ^Path:~^To determine the user's mail storage ^Current\-Folder:~^To find the default current folder -^rmmproc:~^Program to delete the message .fi .SH "SEE ALSO" @@ -96,24 +65,8 @@ refile(1), rmf(1) .nf .RB ` +folder "' defaults to the current folder" .RB ` msgs "' defaults to cur" -.RB ` -nounlink ' +.RB ` \-nounlink ' .fi .SH CONTEXT If a folder is given, it will become the current folder. - -.SH BUGS -Since -.B refile -uses your -.I rmmproc -to delete the message, -the -.I rmmproc -must -.B NOT -call -.B refile -without specifying -.BR \-normmproc , -or you will create an infinte loop.