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
d871c379
...
d871c37930e3aa432c79228a421ebb31b24b1d5b
authored
2002-12-10 14:59:38 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(sieve_argp_parser): Always add SIEVE_MODDIR to sieve_library_path.
1 parent
b025e6e9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
libsieve/argp.c
libsieve/argp.c
View file @
d871c37
...
...
@@ -64,6 +64,13 @@ sieve_argp_parser (int key, char *arg, struct argp_state *state)
plist
=
&
sieve_library_path
;
break
;
case
ARGP_KEY_INIT
:
#ifdef SIEVE_MODDIR
plist
=
&
sieve_library_path
;
arg
=
SIEVE_MODDIR
;
#endif
break
;
case
ARGP_KEY_FINI
:
sieve_load_add_path
(
sieve_library_path
);
break
;
...
...
Please
register
or
sign in
to post a comment