ソースを参照

We don't need to gpg sign bdsmail by default

Bob Mottram 7 年 前
コミット
224a559c79
共有1 個のファイルを変更した4 個の追加0 個の削除を含む
  1. 4
    0
      src/freedombone-app-bdsmail

+ 4
- 0
src/freedombone-app-bdsmail ファイルの表示

@@ -392,6 +392,10 @@ function install_bdsmail {
392 392
     echo 'set use_from=yes' >> /etc/skel/.mutt/bdsmail
393 393
     echo "set from=username@${bds_domain}" >> /etc/skel/.mutt/bdsmail
394 394
     echo "set spoolfile=~/Maildir/i2p" >> /etc/skel/.mutt/bdsmail
395
+    echo 'set pgp_autoencrypt=no' >> /etc/skel/.mutt/bdsmail
396
+    echo 'set pgp_replyencrypt=no' >> /etc/skel/.mutt/bdsmail
397
+    echo 'set pgp_autosign=no' >> /etc/skel/.mutt/bdsmail
398
+    echo 'set pgp_replysign=no' >> /etc/skel/.mutt/bdsmail
395 399
 
396 400
     # mutt configuration for the admin user
397 401
     if [ ! -d /home/$MY_USERNAME/.mutt ]; then