summaryrefslogtreecommitdiff
path: root/mutt/.mutt/id_imperial
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2020-11-02 13:41:42 +0000
committerUrbain Vaes <urbain@vaes.uk>2020-11-02 13:41:42 +0000
commitdb0ee4da1d393dd826b0686b7404e410fd21181b (patch)
treeb81f3c97af4dd410aeae7a7f356f5bfd30aca078 /mutt/.mutt/id_imperial
parentea797e789ed5566fe3ffb5395ea41eb74c2b73a1 (diff)
Add Inria email
Diffstat (limited to 'mutt/.mutt/id_imperial')
-rw-r--r--mutt/.mutt/id_imperial18
1 files changed, 8 insertions, 10 deletions
diff --git a/mutt/.mutt/id_imperial b/mutt/.mutt/id_imperial
index ed7aeb2..ca35257 100644
--- a/mutt/.mutt/id_imperial
+++ b/mutt/.mutt/id_imperial
@@ -1,15 +1,13 @@
-set from = "u.vaes13@imperial.ac.uk"
-set sendmail="/usr/bin/msmtp -a imperial"
+set from = "urbain.vaes@enpc.fr"
+set sendmail="/usr/bin/msmtp -a enpc"
-set spoolfile = "+Imperial/Imperial"
-set postponed = "+Imperial/Imperial.drafts"
-set trash = "+Imperial/Imperial.bin"
-
-# Record not necessary because outlook saves messages
-unset record
+set spoolfile = "+Enpc/Enpc"
+set record = "+Enpc/Enpc.sent"
+set postponed = "+Enpc/Enpc.drafts"
+set trash = "+Enpc/Enpc.bin"
macro index,pager gs "<change-folder> +Imperial/Imperial.sent<enter>"
-macro index,pager gd "<change-folder> $postponed<enter>"
-macro index,pager gb "<change-folder> $trash<enter>"
+macro index,pager gd "<change-folder> +Imperial/Imperial.drafts<enter>"
+macro index,pager gb "<change-folder> +Imperial/Imperial.bin<enter>"
# vim: ft=muttrc