Changeset 5064:1e2d32e1a644 for imap/imap_private.h
- Timestamp:
- 2007-04-05 09:26:09 (22 months ago)
- Branch:
- HEAD
- Files:
-
- 1 modified
-
imap/imap_private.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
imap/imap_private.h
r5046 r5064 124 124 char* path; 125 125 } IMAP_CACHE; 126 127 typedef struct128 {129 int type;130 int listable;131 char *prefix;132 char delim;133 int home_namespace;134 /* We get these when we check if namespace exists - cache them */135 int noselect;136 int noinferiors;137 } IMAP_NAMESPACE_INFO;138 126 139 127 typedef struct
