summaryrefslogtreecommitdiff
path: root/guimb/scm
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2001-12-03 16:30:27 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2001-12-03 16:30:27 +0000
commit1a56794d33679d2ba8d4433f46c5fc32eaa76045 (patch)
treedbe0783060646def1af6b47df5e92f6db6f37f01 /guimb/scm
parentc96a5f955758253e6852399e0dea88d44ea32664 (diff)
downloadmailutils-1a56794d33679d2ba8d4433f46c5fc32eaa76045.tar.gz
mailutils-1a56794d33679d2ba8d4433f46c5fc32eaa76045.tar.bz2
Delete temp-file after running the script.
Diffstat (limited to 'guimb/scm')
-rw-r--r--guimb/scm/sieve.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/guimb/scm/sieve.scm b/guimb/scm/sieve.scm
index 4783b9cd3..3d4d38d2d 100644
--- a/guimb/scm/sieve.scm
+++ b/guimb/scm/sieve.scm
@@ -973,6 +973,7 @@
(saved-umask (umask #o077)))
(sieve-save-program temp-file)
(load temp-file)
+ (delete-file temp-file)
(umask saved-umask))))

Return to:

Send suggestions and report system problems to the System administrator.