#3595: problems suspending mutt when called from shell script
---------------------------+----------------------
Reporter: blmassingill | Owner: mutt-dev
Type: defect | Status: new
Priority: minor | Milestone:
Component: mutt | Version: 1.5.21
Resolution: | Keywords:
---------------------------+----------------------
Comment (by zsdzsd):
As a work-around, I just discovered (with mutt 1.5.21, untested with mutt
1.4.2.3) that if I add
{{{
sighandler ()
{
:
}
# 20 is SIGTSTP in Linux running on x86.
trap 'sighandler' 20
}}}
to grepm, the problem disappears (at least for me, at least for right
now).
FWIW.
--
Ticket URL: <http://dev.mutt.org/trac/ticket/3595#comment:2>
Mutt <http://www.mutt.org/>
The Mutt mail user agent