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_enpc | |
parent | 694129b88441d841ec3b674823b26930d1c38393 (diff) |
Avoid issue with enpc email
Diffstat (limited to 'mutt/.mutt/id_enpc')
-rw-r--r-- | mutt/.mutt/id_enpc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mutt/.mutt/id_enpc b/mutt/.mutt/id_enpc index bf5451b..655a6e7 100644 --- a/mutt/.mutt/id_enpc +++ b/mutt/.mutt/id_enpc @@ -1,5 +1,5 @@ -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" |