From 314ae0959031e336468c9d4ca774554d6fbb6244 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Mon, 4 Jan 2016 16:53:45 +0000 Subject: Change names of identities mutt --- .mutt/muttrc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to '.mutt/muttrc') diff --git a/.mutt/muttrc b/.mutt/muttrc index 7f6ff40..9d6891c 100644 --- a/.mutt/muttrc +++ b/.mutt/muttrc @@ -12,7 +12,7 @@ set tmpdir = ~/.mutt/temp source ~/.mutt/crypto source ~/.mutt/alias source ~/.mutt/mailboxes -source ~/.mutt/id_main +source ~/.mutt/id_work # General information set realname = "Urbain Vaes" @@ -57,9 +57,9 @@ set include=yes # Macros macro index,pager gm " +Main/Main" -macro index,pager gp " +Private/Private" +macro index,pager gp " +Personal/Personal" macro index,pager gi " +Informal/Informal" -macro index,pager gw " +Imperial/Imperial" +macro index,pager gw " +Work/Work" # Key bindings bind index,pager \Cf next-page @@ -77,13 +77,13 @@ bind pager k previous-entry bind pager R group-reply # Hooks -send-hook '~t .*@imperial\.ac\.uk$' 'source ~/.mutt/id_imperial' -reply-hook '~t .*@imperial\.ac\.uk$' 'source ~/.mutt/id_imperial' +send-hook '~t .*@imperial\.ac\.uk$' 'source ~/.mutt/id_work' +reply-hook '~t .*@imperial\.ac\.uk$' 'source ~/.mutt/id_work' -folder-hook 'Main*' 'source ~/.mutt/id_main' +folder-hook 'Main*' 'source ~/.mutt/id_main' folder-hook 'Informal*' 'source ~/.mutt/id_informal' -folder-hook 'Private*' 'source ~/.mutt/id_private' -folder-hook 'Imperial*' 'source ~/.mutt/id_imperial' +folder-hook 'Personal*' 'source ~/.mutt/id_personal' +folder-hook 'Work*' 'source ~/.mutt/id_work' # Source mutt solarized `[ "$COLORSCHEME" = "light" ] && echo source $HOME/.mutt/solarized/mutt-colors-solarized-light-16.muttrc || echo set` -- cgit v1.2.3