GPG for mutt, current node

main
Steffen Rademacker 7 years ago
parent 91a1af8597
commit 31e5201497

@ -1,15 +1,14 @@
#!/usr/bin/env zsh
nvm install 6.10.2
nvm install 7.9.0
nvm use 6.10.2
nvm alias default 6.10.2
nvm install 6.10.3
nvm install 7.10.0
nvm use 6.10.3
nvm alias default 6.10.3
curl -L https://www.npmjs.com/install.sh | sh
npm install -g npm
npm update -g
npm install -g caniuse-cmd
npm install -g diff-so-fancy
npm install -g eslint
npm install -g eslint-config-xo-space

@ -1,12 +1,13 @@
#!/usr/bin/env bash
# everything needed for mutt
brew install gpgme
brew install isync
brew install khal
brew install khard
brew install msmtp
brew install mu
brew install neomutt/homebrew-neomutt/neomutt --with-sidebar-patch
brew install neomutt/homebrew-neomutt/neomutt --with-sidebar-patch --with-gpgme
brew install ripmime
brew install w3m
read -p "Press any key to continue... " -n1 -s

@ -81,6 +81,15 @@ set sidebar_indent_string = ' ''
set sidebar_format = "%B %* [%?N?%N / ?%S]"
set mail_check_stats
# GPG/PGP
set pgp_sign_as = 2F283D0D
set crypt_use_gpgme = yes
set crypt_autosign = no
set crypt_verify_sig = yes
set crypt_replysign = yes
set crypt_replyencrypt = yes
set crypt_replysignencrypted = yes
# Mailboxes to show in the sidebar.
mailboxes =mailbox
mailboxes =mailbox/INBOX =mailbox/sent =mailbox/archive =mailbox/drafts =mailbox/junk =mailbox/trash

Loading…
Cancel
Save