Hi,

I compiled mutt on OS X with homebrew with --with-sidebar-patch. Unfortunately 
the sidebar won't come up. I found an example configuration-file for the 
sidebar-patch in the net but when sourcing it, I get only errors

The code of the sidebar-file is:

# -*- muttrc -*-
#
# Sidebar settings for mutt.
#
# $Id: sidebar 16 2007-03-09 19:52:41Z vdanen $

set sidebar_width=26
set sidebar_visible=yes
set sidebar_delim='|'

# which mailboxes to list in the sidebar (list them all)
mailboxes =Inbox =Inbox-annvix

# color of folders with new mail
color sidebar_new yellow default

# alt-n, alt-p to select next/prev folder
# alt-o to open selected folder (doesn't seem to work??)
bind index \epsideb ar-prev
bind index \ensidebar-next
bind index \eosidebar-open
bind pa   ger \epsidebar-prev
bind pager \ensidebar-next
bind pager \eosidebar     -open

# I don't need these.  just for documentation purposes.  See below.
# sidebar-scroll-up
# sidebar-scroll-down

# b toggles sidebar visibility
macro index b '<enter-command>toggle sidebar_visible<enter>'
macro pager b '<enter-command>toggle sidebar_visible<enter>'

# Remap bounce-message function to "B"
bind index B bounce-message

#
# Mario Holbe suggests:
# macro index b '<enter-command>toggle sidebar_visible<enter><refresh>'
# macro pager b '<enter-command>toggle
# sidebar_visible<enter><redraw-screen>'
#


When I source it, I get the following errors:
Error in /Users/user/.mutt/sidebar, line 7: sidebar_width: unknown variable
Error in /Users/user/.mutt/sidebar, line 8: sidebar_visible: unknown variable
Error in /Users/user/.mutt/sidebar, line 9: sidebar_delim: unknown variable
Error in /Users/user/.mutt/sidebar, line 15: sidebar_new: no such object
Error in /Users/user/.mutt/sidebar, line 19: ar-prev: no such function in map
Error in /Users/user/.mutt/sidebar, line 20:
Error in /Users/user/.mutt/sidebar, line 21:
Error in /Users/user/.mutt/sidebar, line 22: pa: no such menu
Error in /Users/user/.mutt/sidebar, line 23:
Error in /Users/user/.mutt/sidebar, line 24: -open: no such function in map
Error in /Users/user/.mutt/muttrc, line 4: source: errors in 
/Users/user/.mutt/sidebar
source: errors in /Users/user/.mutt/muttrc

Any ideas what the problem could be?

Niels

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to