dovecot-2.0: Forgot to add test-mail-storage.h in an earlier com...

dovecot at dovecot.org dovecot at dovecot.org
Tue Jun 9 21:15:03 EEST 2009


details:   http://hg.dovecot.org/dovecot-2.0/rev/df1d8e45c067
changeset: 9461:df1d8e45c067
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Jun 09 11:14:51 2009 -0700
description:
Forgot to add test-mail-storage.h in an earlier comment.

diffstat:

1 file changed, 16 insertions(+)
src/lib-storage/test-mail-storage.h |   16 ++++++++++++++++

diffs (20 lines):

diff -r f672303df2b6 -r df1d8e45c067 src/lib-storage/test-mail-storage.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/lib-storage/test-mail-storage.h	Tue Jun 09 11:14:51 2009 -0700
@@ -0,0 +1,16 @@
+#ifndef TEST_MAIL_STORAGE_H
+#define TEST_MAIL_STORAGE_H
+
+struct mail_storage *test_mail_storage_create(void);
+
+struct mailbox *
+test_mailbox_open(struct mail_storage *storage, struct mailbox_list *list,
+		  const char *name, struct istream *input,
+		  enum mailbox_open_flags flags);
+
+struct mail *
+test_mailbox_mail_alloc(struct mailbox_transaction_context *t,
+			enum mail_fetch_field wanted_fields,
+			struct mailbox_header_lookup_ctx *wanted_headers);
+
+#endif


More information about the dovecot-cvs mailing list