From be83fd4938dabfb4eb1bee6ded10365c202c7112 Mon Sep 17 00:00:00 2001 From: Tucker Evans Date: Wed, 17 Jan 2018 22:48:06 -0500 Subject: Inital Commit --- mutt/.muttrc | 77 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 mutt/.muttrc (limited to 'mutt') diff --git a/mutt/.muttrc b/mutt/.muttrc new file mode 100644 index 0000000..6a4d1e3 --- /dev/null +++ b/mutt/.muttrc @@ -0,0 +1,77 @@ +#======================================================# +# Boring details +set realname = tje +set from = tuckerevans24@gmail.com +set use_from = yes +set envelope_from ="yes" +set sendmail="/usr/bin/msmtp" + +# 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 +set sort_browser=alpha # Sort mailboxes by alpha(bet) + +#======================================================# +# Order of headers and what to show +hdr_order Date: From: User-Agent: X-Mailer \ + To: Cc: Reply-To: Subject: +ignore * +unignore Date: From: User-Agent: X-Mailer \ + To: Cc: Reply-To: Subject: + +#======================================================# +# which editor do you want to use? +# vim of course! +set editor="vim -c 'set tw=70 et' '+/^$' " +set edit_headers # See the headers when editing + +#======================================================# +# Aliases + +set sort_alias=alias # sort aliases in alpha order by alias name + +#======================================================# +# Odds and ends +set markers # mark wrapped lines of text in the pager with a + +set smart_wrap # Don't wrap mid-word +set pager_context=5 # Retain 5 lines of previous page when scrolling. +set status_on_top # Status bar on top. +push # Shows mutt version at startup + +set sort = reverse-date-received + +alternative_order text/plain text/html +auto_view text/html +# -*-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 '_+[^_]+_+' -- cgit v1.1