瀏覽代碼

mail forwarding features

tags/v3.1
ralphe 6 年之前
committed by Luke Smith
父節點
當前提交
fdeb127025
共有 1 個檔案被更改,包括 5 行新增0 行删除
  1. +5
    -0
      muttrc

+ 5
- 0
muttrc 查看文件

@@ -48,6 +48,11 @@ bind attach <return> view-mailcap
set fast_reply # skip to compose when replying
set edit_headers # show headers when composing
set fcc_attach # save attachments with the body
unset mime_forward # forward attachments as part of body
set forward_format = "Fwd: %s" # format of subject when forwarding
set forward_decode # decode when forwarding
set forward_quote # include message in forwards


#Ctrl-R to mark all as read
macro index \Cr "T~U<enter><tag-prefix><clear-flag>N<untag-pattern>.<enter>" "mark all messages as read"


Loading…
取消
儲存