<<< Date Index >>>     <<< Thread Index >>>

Re: how to execute a command on exit mutt?



On Thu, Apr 05, 2007 at 11:04:20AM +0200, Raphael wrote:
> 
> I want, if I exit from mutt (with 'q') to execute a shell-command. How
> is this possible?
> 

How about just starting mutt like this:

        mutt && COMMAND
    e.g.
        mutt && date


 - Paul.