[mutt] 06/11: Remove the sidebar.muttrc sample, new patch has proper docs

Faidon Liambotis paravoid at moszumanska.debian.org
Fri May 13 15:33:52 UTC 2016


This is an automated email from the git hooks/post-receive script.

paravoid pushed a commit to branch wip-neomutt
in repository mutt.

commit 178e243bb1df860a72c82d51e15c06769270844e
Author: Faidon Liambotis <paravoid at debian.org>
Date:   Thu May 5 21:12:45 2016 +0300

    Remove the sidebar.muttrc sample, new patch has proper docs
---
 debian/extra/samples/sidebar.muttrc | 94 -------------------------------------
 1 file changed, 94 deletions(-)

diff --git a/debian/extra/samples/sidebar.muttrc b/debian/extra/samples/sidebar.muttrc
deleted file mode 100644
index ee95485..0000000
--- a/debian/extra/samples/sidebar.muttrc
+++ /dev/null
@@ -1,94 +0,0 @@
-# shamelessly copied from
-# http://www.lunar-linux.org/mutt-sidebar/
-
-# set up the sidebar, default not visible
-set sidebar_width=12
-set sidebar_visible=no
-set sidebar_delim='|'
-set sidebar_sort=yes
-
-# which mailboxes to list in the sidebar
-mailboxes =inbox =ml
-
-# color of folders with new mail
-color sidebar_new yellow default
-
-# ctrl-n, ctrl-p to select next, prev folder
-# ctrl-o to open selected folder
-bind index \CP sidebar-prev
-bind index \CN sidebar-next
-bind index \CO sidebar-open
-bind pager \CP sidebar-prev
-bind pager \CN sidebar-next
-bind pager \CO sidebar-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>'
-# 
-
-# Documentation
-# =============
-#
-# sidebar_width (number)
-# Width of the sidebar.
-# 
-# sidebar_visible (boolean)
-# Whether or not the sidebar is visible.
-# 
-# sidebar_delim (string)
-# Specifies the delimiter between the sidebar and other screens
-# 
-# sidebar_sort
-# This specifies whether or not to sort the folders in the sidebar alphabetically, mainly for IMAP user.
-# 
-# color sidebar_new [fg] [bg]
-# The foreground (fg) and background (bg) color of folders that contain new mail.
-# 
-# sidebar-prev
-# Mutt's name for the operation that selects the previous folder.
-# 
-# sidebar-next
-# Mutt's name for the operation that selects the next folder.
-# 
-# sidebar-open
-# Mutt's name for the operation that opens the currently selected folder.
-# 
-# sidebar-scroll-up
-# Only useful if you have more folders than lines in your terminal: scrolls one
-# page up through the list of folders.
-# 
-# sidebar-scroll-down
-# Only useful if you have more folders than lines in your terminal: scrolls one
-# page down through the list of folders.
-# 
-# sidebar_format (string)
-# Format string for the sidebar. The sequences `%N', `%F' and `%S' will
-# be replaced by the number of new or flagged messages or the total size
-# of them mailbox. `%B' will be replaced with the name of the mailbox.
-# The `%!' sequence will be expanded to `!' if there is one flagged
-# message; to `!!' if there are two flagged messages; and to `n!' for n
-# flagged messages, n>2.
-# 
-# sidebar_folderindent (boolean)
-# Should folders be indented in the sidebar.
-# 
-# sidebar_indentstr (string)
-# This specifies the string that is used to indent items with
-# sidebar_folderindent= yes.
-# 
-# sidebar_shortpath (boolean)
-# Should the sidebar shorten the path showed.
-#

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mutt/mutt.git



More information about the pkg-mutt-commits mailing list