26 lines
645 B
Text
26 lines
645 B
Text
set editor=nano
|
|
set send_charset="utf-8"
|
|
|
|
|
|
set sort=threads
|
|
set sort_aux=last-date-received
|
|
|
|
## accounts
|
|
source $EMAIL_ACCOUNT
|
|
|
|
macro index <f2> '<sync-mailbox><refresh><enter-command>source ~/.config/mutt/waarp<enter><change-folder>!<enter>'
|
|
macro index <f3> '<sync-mailbox><refresh><enter-command>source ~/.config/mutt/perso<enter><change-folder>!<enter>'
|
|
|
|
## other
|
|
source mutt-color-solarized.muttrc
|
|
source muttrc.forgotten-attachment
|
|
source muttrc.sidebar
|
|
|
|
|
|
## Sidebar customization
|
|
set sidebar_visible = yes
|
|
set sidebar_width = 30
|
|
set sidebar_short_path
|
|
set sidebar_delim_chars="/"
|
|
set sidebar_folder_indent
|
|
set sidebar_indent_string=" "
|