commit b709ed3032a347cbd0a14e4050eb47130b6cc171 parent 6ea3b6caa87e112e6dac2f6877879f5b463bf70f Author: Antoine Amarilli <a3nm@a3nm.net> Date: Sun, 3 Aug 2014 19:58:56 +0200 link to question Diffstat:
my-mutt | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/my-mutt b/my-mutt @@ -1,6 +1,7 @@ #!/bin/bash -# TODO: why the hell is this needed to make it work with urxvt?! +# this needed to make it work with urxvt... +# http://unix.stackexchange.com/q/90399 echo sleep 0.01 if grep "^`hostname`$" ~/.mutt/local_email > /dev/null