Several patches on the list referenced contrib/sample.muttrc-sidebar, but it's 
not included in the 1.7.0 release. See attached for a simple fix. The trivial 
update for Makefile.in is omitted.

Here's a question: these key bindings

bind generic \CP sidebar-prev
bind generic \CN sidebar-next
bind generic \CO sidebar-open

are flagged as erorrs, and looking at functions.h, I see why. The question is, 
does it make sense to add them to more than just index and pager maps. I don't 
feel that strongly about it.

Error in ~/.mutt/sb.rc, line 21: sidebar-prev: no such function in map
Error in ~/.mutt/sb.rc, line 22: sidebar-next: no such function in map
Error in ~/.mutt/sb.rc, line 23: sidebar-open: no such function in map
Error in ~/.muttrc, line 69: source: errors in ~/.mutt/sb.rc

What springs to mind in the context of documentation is the now MIA tutorial 
section mentioned in <[email protected]>. What I would consider 
the canonical configuration reference at 
<http://www.lunar-linux.org/mutt-sidebar/> is not 100% applicable to 1.7.

--- Makefile.am.sidebar	2016-08-25 21:48:43.665125099 +0100
+++ Makefile.am	2016-09-05 23:42:43.607222354 +0100
@@ -3,7 +3,7 @@
 subdir = contrib
 
 SAMPLES = Mush.rc Pine.rc gpg.rc pgp2.rc pgp5.rc pgp6.rc Tin.rc \
-	sample.muttrc  sample.mailcap sample.muttrc-tlr \
+	sample.muttrc sample.mailcap sample.muttrc-sidebar sample.muttrc-tlr \
 	colors.default colors.linux smime.rc \
 	ca-bundle.crt smime_keys_test.pl mutt_xtitle
 

Reply via email to