projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96c6767
)
Don't remove the draft on SIGQUIT to allow debugging
author
markus schnalke
<meillo@marmaro.de>
Wed, 21 Oct 2015 15:13:35 +0000
(17:13 +0200)
committer
markus schnalke
<meillo@marmaro.de>
Wed, 21 Oct 2015 15:13:35 +0000
(17:13 +0200)
uip/sendfiles.sh
patch
|
blob
|
history
diff --git
a/uip/sendfiles.sh
b/uip/sendfiles.sh
index
66fc7ec
..
5e4cd67
100755
(executable)
--- a/
uip/sendfiles.sh
+++ b/
uip/sendfiles.sh
@@
-23,7
+23,7
@@
Files: $*
!
draft=`mktemp /tmp/sendfiles.XXXXXX`
-trap 'rm -f "$draft"' 1 2 3 15
+trap 'rm -f "$draft"' 1 2 15
anno "$draft" -component To -text "$rcpt" -nodate
anno "$draft" -component Subject -text "$subject" -nodate