Ver código fonte

mutt now renders HTML emails with w3m

master
mort 9 anos atrás
pai
commit
309d896ee0
3 arquivos alterados com 7 adições e 1 exclusões
  1. 1
    0
      dotfiles/mutt/mailcap
  2. 5
    1
      dotfiles/mutt/muttrc
  3. 1
    0
      dotfiles/mutt/pass

+ 1
- 0
dotfiles/mutt/mailcap Ver arquivo

@@ -0,0 +1 @@
text/html; w3m -I %{charset} -T text/html; copiousoutput;

dotfiles/muttrc → dotfiles/mutt/muttrc Ver arquivo

@@ -2,7 +2,7 @@ set my_name = "Martin Dørum Nygaard"
set imap_user = "martid0311@gmail.com"

## Get the password from a file
source ~/.muttpass
source ~/.mutt/pass

set folder = "imaps://imap.gmail.com/"
set spoolfile = +INBOX
@@ -19,6 +19,10 @@ set use_from = yes
set smtp_url = smtps://$imap_user:$imap_pass@smtp.gmail.com
set ssl_force_tls = yes

# Handle HTML email
auto_view text/html
alternative_order text/plain text/enriched text/html

## Editor
set editor = "vim"


+ 1
- 0
dotfiles/mutt/pass Ver arquivo

@@ -0,0 +1 @@
set imap_pass = ""

Carregando…
Cancelar
Salvar