rp

simple email tools
git clone https://git.parazyd.org/rp
Log | Files | Refs | README | LICENSE

sidebar (515B)


      1 #bind index / vfolder-from-query
      2 #bind pager / vfolder-from-query
      3 
      4 set sidebar_width   = 25
      5 set sidebar_visible = no
      6 
      7 set sidebar_divider_char = '│'
      8 # https://www.neomutt.org/guide/gettingstarted.html#intro-sidebar-format
      9 set sidebar_format = "%B %* %?N?%N?"
     10 
     11 set mail_check_stats
     12 
     13 color sidebar_new white default
     14 color progress default brightblue
     15 
     16 bind index p       sidebar-prev
     17 bind index n       sidebar-next
     18 bind index <space> sidebar-open
     19 
     20 macro index,pager S "<enter-command>toggle sidebar_visible<enter>"