diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-06-22 13:17:19 +0200 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-06-22 13:17:19 +0200 |
commit | 3afa74359c03dab51110156c6c115448730be211 (patch) | |
tree | 166242b1eeaaa3702c493ca2e3554be4796522eb | |
parent | d8dbe642c23feb9c120a154b5f7b17d9b77b5880 (diff) |
Add headers-weed config in mutt
-rw-r--r-- | Xresources | 2 | ||||
-rw-r--r-- | mutt/muttrc | 9 | ||||
-rw-r--r-- | nvimrc | 1 | ||||
-rw-r--r-- | tmux.conf | 2 |
4 files changed, 7 insertions, 7 deletions
@@ -41,7 +41,7 @@ URxvt*cursorColor: Green URxvt.depth: 32 ! Colors -URxvt*background: [80]Black +URxvt*background: [90]Black URxvt*foreground: White URxvt.color0 : #2E2E34343636 URxvt.color8 : #555557575353 diff --git a/mutt/muttrc b/mutt/muttrc index 6cf78e2..0418afe 100644 --- a/mutt/muttrc +++ b/mutt/muttrc @@ -3,6 +3,7 @@ set from = "u.vaes13@imperial.ac.uk" set realname = "Urbain Vaes" set use_from = yes set envelope_from = "yes" +set weed # Folders set folder = ~/.mail @@ -19,10 +20,12 @@ set spoolfile = "+Main/Main" set record = "+Main/Sent" set postponed = "+Main/Drafts" -# Status Bar -# set status_chars = " *%A" +# Headers +ignore * +unignore from: to: cc: date: subject: +unhdr_order * +hdr_order from: to: cc: date: subject: -# Mailboxes mailboxes +Main/Main \ +Imperial/Imperial \ +Hotmail/Hotmail \ @@ -6,7 +6,6 @@ Plug 'AndrewRadev/splitjoin.vim' Plug 'benekastah/neomake' , { 'for' : 'cpp' } Plug 'bling/vim-airline' Plug 'christoomey/vim-tmux-navigator' -Plug 'edkolev/tmuxline.vim' Plug 'freeo/vim-kalisi' Plug 'godlygeek/tabular' , { 'on' : 'Tab' } Plug 'gregsexton/gitv', { 'on' : 'Gitv' } @@ -13,8 +13,6 @@ bind r source-file ~/.tmux.conf set -s escape-time 0 set-option -g allow-rename off -source-file ~/.tmuxlinerc - set -g @tpm_plugins ' \ tmux-plugins/tpm \ tmux-plugins/tmux-sensible \ |