summaryrefslogtreecommitdiff
path: root/dot_neomutt/first.email
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2024-12-11 20:46:32 +0100
committerSanto Cariotti <santo@dcariotti.me>2024-12-11 20:47:59 +0100
commitf22f1723c01b56da14ae1de3491a78af1bc4c464 (patch)
tree030411c811d3474c4b322eca29d1bf8e96b7511f /dot_neomutt/first.email
parentd8713792f93473fe14e01d151529fb6ef139448f (diff)
Dot files with `chezmoi`
Diffstat (limited to 'dot_neomutt/first.email')
-rw-r--r--dot_neomutt/first.email26
1 files changed, 26 insertions, 0 deletions
diff --git a/dot_neomutt/first.email b/dot_neomutt/first.email
new file mode 100644
index 0000000..c394da9
--- /dev/null
+++ b/dot_neomutt/first.email
@@ -0,0 +1,26 @@
+set realname = "Santo Cariotti"
+set from = "<email>"
+set use_from = yes
+set envelope_from = yes
+
+set smtp_url = "smtp://<email>@<host>:<port>/"
+set smtp_pass = "<password>"
+
+set imap_user = "<email>"
+set imap_pass = "<password>"
+
+set folder = "~/.mail/<email>"
+
+set ssl_force_tls = yes
+set sendmail = "msmtp -a <email>"
+set mbox_type = Maildir
+set spoolfile = +INBOX
+set record = +Sent
+set postponed = +Drafts
+set trash = +Trash
+mailboxes =INBOX =Sent =Drafts =Trash
+
+# synchronization settings ['S' to sync]
+macro index S "<shell-escape>mbsync -V <email><enter>" "sync email"
+
+color indicator black color214