瀏覽代碼

mutt now renders HTML emails with w3m

master
mort 9 年之前
父節點
當前提交
309d896ee0
共有 3 個檔案被更改,包括 7 行新增1 行删除
  1. 1
    0
      dotfiles/mutt/mailcap
  2. 5
    1
      dotfiles/mutt/muttrc
  3. 1
    0
      dotfiles/mutt/pass

+ 1
- 0
dotfiles/mutt/mailcap 查看文件

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

dotfiles/muttrc → dotfiles/mutt/muttrc 查看文件

@@ -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 查看文件

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

Loading…
取消
儲存