dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit e69a8b6780aac8d96d9d4bde30b3a957a7f25813
parent 3d038016f1c0e18529d51edbf749d3e26afa75f9
Author: Chris Bracken <chris@bracken.jp>
Date:   Mon, 23 Aug 2021 10:42:38 -0700

Save a copy of sent mail to the record

This is required since my inbox is now running off gmail but I'm still
sending SMTP through my bracken.jp account.

Diffstat:
M.config/mutt/muttrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.config/mutt/muttrc b/.config/mutt/muttrc @@ -37,7 +37,7 @@ set wait_key = no # don't prompt for <enter> so much set mbox_type = Maildir # mailbox type set timeout = 3 # idle time before scanning set mail_check = 0 # minimum time between scans -set copy = no # don't store a copy of sent mail in the record +set copy = yes # store a copy of sent mail in the record set delete # don't confirm deletes unset move # gmail does that unset confirmappend # don't prompt every time we append to mailbox