aboutsummaryrefslogtreecommitdiffhomepage
path: root/mutt
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-11-28 13:12:56 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-11-28 13:12:56 +0800
commit2c9ca86aa9317420afe10449a45a21f56ec4c22f (patch)
tree9abc5ea0ed79c67efa69d63d7fdec8ce0668d504 /mutt
parent91f3e8c038e289009554e69f05abc75bccee8368 (diff)
Update
Diffstat (limited to 'mutt')
-rw-r--r--mutt/muttrc.topo3
1 files changed, 1 insertions, 2 deletions
diff --git a/mutt/muttrc.topo b/mutt/muttrc.topo
index c8d153d..0672b63 100644
--- a/mutt/muttrc.topo
+++ b/mutt/muttrc.topo
@@ -2,9 +2,8 @@ source ~/.config/mutt/default
2 2
3# IMAP/SMTP settings 3# IMAP/SMTP settings
4set my_user = "pham@mail.topo.tw"; setenv my_user "$my_user" 4set my_user = "pham@mail.topo.tw"; setenv my_user "$my_user"
5set folder = "imaps://$my_user:993/" 5set folder = "/home/pham/Maildir"
6set smtp_url = "smtp://$my_user:587" 6set smtp_url = "smtp://$my_user:587"
7set imap_pass = `pass mail/$my_user`
8set smtp_pass = "$imap_pass" 7set smtp_pass = "$imap_pass"
9 8
10# Identify meself 9# Identify meself