#mailbox
set mbox_type = "Maildir"
set move
set mbox = "=local"
set record = "=sent"
set trash = "=trash"
mailboxes $mbox $record =trash

#sidebar
set sidebar_visible
set sidebar_format = "%B%?F? [%F]?%* %?N?%N/?%S"
set sidebar_width = 10

#misc
set sleep_time = 0
set send_charset = "us-ascii:iso-8859-1:iso-2022-jp:utf-8"

#keys
bind generic ^      first-entry
bind generic $      last-entry
bind generic J      next-entry
bind generic K      previous-entry
bind generic \Cf    half-down
bind generic \Cb    half-up
bind generic n      search-next
bind generic N      search-opposite
bind generic <f5>   check-stats
bind generic <esc>? what-key

bind index   ^      first-entry
bind index   $      last-entry
bind index   \Cf    half-down
bind index   \Cb    half-up
bind index   v      collapse-thread
bind index   V      collapse-all
bind index   =      limit
bind index   \Cl    list-reply
bind index   H      sidebar-prev
bind index   L      sidebar-next
bind index   *      sidebar-open
macro index  h     "<sidebar-prev><sidebar-open>"
macro index  l     "<sidebar-next><sidebar-open>"
bind index   R      toggle-read
bind index   \Cg    group-reply

bind pager   g      noop
bind pager   gg     top
bind pager   G      bottom
bind pager   \Cf    half-down
bind pager   \Cb    half-up
bind pager   j      next-line
bind pager   k      previous-line
bind pager   J      next-undeleted
bind pager   K      previous-undeleted
bind pager   \Cl    list-reply
bind pager   n      search-next
bind pager   N      search-opposite
bind pager   <esc>? what-key
bind pager   \Cg    group-reply

bind attach  \Cg    group-reply

#colors
color normal        black           brightwhite
color attachment    black           brightgreen
color hdrdefault    black           cyan
color indicator     blue            white
color markers       red             brightwhite
color quoted        blue            brightwhite
color signature     black           brightblue
color status        brightyellow    blue
color tilde         brightblack     brightwhite
color tree          brightblue      brightwhite
color hdrdefault    black           white

#good
exec check-stats