is it possible to go to the folders via the sidebar?
Globe Trotter
itsme_410 at yahoo.com
Mon Oct 26 23:09:17 UTC 2020
On Monday, October 26, 2020, 5:19:58 PM CDT, Cameron Simpson <cs at cskk.id.au> wrote:
On 27Oct2020 08:56, Cameron Simpson <cs at cskk.id.au> wrote:
>On 25Oct2020 23:43, Globe Trotter via Mutt-users <mutt-users at mutt.org> wrote:
>>> I highlight on the folder user1 and I get: /home/gt/user1 is not a mailbox.
>
>>Hmm, me too.
> I withdraw this - I had a nonexistent name in my mailboxes list. With
that fixed, the sidebar behaves correctly for me.
> More investigation needed. Does it fail for all your mailboxes, or just
specific ones?
HI,
I am not sure: here is my setting, and I can not get the cursor to go to the sidebar at all anymore. Is there some setting I am missing?
# --------------------------------------------------------------------------
# VARIABLES – shown with their default values
# --------------------------------------------------------------------------
# Should the Sidebar be shown?
# set sidebar_visible = no
set sidebar_visible = yes
# How wide should the Sidebar be in screen columns?
# Note: Some characters, e.g. Chinese, take up two columns each.
set sidebar_width = 20
# Should the mailbox paths be abbreviated?
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
# Any mailboxes that are whitelisted will always be visible, even if the
# sidebar_new_mail_only option is enabled.
# Only show mailboxes that contain some mail
#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 NeoMutt
# panels.
set sidebar_divider_char = '|'
# Enable extended mailbox mode to calculate total, new, and flagged
# message counts for each mailbox.
set mail_check_stats
# Display the Sidebar mailboxes using this format string.
set sidebar_format = '%B%?F? [%F]?%* %?N?%N/?%S'
# 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'
# --------------------------------------------------------------------------
# FUNCTIONS – shown with an example mapping
# --------------------------------------------------------------------------
# Move the highlight to the previous mailbox
bind index,pager \Cp sidebar-prev
# Move the highlight to the next mailbox
bind index,pager \Cn sidebar-next
# 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 \CU sidebar-page-up
# Move the highlight to the next page
# This is useful if you have a LOT of mailboxes.
bind index,pager \CD sidebar-page-down
# Move the highlight to the previous mailbox containing new, or flagged,
# mail.
bind index,pager \CP sidebar-prev-new
# Move the highlight to the next mailbox containing new, or flagged, mail.
bind index,pager \CN sidebar-next-new
# Toggle the visibility of the Sidebar.
bind index,pager \CV sidebar-toggle-visible
Some setting is probably messed up. Not sure what I am looking for. Thanks!
More information about the Mutt-users
mailing list