aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2022-11-03 12:27:01 +0800
committerHsieh Chin Fan <pham@topo.tw>2022-11-03 12:27:01 +0800
commit31c6873d04256907cd553d6a83492470fffd6dca (patch)
tree38bf308a3751d88eab270a651bf96c819c9dc493
parent73aad506cd373e62222d903a1f04707db78f03e3 (diff)
Update IMAP/SMTP config
-rw-r--r--mutt/muttrc.topo7
1 files changed, 4 insertions, 3 deletions
diff --git a/mutt/muttrc.topo b/mutt/muttrc.topo
index 47b10cb..69c5bbf 100644
--- a/mutt/muttrc.topo
+++ b/mutt/muttrc.topo
@@ -1,9 +1,10 @@
1source ~/.config/mutt/default 1source ~/.config/mutt/default
2 2
3# IMAP/SMTP settings 3# IMAP/SMTP settings
4set folder = "imaps://pham@mail.topo.tw:993/" 4set my_user = "pham@mail.topo.tw"; setenv my_user "$my_user"
5set imap_pass = `pass pham@topo.tw` 5set folder = "imaps://$my_user:993/"
6set smtp_url = "smtp://pham@mail.topo.tw:587" 6set smtp_url = "smtp://$my_user:587"
7set imap_pass = `pass mail/$my_user`
7set smtp_pass = "$imap_pass" 8set smtp_pass = "$imap_pass"
8 9
9# Identify meself 10# Identify meself