浏览代码

Keep a cleartext copy of sent encrypted mail

Bob Mottram 10 年前
父节点
当前提交
a597b29dd3
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      install-freedombone.sh

+ 1
- 0
install-freedombone.sh 查看文件

1095
   echo 'set pgp_replyencrypt     # autocrypt replies to crypted' >> /etc/Muttrc
1095
   echo 'set pgp_replyencrypt     # autocrypt replies to crypted' >> /etc/Muttrc
1096
   echo 'set pgp_replysign        # autosign replies to signed' >> /etc/Muttrc
1096
   echo 'set pgp_replysign        # autosign replies to signed' >> /etc/Muttrc
1097
   echo 'set pgp_auto_decode=yes  # decode attachments' >> /etc/Muttrc
1097
   echo 'set pgp_auto_decode=yes  # decode attachments' >> /etc/Muttrc
1098
+  echo 'set fcc_clear            # Keep cleartext copy of sent encrypted mail' >> /etc/Muttrc
1098
   echo 'unset smime_is_default' >> /etc/Muttrc
1099
   echo 'unset smime_is_default' >> /etc/Muttrc
1099
   echo '' >> /etc/Muttrc
1100
   echo '' >> /etc/Muttrc
1100
   echo 'set alias_file=~/.mutt-alias' >> /etc/Muttrc
1101
   echo 'set alias_file=~/.mutt-alias' >> /etc/Muttrc