summaryrefslogtreecommitdiff
path: root/comsat/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-11-11 12:41:45 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-11-11 12:41:45 +0000
commit0d5e25206ad589442bc13ad1791bc150e2a597de (patch)
tree529f02a013ee57fa3a2d76b66ca938ee31666317 /comsat/Makefile.am
parentdf7db464d035c92a61b12961d2b6bce2f0b7202b (diff)
downloadmailutils-0d5e25206ad589442bc13ad1791bc150e2a597de.tar.gz
mailutils-0d5e25206ad589442bc13ad1791bc150e2a597de.tar.bz2
* auth/sql.c, libproto/mbox/folder.c: Rename MU_READ_ERROR to
MU_ERR_READ, for consistency. * comsat/Makefile.am (comsatd_LDADD): Add all mailbox formats. * comsat/cfg.c: Use mu_error instead of syslog. * comsat/comsat.c (comsat_daemon): Implement test mode. (notify_user): Use mailbox quick access mode instead of directly fiddling with the UNIX mailbox stream. * include/mailutils/stream.h (MU_STREAM_QACCESS): New define. * libproto/mbox/mbox.c: Implement _quick_get_message method. * libproto/mbox/mbox0.h (mbox_scan1): New function. * libproto/mbox/mboxscan.c (mbox_scan0): Split into mbox_scan0 proper and mbox_scan_internal. (mbox_scan1): New function. Remove unused defines. * libsieve/load.c: Do not deallocate loaded modules. * mail.local/main.c (set_debug_flags): Fix typo. * mailbox/amd.c: Implement get_qid method. (amd_append_message) Singal MU_EVT_MESSAGE_APPEND. * mailbox/errors (MU_ERR_BADOP): New error code. (MU_READ_ERROR): Rename to MU_ERR_READ, for consistency. * mailbox/file_stream.c (_prog_destroy,_prog_close): Fix waiting for the children to terminate. Do not forcefully kill them. * mailbox/mailbox.c: Control allowed operations, depending on MU_STREAM_QACCESS bit.
Diffstat (limited to 'comsat/Makefile.am')
-rw-r--r--comsat/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/comsat/Makefile.am b/comsat/Makefile.am
index ac2d4435d..be0eb38b3 100644
--- a/comsat/Makefile.am
+++ b/comsat/Makefile.am
@@ -26,6 +26,11 @@ comsatd_SOURCES = action.c cfg.c comsat.c comsat.h
comsatd_LDADD = \
../lib/libmuaux.la\
${MU_LIB_MBOX}\
+ ${MU_LIB_IMAP}\
+ ${MU_LIB_POP}\
+ ${MU_LIB_NNTP}\
+ ${MU_LIB_MH}\
+ ${MU_LIB_MAILDIR}\
${MU_LIB_MAILUTILS}\
@MU_COMMON_LIBRARIES@

Return to:

Send suggestions and report system problems to the System administrator.