Paste
#78740: muttrc
#======================================================#
# Boring details
set realname = "Maonx"
set from = "lovemaonx@gmail.com"
set use_from = yes
set envelope_from ="yes"
# Use a signature
#set signature="~/.signature"
# Use msmtp rather than sendmail. Check that
# the path is correct for your system:
set sendmail="/usr/bin/msmtp"
# If not set in ~/.bashrc:
set spoolfile = "~/.mail/inbox"
#======================================================#
# Folders
set folder="$HOME/.mail" # Local mailboxes stored here
set mbox="~/.mail/inbox"
set record="+sent" # Where to store sent messages
set postponed="+postponed" # Where to store draft messages
#set mbox_type=mbox # Mailbox type
set move=no # Don't move mail from spool
#======================================================#
# Watch these mailboxes for new mail, useful only if
# Procmail or Maildrop is used to sort mail.
mailboxes ! +slrn +fetchmail +mutt
#set sort_browser=alpha # Sort mailboxes by alpha(bet)
set sort_browser=date # Sort mailboxes by date(LATEST first)
#======================================================#
# What to show and order of headers
ignore *
unignore Date: From: User-Agent: X-Mailer X-Operating-System To: \
Cc: Reply-To: Subject: Mail-Followup-To:
hdr_order Date: From: User-Agent: X-Mailer X-Operating-System To: \
Cc: Reply-To: Subject: Mail-Followup-To:
#======================================================#
# which editor do you want to use?
# vim of course!
set editor="vim -c 'set tw=72 et' '+/^$' "
set edit_headers=yes # See the headers when editing
#======================================================#
# Aliases
#set alias_file = ~/mail/mutt_aliases # In their own file
#source ~/mail/mutt_aliases # Source them
#set sort_alias=alias # Sort alphabetically
#======================================================#
# Colours: defaults are a little bleak so experiment!
#source ~/.mutt/mutt_colors # In their own file
#======================================================#
# Lists: An example using the mutt-users list:
lists mutt-users
subscribe mutt-users
set followup_to=yes # Sets 'Mail-Followup-To' header
set honor_followup_to=yes
fcc-hook mutt-user +mutt # See your own posts using fcc
#======================================================#
# 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 <show-version> # Shows mutt version at startup
#======================================================#
# add following lines
set sort = 'threads'
set sort_aux = 'last-date-received'
#set imap_check_subscribed
ignore "Authorication-Results:"
ignore "DomainKey-Signature:"
ignore "DKIM-Signature:"
hdr_order Date From To Cc