|
@@ -97,6 +97,9 @@ Fprintf( FILE *f, const char *msg, ... )
|
|
|
}
|
|
|
|
|
|
|
|
|
+/* Keep the mailbox driver flag definitions in sync: */
|
|
|
+/* grep for MAILBOX_DRIVER_FLAG */
|
|
|
+/* The order is according to alphabetical maildir flag sort */
|
|
|
static const char Flags[] = { 'D', 'F', 'R', 'S', 'T' };
|
|
|
|
|
|
static int
|