Re: Executing a function when Mutt exits

2001-07-15 Thread Duke Normandin


On Sat, Jul 14, 2001 at 09:10:03PM +0300, [EMAIL PROTECTED] wrote:
 Hi Duke!
 On Fri, 13 Jul 2001, Duke Normandin wrote:
 
  
  Hi...
  
  I want to run a Bash 'function' automatically upon Mutt exiting. Can this
  be done from my /etc/muttrc file? If not, how about a shell script? TIA..
 
 why don't you just define an alias for mutt command
 alias mutt=mutt; do_something.sh
 
 or something
 
 -- teodor


Hi Teodor...

Good idea! I'll give it a shot. Thanks.
-- 
-duke
Calgary, Alberta, Canada




Re: Executing a function when Mutt exits

2001-07-14 Thread teo

Hi Duke!
On Fri, 13 Jul 2001, Duke Normandin wrote:

 
 Hi...
 
 I want to run a Bash 'function' automatically upon Mutt exiting. Can this
 be done from my /etc/muttrc file? If not, how about a shell script? TIA..

why don't you just define an alias for mutt command
alias mutt=mutt; do_something.sh

or something

-- teodor



Executing a function when Mutt exits

2001-07-13 Thread Duke Normandin


Hi...

I want to run a Bash 'function' automatically upon Mutt exiting. Can this
be done from my /etc/muttrc file? If not, how about a shell script? TIA..
-- 
-duke
Calgary, Alberta, Canada