Added mu4e config on Emacs

This commit is contained in:
Fabio Scotto di Santolo
2025-10-03 12:16:06 +02:00
parent 8561e961eb
commit a575826bb6
4 changed files with 101 additions and 8 deletions

30
emacs/.msmtprc Normal file
View File

@@ -0,0 +1,30 @@
# Set default values for all following accounts.
defaults
# Always use TLS
tls on
# Set a list of trusted CAs for TLS. The default is to use system settings,
# but you can select your own file.
tls_trust_file /etc/ssl/certs/ca-certificates.crt
logfile ~/.config/msmtp/msmtp.log
# Account Gmail
account gmail
# Host name of the SMTP server
host smtp.gmail.com
# Use the mail submission port 587 instead of the SMTP port 25.
port 587
# Envelop-from address
from fabio.scottodisantolo@gmail.com
# Authentication. The password is given using one of five methods
auth on
user fabio.scottodisantolo@gmail.com
passwordeval "gpg -q -d /home/fscotto/.cache/gmail1.gpg"
# Set a default account
account default : gmail