]> code.citadel.org Git - citadel.git/blobdiff - citadel/serv_imap.h
* Killed off CtdlGetDynamicSymbol() and just put all the symbols in server.h
[citadel.git] / citadel / serv_imap.h
index 0769cbcc2f894b5841317f2ad8aaa4b66b6cf6d0..b5a536129454d17a58f444ecd9bc5585722be4d0 100644 (file)
@@ -1,8 +1,6 @@
 /* $Id$ 
  */
 
-extern long SYM_IMAP;
-
 
 void imap_cleanup_function(void);
 void imap_greeting(void);
@@ -49,3 +47,9 @@ enum {
 
 
 #define IMAP ((struct citimap *)CtdlGetUserData(SYM_IMAP))
+
+/*
+ * When loading arrays of message ID's into memory, increase the buffer to
+ * hold this many additional messages instead of calling realloc() each time.
+ */
+#define REALLOC_INCREMENT 100