From cf274306ec254317e88d24b6147202aae862df80 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Mon, 19 Oct 2020 16:06:05 +0100 Subject: Clean mutt config --- mutt/.mutt/id_enpc | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'mutt/.mutt/id_enpc') diff --git a/mutt/.mutt/id_enpc b/mutt/.mutt/id_enpc index 82bca7d..ff947fe 100644 --- a/mutt/.mutt/id_enpc +++ b/mutt/.mutt/id_enpc @@ -2,18 +2,15 @@ set from = "urbain.vaes@enpc.fr" set sendmail="/usr/bin/msmtp -a enpc" set spoolfile = "+Enpc/Enpc" +set record = "+Enpc/Enpc.sent" set postponed = "+Enpc/Enpc.drafts" set trash = "+Enpc/Enpc.bin" -# Record not necessary because outlook saves messages -unset record - macro index,pager gs " +Enpc/Enpc.sent" macro index,pager gd " $postponed" macro index,pager gb " $trash" macro index,pager ga " +Enpc/Enpc.archive" -macro index,pager s "=Enpc/Enpc.archive" +macro index,pager a "=Enpc/Enpc.archive" -folder-hook 'Enpc*' 'source ~/.mutt/id_enpc' # vim: ft=muttrc -- cgit v1.2.3