]> code.citadel.org Git - citadel.git/blobdiff - citadel/euidindex.c
* Added VIEW_WIKI to the available view types. EUID indexing is "on" for
[citadel.git] / citadel / euidindex.c
index 8813b9c2e79a9c2e84c209182123fa7e623cc5ef..bd0da8929a69782d4df5f749949376561831dd36 100644 (file)
@@ -74,6 +74,7 @@ int DoesThisRoomNeedEuidIndexing(struct ctdlroom *qrbuf) {
                case VIEW_CALENDAR:     return(1);
                case VIEW_TASKS:        return(1);
                case VIEW_NOTES:        return(1);
+               case VIEW_WIKI:         return(1);
        }
        
        return(0);