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/id_enpc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 mutt/.mutt/id_enpc (limited to 'mutt/.mutt/id_enpc') diff --git a/mutt/.mutt/id_enpc b/mutt/.mutt/id_enpc new file mode 100644 index 0000000..82bca7d --- /dev/null +++ b/mutt/.mutt/id_enpc @@ -0,0 +1,19 @@ +set from = "urbain.vaes@enpc.fr" +set sendmail="/usr/bin/msmtp -a enpc" + +set spoolfile = "+Enpc/Enpc" +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" + +folder-hook 'Enpc*' 'source ~/.mutt/id_enpc' +# vim: ft=muttrc + -- cgit v1.2.3