From 161ec2ebf02997b534fc845cd4feb9d3228ef799 Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Thu, 23 Nov 2023 14:24:28 +0000 Subject: [PATCH] muttrc: use 'pass' for passwords --- muttrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/muttrc b/muttrc index 1e55d93..8604b45 100644 --- a/muttrc +++ b/muttrc @@ -14,9 +14,9 @@ set record="+Sent Items" set postponed="+Drafts" set imap_user="arafel@fastmail.fm" -set imap_pass=`grep 'fastmail' ~/.netrc | awk '{print $6}'` +set imap_pass=`pass imap.fastmail.com` set smtp_url=smtps://$imap_user@smtp.fastmail.com -set smtp_pass=`grep 'smtp.fastmail' ~/.netrc | awk '{print $6}'` +set smtp_pass=`pass smtp.fastmail.com` set imap_check_subscribed # keep imap connection alive by polling intermittently (time in seconds) set imap_keepalive = 900