Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37723733
en ru br
ALT Linux repos
S:2.3.21-alt1
D:1.1-alt0.hg20070530
5.0: 1.1.6-alt2
4.1: 1.0.13-alt1
4.0: 1.0.3.hg20070801-alt1
+updates:1.0.3.hg20070801-alt1
3.0: 0.99.14-alt2

Other repositories
Upstream:1.0.13

Group :: System/Servers
RPM: dovecot

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: dovecot-1.1-alt-makeImapTest.patch
Download


--- dovecot.orig/src/util/Makefile.am	2007-05-30 12:40:22 -0400
+++ dovecot/src/util/Makefile.am	2007-05-30 17:24:12 -0400
@@ -1,11 +1,15 @@
 pkglibexecdir = $(libexecdir)/dovecot
 
 pkglibexec_PROGRAMS = rawlog gdbhelper idxview logview
+bin_PROGRAMS = imaptest
 sbin_PROGRAMS = dovecotpw
 
 AM_CPPFLAGS = \
+	-I$(top_srcdir)/src \
 	-I$(top_srcdir)/src/lib \
 	-I$(top_srcdir)/src/lib-mail \
+	-I$(top_srcdir)/src/lib-imap \
+	-I$(top_srcdir)/src/lib-storage/index/mbox \
 	-I$(top_srcdir)/src/lib-index \
 	-I$(top_srcdir)/src/auth
 
@@ -44,3 +48,11 @@
 
 dovecotpw_SOURCES = \
 	dovecotpw.c
+
+imaptest_LDADD = \
+	../lib-storage/index/mbox/mbox-from.o \
+	../lib-imap/imap-date.o \
+	../lib/liblib.a
+
+imaptest_SOURCES = \
+	imaptest.c
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin