dav/scfg.c

changeset 402
babdf40dd22c
parent 401
3bb3210f3e6e
child 414
ea50585ec9d9
--- a/dav/scfg.c	Fri Jun 01 09:07:20 2018 +0200
+++ b/dav/scfg.c	Fri Jun 01 09:23:51 2018 +0200
@@ -394,6 +394,7 @@
         regcomp(matchnothing, "///", REG_NOSUB);
         dir->exclude = ucx_list_append(NULL, matchnothing);
     }
+    dir->tagfilter = tagfilter;
     
     if (trash && sstrtrim(sstr(trash)).length > 0) {
         if (trash[0] == '/' || trash[0] == '$') {

mercurial