]> Sergey Matveev's repositories - dotfiles.git/blob - lighttpd/mime-mail.conf
More MIME types and their separation
[dotfiles.git] / lighttpd / mime-mail.conf
1 mimetype.assign += (
2         ".eml" => "message/rfc822",
3         ".mbox" => "application/mbox",
4         ".mht" => "message/rfc822",
5 )