]> code.citadel.org Git - citadel.git/blobdiff - webcit-ng/server/webcit.h
Learn from the Citadel Server whether a room is the user's trash folder.
[citadel.git] / webcit-ng / server / webcit.h
index d8009ddca6686042ef688ed82e2c700ff1911452..32939d28622c32e12ee44ba8daabe83a0d6eccd3 100644 (file)
@@ -83,6 +83,7 @@ struct ctdlsession {
        char room[128];                         // What room we are currently in
        int room_current_view;
        int room_default_view;
+       int is_trash_folder;                    // Nonzero if this room is the user's Trash folder
        int is_room_aide;                       // nonzero if the user has aide rights to THIS room
        int can_delete_messages;                // nonzeri if the user is permitted to delete messages in THIS room
        long last_seen;