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
08d42e21
...
08d42e219040dfa48e547e71c17616f33e14aa5b
authored
2007-11-22 14:02:47 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mu_sieve_module_init): Initialize mu_sieve_library_path with SIEVE_MODDIR.
1 parent
0fe7c3ee
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
libsieve/conf.c
libsieve/conf.c
View file @
08d42e2
...
...
@@ -56,6 +56,11 @@ mu_sieve_module_init (void *data)
if
(
!
data
)
return
0
;
p
=
data
;
#ifdef SIEVE_MODDIR
_path_append
(
SIEVE_MODDIR
,
&
mu_sieve_library_path
);
#endif
if
(
p
->
clearflags
&
MU_SIEVE_CLEAR_INCLUDE_PATH
)
mu_list_destroy
(
&
mu_sieve_include_path
);
mu_list_do
(
p
->
include_path
,
_path_append
,
&
mu_sieve_include_path
);
...
...
Please
register
or
sign in
to post a comment