clone of my dotfiles.ssp.sh
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

update

sspaeti b718c0b6 008c0515

+4 -4
+1 -1
mutt/.config/mutt/notmuch/mbsyncrc.example
··· 12 12 # PassCmd "cat ~/.dotfiles/zsh/.secret-mbsync" 13 13 # Or set it directly (less secure): 14 14 # Pass yourpasswordhere 15 - PassCmd "grep HOSTPOINT_SMTP_PASSWORD_SIMU ~/.dotfiles/zsh/.secret.muttrc | cut -d'\"' -f2" 15 + PassCmd "grep imap_pass ~/.dotfiles/zsh/.secret.muttrc | cut -d'\"' -f2" 16 16 SSLType IMAPS 17 17 CertificateFile /etc/ssl/certs/ca-certificates.crt 18 18 # For Arch Linux specifically:
+3 -3
mutt/.msmtprc
··· 15 15 auth on 16 16 from simu@sspaeti.com 17 17 user simu@sspaeti.com 18 - passwordeval "grep 'set imap_pass' ~/.dotfiles/zsh/.secret.muttrc | awk -F'\"' '{print $2}'" 18 + passwordeval "grep 'IMAP_PASS_SIMU' ~/.dotfiles/zsh/.secrets | awk -F'\"' '{print $2}'" 19 19 20 20 21 21 #### account 2 ------------------------------------ ··· 26 26 auth on 27 27 from simon@ssp.sh 28 28 user simon@sspaeti.com 29 - passwordeval "grep 'set imap_pass_simon' ~/.dotfiles/zsh/.secret.muttrc | awk -F'\"' '{print $2}'" 29 + passwordeval "grep 'IMAP_PASS_SIMON' ~/.dotfiles/zsh/.secrets | awk -F'\"' '{print $2}'" 30 30 31 31 #### account 3 ------------------------------------ 32 32 account simon@sspaeti.com ··· 36 36 auth on 37 37 from simon@sspaeti.com 38 38 user simon@sspaeti.com 39 - passwordeval "grep 'set imap_pass_simon' ~/.dotfiles/zsh/.secret.muttrc | awk -F'\"' '{print $2}'" 39 + passwordeval "grep 'IMAP_PASS_SIMON' ~/.dotfiles/zsh/.secrets | awk -F'\"' '{print $2}'" 40 40 41 41 #### account 4 ------------------------------------ 42 42 #account gmail.com