# ------------------------------------------------------------------ # File: $HOME/.neomutt/sidebar # Latest change: Sat Jul 08 13:23:42 CEST 2017 # Created: Thu Aug 11 03:33:33 CEST 2016 # Purpose: Setup file for the mailer "neomutt" # Availability: http://www.guckes.net/Setup/neomutt.sidebar # Author: Sven Guckes setup-neomuttrc(at)guckes.net http://www.guckes.net/ # ------------------------------------------------------------------ # This is (hopefully) a complete list of sidebar-related configuration. # you can get a list of those options form the manual: # $ man muttrc | grep '^ *sidebar_' # sidebar_delim_chars # sidebar_divider_char # sidebar_folder_indent # sidebar_format # sidebar_indent_string # sidebar_new_mail_only # sidebar_next_new_wrap # sidebar_on_right # sidebar_short_path # sidebar_sort_method # sidebar_visible # sidebar_width # -------------------------------------------------------------------------- # VARIABLES - shown with their default values # -------------------------------------------------------------------------- # Should the Sidebar be shown? # set sidebar_visible = no # default # set sidebar_visible = yes set sidebar_visible = no # How wide should the Sidebar be in screen columns? # Note: Some characters, e.g. Chinese, take up two columns each. # set sidebar_width = 20 # default set sidebar_width = 25 # Should the mailbox paths be abbreviated? # set sidebar_short_path = no # default set sidebar_short_path = yes # When abbreviating mailbox path names, use any of these characters as path # separators. Only the part after the last separators will be shown. # For file folders '/' is good. For IMAP folders, often '.' is useful. set sidebar_delim_chars = '/.' # If the mailbox path is abbreviated, should it be indented? set sidebar_folder_indent = no # Indent mailbox paths with this string. set sidebar_indent_string = ' ' # Make the Sidebar only display mailboxes # that contain new, or flagged, mail. # set sidebar_new_mail_only = no # default set sidebar_new_mail_only = yes # Any mailboxes that are whitelisted will always be visible, # even if the sidebar_new_mail_only option is enabled. # sidebar_whitelist '/home/user/mailbox1' # sidebar_whitelist '/home/user/mailbox2' # When searching for mailboxes containing new mail, # should the search wrap around when it reaches the end of the list? set sidebar_next_new_wrap = no # The character to use as the divider between # the Sidebar and the other Mutt panels. # Note: Only the first character of this string is used. # set sidebar_divider_char = '|' # default set sidebar_divider_char = '│' # Enable extended buffy mode to calculate # total, new, and flagged message counts for each mailbox. # set mail_check_stats = yes # default set mail_check_stats = no # checking all mailboxes takes over a MINUTE # (too many folder and too many emails in them) # Display the Sidebar mailboxes using this format string. # set sidebar_format = '%B%?F? [%F]?%* %?N?%N/?%S' # default set sidebar_format = '%5N|%5S %B' # Sort the mailboxes in the Sidebar using this method: # count - total number of messages # flagged - number of flagged messages # new - number of new messages # path - mailbox path # unsorted - do not sort the mailboxes # set sidebar_sort_method = 'unsorted' # default set sidebar_sort_method = count # 2016-08-21 # set sidebar_on_right # -------------------------------------------------------------------------- # FUNCTIONS - shown with an example mapping # -------------------------------------------------------------------------- # CTRL-A: show *all* mailboxes macro index \Ca ":toggle sidebar_new_mail_only\n" "show *all* mailboxes" # the "\n" only has an effect when using '"' quotes! # CTRL-P: Move the highlight to the *previous* mailbox bind index,pager \Cp sidebar-prev # CTRL-N: Move the highlight to the *next* mailbox bind index,pager \Cn sidebar-next # CTRL-O: *Open* the highlighted mailbox bind index,pager \Co sidebar-open # Move the highlight to the previous page # This is useful if you have a LOT of mailboxes. bind index,pager sidebar-page-up # Move the highlight to the next page # This is useful if you have a LOT of mailboxes. bind index,pager sidebar-page-down # Move the highlight to the previous mailbox # containing new, or flagged, mail. bind index,pager sidebar-prev-new # Move the highlight to the next mailbox # containing new, or flagged, mail. bind index,pager sidebar-next-new # B: Toggle (open/close) the visibility of the Sidebar. bind index,pager B sidebar-toggle-visible # -------------------------------------------------------------------------- # COLORS # -------------------------------------------------------------------------- # Note: All color operations are of the form: # color OBJECT FOREGROUND BACKGROUND # Color of the current, open, mailbox # Note: This is a general Mutt option which colors all selected items. # color indicator cyan black # default color indicator white red # Color of the highlighted, but not open, mailbox. # color sidebar_highlight black color8 color sidebar_highlight cyan default # Color of the divider separating the Sidebar from Mutt panels # color sidebar_divider color8 black # default color sidebar_divider blue black # Color to give mailboxes containing flagged mail color sidebar_flagged red black # Color to give mailboxes containing new mail color sidebar_new green black # 2016-08-21 # "This colour will be used if there's no other highlighting that #applies." # color sidebar_ordinary color245 default # -------------------------------------------------------------------------- # vim: set et ft=muttrc comments=n\:#: THPXRF EOF