From 7cf5d06c8c96d3ae3d41d8a54bfc386f13b3c4a4 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 27 Dec 2013 14:43:43 -0200 Subject: Cleaning up modules --- modules/mutt/mutt.dot.link/sidebar | 53 -------------------------------------- 1 file changed, 53 deletions(-) delete mode 100644 modules/mutt/mutt.dot.link/sidebar (limited to 'modules/mutt/mutt.dot.link/sidebar') diff --git a/modules/mutt/mutt.dot.link/sidebar b/modules/mutt/mutt.dot.link/sidebar deleted file mode 100644 index 248b152..0000000 --- a/modules/mutt/mutt.dot.link/sidebar +++ /dev/null @@ -1,53 +0,0 @@ -# -# http://www.die-welt.net/2011/02/desktop-in-a-shell-mutt/ -# http://www.debian-administration.org/articles/523 -# http://www.lunar-linux.org/mutt-sidebar/ -# - -# set up the sidebar, default not visible -set sidebar_width=20 -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 -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 ‘toggle sidebar_visible’ -#macro pager b ‘toggle sidebar_visible’ -#macro index b 'toggle sidebar_visible' -#macro pager b 'toggle sidebar_visible' -macro index \Cb 'toggle sidebar_visible' -macro pager \Cb 'toggle sidebar_visible' - -# Remap bounce-message function to “B” -bind index B bounce-message - -# -# Mario Holbe suggests: -# macro index b ‘toggle sidebar_visible’ -# macro pager b ‘toggle sidebar_visible’ -# -- cgit v1.2.3