summaryrefslogtreecommitdiff
path: root/.muttrc
diff options
context:
space:
mode:
authorTom Barrett <tom@tombarrett.xyz>2020-12-29 14:19:50 +0100
committerTom Barrett <tom@tombarrett.xyz>2020-12-29 14:19:50 +0100
commit27b3ff0800ed9002631291f3e0790ed5a470be74 (patch)
tree2e730d0b3be329264b54c1e1c1a1b1b28d8a7e3a /.muttrc
parentec7da27759c08e0741fe9151f056a8378c9a8aa1 (diff)
2020 update
Diffstat (limited to '.muttrc')
-rw-r--r--.muttrc17
1 files changed, 17 insertions, 0 deletions
diff --git a/.muttrc b/.muttrc
new file mode 100644
index 0000000..568417b
--- /dev/null
+++ b/.muttrc
@@ -0,0 +1,17 @@
+set my_name = "tom"
+set imap_user = tom@tombarrett.xyz
+set imap_pass = blahblah
+set folder = imaps://blahblah
+set spoolfile =+INBOX
+
+set header_cache = ~/.cache/mutt
+set message_cachedir = "~/.cache/mutt/"
+
+set my_user = tom%40tombarrett.xyz
+set record = +Sent
+set from = tom@tombarrett.xyz
+set smtp_pass = $imap_pass
+set smtp_url = smtps://tom%40tombarrett.xyz@blahblah
+set ssl_force_tls = yes
+
+set editor = "nvim +':set textwidth=0'"