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