define tags dir where all the others are
[claws.git] / src / folder.c
index eef32b02759bc6249ef071683331e57b702db77c..705db376157721420e245a084189537f7fdbfc75 100644 (file)
@@ -4018,7 +4018,7 @@ static gchar *folder_item_get_tags_file(FolderItem *item)
 #endif
 
        path = g_strconcat(get_rc_dir(), G_DIR_SEPARATOR_S,
-                          "tagsdb", G_DIR_SEPARATOR_S,
+                          TAGS_DIR, G_DIR_SEPARATOR_S,
                           identifier, NULL);
        
        g_free(identifier);