big update

This commit is contained in:
Bruno Carlin 2017-04-14 18:38:15 +02:00
parent 7a45a85686
commit 346a209c13
9 changed files with 133 additions and 11 deletions

View file

@ -1,7 +1,7 @@
set editor=nano
set editor=vim
set send_charset="utf-8"
set index_format="%4C %Z %{%b %d} %-15.15L %y %s"
set sort=threads
set sort_aux=last-date-received
@ -11,6 +11,7 @@ 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
@ -24,3 +25,21 @@ set sidebar_short_path
set sidebar_delim_chars="/"
set sidebar_folder_indent
set sidebar_indent_string=" "
set alias_file=~/.config/mutt/muttrc.aliases
set sort_alias=alias
set reverse_alias=yes
source $alias_file
# Key bindings
bind pager <Up> previous-line
bind pager <Down> next-line
bind index,pager \CS sidebar-toggle-visible
#bind index,pager \CN sidebar-next-new
#bind index,pager \CP sidebar-prev-new
bind index,pager \CN sidebar-next
bind index,pager \CP sidebar-prev
bind index <F73> previous-entry
bind index <F72> next-entry