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
3c1b9b8e
...
3c1b9b8e46d357d6f0b0bf3940e330a18d31aa25
authored
2006-02-08 13:17:39 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Update
1 parent
15fb12b9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
ChangeLog
ChangeLog
View file @
3c1b9b8
2006-02-08 Sergey Poznyakoff <gray@gnu.org.ua>
Fix displaying source locations in Sieve action logs:
* libsieve/prog.c (sieve_change_source)
(sieve_check_source_changed): New functions
(sieve_code_action,sieve_code_test): Call
sieve_check_source_changed.
* libsieve/sieve.h (sieve_change_source): New function
* libsieve/sieve.l (push_source,pop_source): Do not code
SOURCE instruction directly, use sieve_change_source() to let the
code generator know it should do it.
Fix build on platforms without program_invocation_short_name:
* mailbox/Makefile.am (AM_CFLAGS): Use AM_CPPFLAGS instead.
* config/Makefile.am, movemail/Makefile.am (AM_CPPFLAGS): Add
GNULIB_ARGP_EXTERN_BASENAME=1
...
...
Please
register
or
sign in
to post a comment