@@ -332,6 +332,8 @@ func parseRFC3659ListLine(line string) (*Entry, error) {
e.Type = EntryTypeFolder
case "file":
e.Type = EntryTypeFile
case "OS.unix=symlink":
e.Type = EntryTypeLink
}
case "size":
e.setSize(value)
The note is not visible to the blocked user.