X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Feuidindex.c;h=dbc89adaa6c8153cade0153a8cfbf74780b88632;hb=adccf08ddebcb920c4244cc62bc48f85575c2d88;hp=8bad12925557f072c6b713397337121624e0e7f5;hpb=f1ee61891901850ebbdee1e9440b363dc6df540a;p=citadel.git diff --git a/citadel/euidindex.c b/citadel/euidindex.c index 8bad12925..dbc89adaa 100644 --- a/citadel/euidindex.c +++ b/citadel/euidindex.c @@ -74,6 +74,7 @@ int DoesThisRoomNeedEuidIndexing(struct ctdlroom *qrbuf) { case VIEW_TASKS: return(1); case VIEW_NOTES: return(1); case VIEW_WIKI: return(1); + case VIEW_BLOG: return(1); } return(0);