mutt: Set the "from" correctly to include sender name

This commit is contained in:
Sanchayan Maity 2021-02-16 20:11:04 +05:30
parent fa940ca9e6
commit 3f8010bc09
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
set from = "sanchayan@asymptotic.io" set from = "Sanchayan Maity <sanchayan@asymptotic.io>"
set sendmail = "/usr/bin/msmtp -a asymptotic" set sendmail = "/usr/bin/msmtp -a asymptotic"
set mbox = "+asymptotic/Archive" set mbox = "+asymptotic/Archive"
set postponed = "+asymptotic/drafts" set postponed = "+asymptotic/drafts"

View file

@ -1,4 +1,4 @@
set from = "sanchayan@sanchayanmaity.net" set from = "Sanchayan Maity <sanchayan@sanchayanmaity.net>"
set sendmail = "/usr/bin/msmtp -a fastmail" set sendmail = "/usr/bin/msmtp -a fastmail"
set mbox = "+fastmail/Archive" set mbox = "+fastmail/Archive"
set postponed = "+fastmail/drafts" set postponed = "+fastmail/drafts"

View file

@ -1,4 +1,4 @@
set from = "maitysanchayan@gmail.com" set from = "Sanchayan Maity <maitysanchayan@gmail.com>"
set sendmail = "/usr/bin/msmtp -a Sanchayan" set sendmail = "/usr/bin/msmtp -a Sanchayan"
set mbox = "+sanchayan/Archive" set mbox = "+sanchayan/Archive"
set postponed = "+sanchayan/drafts" set postponed = "+sanchayan/drafts"