X-Git-Url: https://git.madduck.net/etc/mailfilter.git/blobdiff_plain/48789abfb13b0713aeb5c60e7be3961322ce6181..077b14fe096740e5a2cb4fc9d489d2712d3c8fe5:/bin/send-outgoing

diff --git a/bin/send-outgoing b/bin/send-outgoing
index 1d5f800..2aa2381 100755
--- a/bin/send-outgoing
+++ b/bin/send-outgoing
@@ -12,6 +12,7 @@ LOCKFILE="$OUTBOX/.$ME.lock"
 trap "rm -f $LOCKFILE" 1 2 3 4 5 6 7 8 10 11 12 13 14 15
 if ! lockfile -0 -r0 -l 3600 "$LOCKFILE" 2>/dev/null; then
   echo "E: another $ME process is already running over that Maildir." >&2
+  trap - 0 1 2 3 4 5 6 7 8 10 11 12 13 14 15
   exit 1
 fi