diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-12-27 15:36:19 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-12-27 15:36:19 -0200 |
commit | 80ca26dd63d73a524124faf07c155d4402c780e4 (patch) | |
tree | 2db7fd6fd4f99182a5568b90fbca9db3c8fce7a8 /modules/mutt/mutt.dot.link/sidebar | |
parent | 7cec224c9b7cbde767884f1e5752eddfe321a25c (diff) | |
download | dotfiles-80ca26dd63d73a524124faf07c155d4402c780e4.tar.gz dotfiles-80ca26dd63d73a524124faf07c155d4402c780e4.tar.bz2 |
Removing mutt to convert it to a submodule
Diffstat (limited to 'modules/mutt/mutt.dot.link/sidebar')
-rw-r--r-- | modules/mutt/mutt.dot.link/sidebar | 53 |
1 files changed, 0 insertions, 53 deletions
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 ‘<enter-command>toggle sidebar_visible<enter>’ -#macro pager b ‘<enter-command>toggle sidebar_visible<enter>’ -#macro index b 'toggle sidebar_visible' -#macro pager b 'toggle sidebar_visible' -macro index \Cb '<enter-command>toggle sidebar_visible<enter><refresh>' -macro pager \Cb '<enter-command>toggle sidebar_visible<enter><redraw-screen>' - -# 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>’ -# |