diff options
author | Urbain Vaes <urbain@vaes.uk> | 2016-01-17 14:54:11 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2016-01-17 14:54:11 +0000 |
commit | 83560b5b4ba00df1552d14150ec5d7930e2bdd0a (patch) | |
tree | 9cea3c4fec2539707a591c6b8a81449472bd4740 /.mutt | |
parent | 2dc9d4299442280e9e2b386de66507edc3d7b681 (diff) |
Improve install script
Diffstat (limited to '.mutt')
-rw-r--r-- | .mutt/muttrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.mutt/muttrc b/.mutt/muttrc index 3b413ec..8b48345 100644 --- a/.mutt/muttrc +++ b/.mutt/muttrc @@ -77,12 +77,12 @@ bind pager k previous-entry bind pager R group-reply # Hooks -send-hook '~t .*@imperial\.ac\.uk$' 'source ~/.mutt/id_work' -reply-hook '~t .*@imperial\.ac\.uk$' 'source ~/.mutt/id_work' +# 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 'Informal*' 'source ~/.mutt/id_informal' -folder-hook 'Personal*' 'source ~/.mutt/id_personal' +folder-hook 'Personal*' 'source ~/.mutt/id_personal' folder-hook 'Work*' 'source ~/.mutt/id_work' # Source mutt solarized |