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
346f0be9
...
346f0be99bca5c7e2d2264ed404a47499129d53e
authored
2004-11-15 20:41:42 +0000
by
Wojciech Polak
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Updated
1 parent
af0a83ce
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
23 additions
and
0 deletions
ChangeLog
configure.ac
examples/Makefile.am
ChangeLog
View file @
346f0be
2004-11-15 Wojciech Polak
* examples/config: New directory.
* examples/cpp: Likewise.
* examples/scheme: Likewise.
* examples/config/Makefile.am: New file.
* examples/cpp/Makefile.am: Likewise.
* examples/scheme/Makefile.am: Likewise.
* examples/comsat.conf: Moved to config/.
* examples/dot.biffrc: Likewise.
* examples/gnu-imap4d.pam: Likewise.
* examples/gnu-pop3d.pam: Likewise.
* examples/mailutils.rc: Likewise.
* examples/reply.scm: Moved to scheme/.
* examples/Makefile.am: Updated.
* configure.ac: Updated.
2004-11-15 Sergey Poznyakoff
* imap4d/imap4d.c: New option --tls-required: do not allow
...
...
configure.ac
View file @
346f0be
...
...
@@ -740,6 +740,9 @@ AC_CONFIG_FILES([Makefile
doc/texinfo/Makefile
dotlock/Makefile
examples/Makefile
examples/config/Makefile
examples/cpp/Makefile
examples/scheme/Makefile
frm/Makefile
frm/testsuite/Makefile
from/Makefile
...
...
examples/Makefile.am
View file @
346f0be
...
...
@@ -16,6 +16,8 @@
## along with this program; if not, write to the Free Software
## Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
SUBDIRS
=
config cpp scheme
noinst_PROGRAMS
=
\
addr
\
base64
\
...
...
Please
register
or
sign in
to post a comment