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
b0e17013
...
b0e17013306ee790a1e5b4f1e0cf1c6c8805abec
authored
2004-01-15 13:18:09 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added local folder format support.
1 parent
e81b6d6b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
imap4d/Makefile.am
pop3d/Makefile.am
imap4d/Makefile.am
View file @
b0e1701
...
...
@@ -63,6 +63,8 @@ imap4d_SOURCES = \
imap4d_LDADD
=
\
@IMAP_AUTHOBJS@
\
../mailbox/mbox/libmu_mbox.la
\
../mailbox/mh/libmu_mh.la
\
../mailbox/maildir/libmu_maildir.la
\
../mailbox/libmailbox.la
\
../lib/libmailutils.la
\
@AUTHLIBS@ @SERV_AUTHLIBS@ @LTLIBINTL@
...
...
pop3d/Makefile.am
View file @
b0e1701
...
...
@@ -30,6 +30,8 @@ pop3d_SOURCES = apop.c auth.c capa.c dele.c extra.c pop3d.c pop3d.h \
pop3d_LDADD
=
\
../mailbox/mbox/libmu_mbox.la
\
../mailbox/mh/libmu_mh.la
\
../mailbox/maildir/libmu_maildir.la
\
../mailbox/libmailbox.la
\
../lib/libmailutils.la
\
@AUTHLIBS@ @LTLIBINTL@
...
...
Please
register
or
sign in
to post a comment