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
f8cfe521
...
f8cfe52149d2f55a4b7f6b9cd6bd1be34e917074
authored
2007-06-26 19:36:48 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Minor change
1 parent
8e183b75
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
libsieve/load.c
libsieve/sieve.h
libsieve/load.c
View file @
f8cfe52
/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 1999, 2000, 2001, 2002, 2005 Free Software Foundation, Inc.
Copyright (C) 1999, 2000, 2001, 2002, 2005,
2007 Free Software Foundation, Inc.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
...
...
@@ -98,7 +99,7 @@ mu_sieve_load_ext (mu_sieve_machine_t mach, const char *name)
}
static
int
_load_dir
(
void
*
item
,
void
*
unused
)
_
add_
load_dir
(
void
*
item
,
void
*
unused
)
{
return
lt_dladdsearchdir
(
item
);
}
...
...
@@ -108,7 +109,7 @@ sieve_load_add_path (mu_list_t path)
{
if
(
lt_dlinit
())
return
1
;
return
mu_list_do
(
path
,
_load_dir
,
NULL
);
return
mu_list_do
(
path
,
_
add_
load_dir
,
NULL
);
}
int
...
...
libsieve/sieve.h
View file @
f8cfe52
/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 1999, 2000, 2001, 2002, 2005, 2006 Free Software Foundation, Inc.
Copyright (C) 1999, 2000, 2001, 2002, 2005, 2006,
2007 Free Software Foundation, Inc.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
...
...
Please
register
or
sign in
to post a comment