Path: utzoo!censor!geac!torsqnt!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!cs.utexas.edu!wuarchive!sdd.hp.com!decwrl!sgi!shinobu!odin!karlton From: karlton@sgi.com (Phil Karlton) Newsgroups: comp.mail.mh Subject: Re: Refiling deleted messages into archive folder Message-ID: <1991Jan23.062300.5728@odin.corp.sgi.com> Date: 23 Jan 91 06:23:00 GMT References: <29282.664576642@shakti.wpd.sgi.com> Sender: news@odin.corp.sgi.com (Net News) Organization: Silicon Graphics, Inc., Mountain View, CA Lines: 10 I have a somewhat simpler scheme for moving deleted messages into the trash folder. Since I am a 'csh' user, I have an alias defined for rmm: "refile +trash !*". This takes care of the commands issued from a shell. Since I use xmh, I also have ~/bin/rmm which contains "refile -src $* +trash". To clean things up, I have a crontab entry which deletes anything from ~Mail/trash/ which is over 2 weeks old. PK