]> Sergey Matveev's repositories - dotfiles.git/blob - lighttpd/mime-mail.conf
mirror-* moved to http://www.git.stargrave.org/?p=mirror.git
[dotfiles.git] / lighttpd / mime-mail.conf
1 mimetype.assign += (
2         ".eml" => "message/rfc822",
3         ".mbox" => "application/mbox",
4         ".mht" => "message/rfc822",
5 )