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
f23bfbc0
...
f23bfbc0dfab3ac471e343145675e51fc2ac6978
authored
2003-01-28 21:42:47 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added imap4d/idle.c
1 parent
3b6f7607
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
imap4d/Makefile.am
imap4d/Makefile.am
View file @
f23bfbc
...
...
@@ -24,10 +24,10 @@ sbin_PROGRAMS = imap4d
imap4d_LDADD
=
@IMAP_AUTHOBJS@ ../mailbox/libmailbox.la @AUTHLIBS@ ../lib/libmailutils.la @LTLIBINTL@
imap4d_SOURCES
=
append.c authenticate.c bye.c capability.c check.c close.c
\
commands.c copy.c create.c delete.c examine.c expunge.c fetch.c i
map4d.c
\
imap4d.
h list.c logout.c login.c lsub.c namespace.c noop.c rename.c search
.c
\
select
.c signal.c starttls.c status.c store.c subscribe.c sync.c uid
.c
\
unsubscribe.c util.c version.c
commands.c copy.c create.c delete.c examine.c expunge.c fetch.c i
dle.c
\
imap4d.
c imap4d.h list.c logout.c login.c lsub.c namespace.c noop
.c
\
rename.c search.c
select
.c signal.c starttls.c status.c store
.c
\
subscribe.c sync.c uid.c
unsubscribe.c util.c version.c
## This kludge is necessary to correctly establish imap4d -> IMAP_AUTHOBJS
## dependency. Think about better approach --gray
...
...
Please
register
or
sign in
to post a comment