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 | |
parent | 694129b88441d841ec3b674823b26930d1c38393 (diff) |
Avoid issue with enpc email
Diffstat (limited to 'mutt')
-rw-r--r-- | mutt/.mutt/id_enpc | 4 | ||||
-rw-r--r-- | mutt/.mutt/id_imperial | 12 |
2 files changed, 8 insertions, 8 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" 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>" |