From c0d7006026175fdf6cdb6ae53ca4b948edbb986c Mon Sep 17 00:00:00 2001 From: Tucker Evans Date: Sun, 25 Feb 2018 22:11:19 -0500 Subject: mutt/msmtp/mbsync setting for multiple accounts Also made minor changes to other configs. Added .gitignore for qutebrowser file --- mutt/.mutt/gmail.com | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 mutt/.mutt/gmail.com (limited to 'mutt/.mutt/gmail.com') diff --git a/mutt/.mutt/gmail.com b/mutt/.mutt/gmail.com new file mode 100644 index 0000000..7f82916 --- /dev/null +++ b/mutt/.mutt/gmail.com @@ -0,0 +1,11 @@ +set from = "tuckerevans24@gmail.com" +set hostname = "gmail.com" +set folder = "~/Mail/gmail" +set mbox = "~/Mail/gmail" +set record = "~/Mail/gmail/sent" +set postponed = "~/Mail/gmail/Drafts" +set spoolfile = "~/Mail/gmail/inbox" + +set sendmail = "/usr/bin/msmtp -a default" + +color status black blue -- cgit v1.1