Files
dotfiles/home/natto/config/neomutt/neomuttrc
2023-06-24 15:46:42 +05:30

38 lines
1.1 KiB
Plaintext

set editor="nvim"
#set index_format="%4C %Z %{%b %d %R} %-15.15L (%?l?%4l&%4c?) %s"
set sidebar_visible
#set sidebar_format="%B%?F? [%F]?%* %?N?%N/?%S"
set mail_check_stats
bind attach,index,pager \CU next-page
bind attach,index,pager \CD previous-page
bind attach,index,pager 9 group-reply
bind pager g top
bind pager G bottom
bind pager j next-line
bind pager k previous-line
bind pager l view-attachments
bind attach,index g first-entry
bind attach,index G last-entry
bind index,pager \CK sidebar-prev
bind index,pager \CJ sidebar-next
bind index,pager \CI sidebar-open
bind index,pager \CB sidebar-toggle-visible
set sleep_time = 0
set markers = no
set mark_old = no
set mime_forward = yes
set wait_key = no
set fast_reply
set fcc_attach
set forward_format = "Fwd: %s"
set forward_quote
set reverse_name
set include
set mail_check=60
auto_view text/html
alternative_order text/enriched text/plain text/html text
macro index,pager U "<shell-escape>mbsync -a<enter>" "run mbsync to sync all emails"
macro index A \
"<tag-pattern>~N<enter><tag-prefix><clear-flag>N<untag-pattern>.<enter>" \
"mark all new as read"