Browse Source

Открытие utf-сообщений в mutt с помощью lynx

Maxim Lihachev 12 years ago
parent
commit
8617c344a8
  1. 4
      etc/mail/mailcap/mailcap

4
etc/mail/mailcap/mailcap

@ -1,13 +1,13 @@
# mailcap # mailcap
# #
# Изменён: Вс 25 авг 2013 01:04:07 # Изменён: Ср 28 авг 2013 00:16:48
# #
#Настройка отображений различных типов файлов #Настройка отображений различных типов файлов
# text/html; w3m -I %{charset} -dump '%s'; copiousoutput; description = HTML Text; nametemplate=%s.html # text/html; w3m -I %{charset} -dump '%s'; copiousoutput; description = HTML Text; nametemplate=%s.html
#text/html; lynx -dump '%s'; copiousoutput; description = HTML Text; nametemplate=%s.html #text/html; lynx -dump '%s'; copiousoutput; description = HTML Text; nametemplate=%s.html
text/html; lynx -dump -force_html '%s'; copiousoutput; description = HTML Text; nametemplate=%s.html text/html; lynx -dump -force_html '%s' -display_charset=UTF-8; copiousoutput; description = HTML Text; nametemplate=%s.html
image/*; geeqie '%s' image/*; geeqie '%s'
application/*; xdg-open '%s' application/*; xdg-open '%s'

Loading…
Cancel
Save