Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
1a56794d
...
1a56794d33679d2ba8d4433f46c5fc32eaa76045
authored
2001-12-03 16:30:27 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Delete temp-file after running the script.
1 parent
c96a5f95
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
guimb/scm/sieve.scm
guimb/scm/sieve.scm
View file @
1a56794
...
...
@@ -973,6 +973,7 @@
(
saved-umask
(
umask
#o077
)))
(
sieve-save-program
temp-file
)
(
load
temp-file
)
(
delete-file
temp-file
)
(
umask
saved-umask
))))
...
...
Please
register
or
sign in
to post a comment