This commit is contained in:
Leonardo Eugênio 2023-02-18 16:16:01 -03:00
parent b78fc81374
commit b545641c6e
3 changed files with 196 additions and 104 deletions

View file

@ -31,21 +31,27 @@ set use_from = yes
# }}}
# General {{{
set use_threads = threads
set sort = reverse-last-date
set sort_aux = last-date
# set use_threads = threads
set sort = threads
set sort_aux = reverse-last-date
set mail_check_stats = yes
set mail_check_stats_interval = 10
set mark_old = no # Unread mail stay unread until read
set mailcap_path = ~/.config/neomutt/mailcap
auto_view text/html # automatically show html
auto_view application/pgp-encrypted
alternative_order text/plain text/enriched text/html
set query_command= "khard email --parsable %s"
# unmailboxes *
mailboxes 'notmuch://?query=tag:inbox'
set spoolfile = 'notmuch://?query=tag:inbox'
# }}}
# General rebindings{{{
@ -115,7 +121,7 @@ set sidebar_visible = yes
set sidebar_width = 20
set sidebar_short_path = yes
set sidebar_next_new_wrap = yes
# set mail_check_stats
set mail_check_stats
set sidebar_format = '%B%?F? [%F]?%* %?N?%N/? %?S?%S?'
@ -131,11 +137,43 @@ set markers = no
set date_format="%m/%d %H:%M"
set index_format="%3C %zs %?X?A& ? %D %-15.15F %s"
set display_filter = '_mutt_escape-html-chars'
# set display_filter = '_mutt_escape-html-chars'
#}}}
# colors{{{
# General
color status black default
color indicator brightwhite red
# Messages
color index default default '.*'
color index_number black default
color index_author red default '.*'
color index_subject green default '.*'
# New messages
color index brightgreen default "~N|~O"
color index_author brightred default "~N"
color index_subject brightcyan default "~N"
# Sidebar
color sidebar_new green default
color sidebar_highlight default green
color sidebar_indicator brightwhite red
color sidebar_divider black default
# Header - information for any open email
color header default default "^(Date)"
color header red default "^(From)"
color header green default "^(Subject)"
color header brightwhite default "^(CC|BCC)"
# Content - Body of open email
color body brightred default "[\-\.+_a-zA-Z0-9]+@[\-\.a-zA-Z0-9]+" # Email addresses
color body brightblue default "(https?|ftp)://[\-\.,/%~_:?&=\#a-zA-Z0-9]+" # URL
color attachment default black
# # General
# color status black default
# color indicator brightwhite {{@@ accent_color_name @@}}