Skip to content

Conversation

@sthibaul
Copy link

All .txt files were previously detected as application/x-idx-doc MIME type, thus basically breaking printing them.

Whitespaces in MIME files mean OR. We need to use + to make it AND, so that only .txt files that have the 1b44 marker get recognized as application/x-idx-doc.

All .txt files were previously detected as application/x-idx-doc MIME
type, thus basically breaking printing them.

Whitespaces in MIME files mean OR. We need to use + to make it AND,
so that only .txt files that have the 1b44 marker get recognized as
application/x-idx-doc.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant