From f1e9d4186e06a223a030179e152d4788ba10343f Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Fri, 16 Oct 2020 18:00:22 +0100 Subject: Add email configuration for ENPC --- mutt/.mutt/muttrc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'mutt/.mutt/muttrc') diff --git a/mutt/.mutt/muttrc b/mutt/.mutt/muttrc index 7ad8cbf..a75c088 100644 --- a/mutt/.mutt/muttrc +++ b/mutt/.mutt/muttrc @@ -13,7 +13,7 @@ source `FILE=$HOME/.mutt/colors/$COLORSCHEME.muttrc; if [ ! -s "$FILE" ]; then F source ~/.mutt/crypto source ~/.mutt/alias source ~/.mutt/mailboxes -source ~/.mutt/id_work +source ~/.mutt/id_enpc # General set realname = "Urbain Vaes" @@ -51,6 +51,7 @@ bind index,pager O sidebar-open # Prompts set delete = yes set quit = yes +set confirmappend = no # Pager set pager_stop @@ -69,7 +70,8 @@ set index_format="%X %Z %{%b %d} %-15.15L (%?l?%4l&%4c?) %s" # Macros macro index,pager gp " +Personal/Personal" -macro index,pager gw " +Work/Work" +macro index,pager gi " +Imperial/Imperial" +macro index,pager gw " +Enpc/Enpc" macro pager u "urlview\n" # Key bindings @@ -92,7 +94,8 @@ bind pager R group-reply macro compose \CA "!mutt_attach\n" # Hooks -folder-hook 'Work*' 'source ~/.mutt/id_work' +folder-hook 'Enpc*' 'source ~/.mutt/id_enpc' +folder-hook 'Imperial*' 'source ~/.mutt/id_imperial' folder-hook 'Personal*' 'source ~/.mutt/id_personal' macro index,pager gr " +Misc/rss" -- cgit v1.2.3