diff options
author | Urbain Vaes <urbain@vaes.uk> | 2021-02-01 10:45:56 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2021-02-01 10:45:56 +0000 |
commit | 314b934316ec75d8a8e176d38e60f533b4abe918 (patch) | |
tree | 4a3c80cf60a3157269e3e0072cb0e20fcebb04ef /mutt/.mutt/id_imperial | |
parent | 694129b88441d841ec3b674823b26930d1c38393 (diff) |
Avoid issue with enpc email
Diffstat (limited to 'mutt/.mutt/id_imperial')
-rw-r--r-- | mutt/.mutt/id_imperial | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/mutt/.mutt/id_imperial b/mutt/.mutt/id_imperial index ca35257..001affb 100644 --- a/mutt/.mutt/id_imperial +++ b/mutt/.mutt/id_imperial @@ -1,10 +1,10 @@ -set from = "urbain.vaes@enpc.fr" -set sendmail="/usr/bin/msmtp -a enpc" +set from = "urbain.vaes@inria.fr" +set sendmail="/usr/bin/msmtp -a inria" -set spoolfile = "+Enpc/Enpc" -set record = "+Enpc/Enpc.sent" -set postponed = "+Enpc/Enpc.drafts" -set trash = "+Enpc/Enpc.bin" +set spoolfile = "+Inria/Inria" +set record = "+Inria/Inria.sent" +set postponed = "+Inria/Inria.drafts" +set trash = "+Inria/Inria.bin" macro index,pager gs "<change-folder> +Imperial/Imperial.sent<enter>" macro index,pager gd "<change-folder> +Imperial/Imperial.drafts<enter>" |