]> code.citadel.org Git - citadel.git/blobdiff - webcit-ng/server/webcit.h
webcit-ng makefile now handles changes to webcit.h properly
[citadel.git] / webcit-ng / server / webcit.h
index 32939d28622c32e12ee44ba8daabe83a0d6eccd3..72f98f7f48c859c299b2dd8eed5def6622c0b25f 100644 (file)
@@ -1,6 +1,6 @@
 // webcit.h - "header of headers"
 //
-// Copyright (c) 1996-2022 by the citadel.org team
+// Copyright (c) 1996-2023 by the citadel.org team
 //
 // This program is open source software.  You can redistribute it and/or
 // modify it under the terms of the GNU General Public License, version 3.
@@ -83,9 +83,9 @@ 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_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
+       int can_delete_messages;                // nonzero if the user is permitted to delete messages in THIS room
        long last_seen;
        int new_messages;
        int total_messages;