[dovecot-cvs] dovecot/src/imap imap-thread.h,1.1,1.2

cras at procontrol.fi cras at procontrol.fi
Mon Jun 21 00:27:22 EEST 2004


Update of /home/cvs/dovecot/src/imap
In directory talvi:/tmp/cvs-serv19965/imap

Modified Files:
	imap-thread.h 
Log Message:
Moved enum mail_thread_type to imap



Index: imap-thread.h
===================================================================
RCS file: /home/cvs/dovecot/src/imap/imap-thread.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- imap-thread.h	20 Jan 2003 14:52:51 -0000	1.1
+++ imap-thread.h	20 Jun 2004 21:27:20 -0000	1.2
@@ -1,6 +1,12 @@
 #ifndef __IMAP_THREAD_H
 #define __IMAP_THREAD_H
 
+enum mail_thread_type {
+	MAIL_THREAD_NONE,
+	MAIL_THREAD_ORDEREDSUBJECT,
+	MAIL_THREAD_REFERENCES
+};
+
 int imap_thread(struct client *client, const char *charset,
 		struct mail_search_arg *args, enum mail_thread_type type);
 



More information about the dovecot-cvs mailing list