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/.muttrc | 70 ++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 37 insertions(+), 33 deletions(-) (limited to 'mutt/.muttrc') diff --git a/mutt/.muttrc b/mutt/.muttrc index c4bbf73..5629b52 100644 --- a/mutt/.muttrc +++ b/mutt/.muttrc @@ -1,24 +1,15 @@ #======================================================# # Boring details -set realname = tje -set from = "Tucker Evans " +set realname = "Tucker Evans" +set from = "" set use_from = yes -set envelope_from ="yes" -set sendmail="/usr/bin/msmtp" +set use_envelope_from ="yes" +set mbox_type=Maildir # If not set in environment variables: -set spoolfile = /var/spool/mail/tje -#======================================================# -# Folders -set folder="~/Mail" # Mailboxes in here -set record="+sent" # where to store sent messages -set postponed="+postponed" # where to store draft messages -set move=no # Don't move mail from the spool. - -#======================================================# # Watch these mailboxes for new mail: -mailboxes ! +Fetchmail +slrn +mutt +mailboxes ! +mutt set sort_browser=alpha # Sort mailboxes by alpha(bet) #======================================================# @@ -52,26 +43,39 @@ set sort = reverse-date-received alternative_order text/plain text/html auto_view text/html + +folder-hook '~/Mail/gmail.com' 'source ~/.mutt/gmail.com' +folder-hook '~/Mail/ohmnii.com/inbox' 'source ~/mutt/ohmnii.com' +folder-hook '~/Mail/landmark.edu' 'source ~/mutt/landmark.edu' + + +macro index '~/Mail/gmail/inboxsource ~/.mutt/gmail.com' +macro index '~/Mail/ohmnii/inboxsource ~/.mutt/ohmnii.com' +macro index '~/Mail/landmark/inboxsource ~/.mutt/landmark.edu' + # -*-muttrc-*- # Palette for use with the Linux console. Black background. -#color hdrdefault blue black -#color quoted blue black -#color signature blue black -#color attachment red black -#color prompt brightmagenta black -#color message brightred black -#color error brightred black -#color indicator black red -#color status brightgreen blue -#color tree white black -#color normal white black -#color markers blue black -#color search white black -#color tilde brightmagenta black -#color index blue black ~F -#color index red black "~N|~O" - -# color body brightwhite black '\*+[^*]+\*+' -# color body brightwhite black '_+[^_]+_+' +color hdrdefault white black +color quoted blue black +color signature blue black +color attachment red black +color prompt white black +color message brightred black +color error brightred black +color indicator black white +color tree white black +color normal white black +color markers blue black +color search white black +color tilde brightmagenta black +color index red black ~F +color index brightwhite black "~N|~O" + +color body brightwhite black '\*+[^*]+\*+' +color body brightwhite black '_+[^_]+_+' + + +#default mailbox +source ~/.mutt/gmail.com -- cgit v1.1