X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Feuidindex.c;h=8ca39ee0e18e7588504af32b365932475c1c6710;hb=348c6acf5f481614e88c74cc19e9a04083ff92f0;hp=842fa1d782af43257535c8dfe1784441f8c7b281;hpb=8f8f4af17d7ffd6e8cb36ae52ad4923b9006d97f;p=citadel.git diff --git a/citadel/euidindex.c b/citadel/euidindex.c index 842fa1d78..8ca39ee0e 100644 --- a/citadel/euidindex.c +++ b/citadel/euidindex.c @@ -69,6 +69,7 @@ int DoesThisRoomNeedEuidIndexing(struct ctdlroom *qrbuf) { case VIEW_BBS: return(0); case VIEW_MAILBOX: return(0); case VIEW_ADDRESSBOOK: return(1); + case VIEW_DRAFTS: return(0); case VIEW_CALENDAR: return(1); case VIEW_TASKS: return(1); case VIEW_NOTES: return(1);