]> code.citadel.org Git - citadel.git/blobdiff - webcit/roomops.h
* implement (INBOX) thing
[citadel.git] / webcit / roomops.h
index ac2f607b7b7458cd5c665a96ecd307209e41bac0..19ceba3640080714fc8e7f0eba7151826e4fdcaa 100644 (file)
@@ -79,7 +79,7 @@ typedef struct _folder {
 
 
        int hasnewmsgs; /* are there unread messages inside */
-       int is_mailbox; /* is it a mailbox?  */
+       int is_inbox;   /* is it a mailbox?  */
        int selectable; /* can we select it ??? */
        int num_rooms;  /* If this is a floor, how many rooms does it have */