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

Reply via email to