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
f8cb67a0
...
f8cb67a0b57b07610802435587f2d2311254d077
authored
2005-03-13 11:45:22 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Updated
1 parent
17afa62c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
1 deletions
ChangeLog
po/POTFILES.in
ChangeLog
View file @
f8cb67a
2005-03-13 Sergey Poznyakoff
* Makefile.am (SUBDIRS): Reordered. Due to the specifics
of gnulib imports, libmailutils depends on libmailbox.
Added config/.
* configure.ac (AC_CONFIG_FILES): Added config/Makefile
* lib/mailcap.c (mime_context_fill): Return integer code
(display_stream_mailcap): Bail out if mime_context_fill
returns 1
* mailbox/Makefile.am: Removed mailutils-config.c. It should
live in a separate directory to satisfy interlibrary dependencies.
* mailbox/mailutils-config.c: Moved to config
* config: New directory
* config/mailutils-config.c: New file
* config/Makefile.am: New file
* po/POTFILES.in: Updated
2005-03-13 Sergey Poznyakoff
* lib/mailcap.c Include ctype.h
(mime_context_fill): Remove leading whitespace
when preparing lists.
...
...
po/POTFILES.in
View file @
f8cb67a
...
...
@@ -3,6 +3,8 @@
# Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
#
config/mailutils-config.c
sql/mysql.c
sql/postgres.c
...
...
@@ -90,7 +92,6 @@ mailbox/argp-help.c
mailbox/argp-parse.c
mailbox/file_stream.c
mailbox/filter_iconv.c
mailbox/mailutils-config.c
mailbox/message.c
mailbox/mu_argp.c
mailbox/mu_auth.c
...
...
Please
register
or
sign in
to post a comment