From 3f8010bc09c689caf8579380874ef3fd60ae826c Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Tue, 16 Feb 2021 20:11:04 +0530 Subject: [PATCH] mutt: Set the "from" correctly to include sender name --- mutt/.mutt/accounts/asymptotic | 2 +- mutt/.mutt/accounts/fastmail | 2 +- mutt/.mutt/accounts/sanchayan | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mutt/.mutt/accounts/asymptotic b/mutt/.mutt/accounts/asymptotic index 7c64e4d..f45cf53 100644 --- a/mutt/.mutt/accounts/asymptotic +++ b/mutt/.mutt/accounts/asymptotic @@ -1,4 +1,4 @@ -set from = "sanchayan@asymptotic.io" +set from = "Sanchayan Maity " set sendmail = "/usr/bin/msmtp -a asymptotic" set mbox = "+asymptotic/Archive" set postponed = "+asymptotic/drafts" diff --git a/mutt/.mutt/accounts/fastmail b/mutt/.mutt/accounts/fastmail index d7ad1da..1c3067d 100644 --- a/mutt/.mutt/accounts/fastmail +++ b/mutt/.mutt/accounts/fastmail @@ -1,4 +1,4 @@ -set from = "sanchayan@sanchayanmaity.net" +set from = "Sanchayan Maity " set sendmail = "/usr/bin/msmtp -a fastmail" set mbox = "+fastmail/Archive" set postponed = "+fastmail/drafts" diff --git a/mutt/.mutt/accounts/sanchayan b/mutt/.mutt/accounts/sanchayan index d8a2a90..ffb5ba2 100644 --- a/mutt/.mutt/accounts/sanchayan +++ b/mutt/.mutt/accounts/sanchayan @@ -1,4 +1,4 @@ -set from = "maitysanchayan@gmail.com" +set from = "Sanchayan Maity " set sendmail = "/usr/bin/msmtp -a Sanchayan" set mbox = "+sanchayan/Archive" set postponed = "+sanchayan/drafts"