Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!purdue!ames!pasteur!cory.Berkeley.EDU!dheller From: dheller@cory.Berkeley.EDU (Dan Heller) Newsgroups: comp.mail.mush Subject: Re: Help with auto-processing of messages? Keywords: auto-executing script files? Message-ID: <16675@pasteur.Berkeley.EDU> Date: 30 Aug 89 04:49:23 GMT References: <10569@dasys1.UUCP> Sender: news@pasteur.Berkeley.EDU Reply-To: dheller@cory.Berkeley.EDU.UUCP (Dan Heller) Organization: University of California, Berkeley Lines: 16 In article <10569@dasys1.UUCP> dasys1!gts@cmcl2.nyu.edu (G. T. Samson) writes: What I'm trying to do is to toss out certain mail, move other mail to separate mailboxes for later perusal, etc. - all the things that the "pick" command does best. Now, how do I get this to happen every time that mush starts up? I know that I shouldn't put it in the .mushrc file, as no messages have yet been read in when that's executed... but I even tried to bind the command that I want to run to a key, and it wouldn't let me pass an argument. Use the -source arguemnt to mush when you start up: % mush -source script_file This file is sourced after your folder has been read in. Dan Heller