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
478f924c
...
478f924c896218cf28f4e74b63854ad446ecc233
authored
2002-09-01 21:59:46 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(sieve-expand-filename): Fixed syntax error.
1 parent
84eec8c2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
guimb/scm/sieve-core.scm
guimb/scm/sieve-core.scm
View file @
478f924
...
...
@@ -64,7 +64,7 @@
(
define
(
sieve-expand-filename
filename
)
(
case
(
string-ref
filename
0
)
((
#\/
#
%
#
~
#
+
#
=
)
((
#\/
#
\%
#
\
~
#\+
#\
=
)
filename
)
(
else
(
let
((
pw
(
getpwuid
(
geteuid
))))
...
...
Please
register
or
sign in
to post a comment