pcon /.muttrc

set move=no

set mail_check=5

set timeout=15
set sort=threads
set sort_aux=date-sent
set strict_threads
set certificate_file=~/.mutt/certificates
set attribution="On %d, %n wrote:"
set pager_stop
set signature=~/.signature
set allow_8bit
set pager_index_lines=8
set edit_headers
set index_format="%C %Z %{%d %b %H:%I} %-10.10L (%c) %s"

set editor="vim '+:8' '+:set textwidth=80'"

set header_cache=~/.mutt/cache

set sendmail="/usr/bin/esmtp -v -X /tmp/esmtp.log"

set copy=yes
set record=+INBOX.Sent

set query_command="~/.mutt/mutt_ldap_query '%s'"
unset mark_old
unset markers

unset ascii_chars
color normal default default

color indicator brightred default
color status brightyellow black
color tree red default

color header brightblue default ^To:
color header brightblue default ^Cc:
color header brightblue default ^Subject:
color header brightblue default ^From:
color header brightblue default ^Date:

color quoted red default
color quoted1 green default
color quoted2 blue default
color quoted3 yellow default

color body yellow default "\\* [^<]+ <[^>]+> \\[[^]]+\\]:"
color body yellow default "(^|[^[:alnum:]])on [a-z0-9 ,]+([a-z0-9:,. <>@+-]+)? wrote:"
color body brightyellow default " [;:]-[)/(|pPD]"
color body brightyellow default " [;:][)/(|pPD]"
color body brightyellow default " [-^]_[-^]"

color index green default ~N
color index red default ~D
color index magenta default ~T
color index yellow default ~P

color attachment white default
ignore *
unignore from: date subject to cc reply-to:

set sidebar_width=30
set sidebar_visible=no

color sidebar_new yellow default

bind index \CP sidebar-prev
bind index \CN sidebar-next
bind index \CO sidebar-open
bind pager \CP sidebar-prev
bind pager \CN sidebar-next
bind pager \CO sidebar-open
macro index b 'toggle sidebar_visible'
macro pager b 'toggle sidebar_visible'

bind index [ half-up
bind pager [ half-up
bind index ] half-down
bind pager ] half-down
bind index B bounce-message
bind pager B bounce-message