Skip to content

Commit f924db0

Browse files
committed
add missing closing quotes
1 parent 59451e3 commit f924db0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.config/mutt/accounts/0-examplegenericimap.muttrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# example of a generic imap configuration
44
# change ACCOUNT_ALIAS to something sensible (this should match msmtp and isync)
55
set realname = "My Name"
6-
set from = "[email protected]
6+
set from = "[email protected]"
77
set sendmail = "msmtp -a ACCOUNT_ALIAS"
88
alias me My Name <[email protected]>
99
set folder = "~/.local/share/mail/ACCOUNT_ALIAS"

.config/mutt/accounts/1-examplegmailimap.muttrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# example of a google imap configuration
33
# change ACCOUNT_ALIAS to something sensible (this should match msmtp and isync)
44
set realname = "My Name"
5-
set from = "[email protected]
5+
set from = "[email protected]"
66
set sendmail = "msmtp -a ACCOUNT_ALIAS"
77
alias me My Name <[email protected]>
88
set folder = "~/.local/share/mail/ACCOUNT_ALIAS"

.config/mutt/accounts/2-exampleoffice365imap.muttrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# example of an office365 config where imap is enabled/allowed
33
# change ACCOUNT_ALIAS to something sensible (this should match msmtp and isync)
44
set realname = "My Name"
5-
set from = "[email protected]
5+
set from = "[email protected]"
66
set sendmail = "msmtp -a ACCOUNT_ALIAS"
77
alias me My Name <[email protected]>
88
set folder = "~/.local/share/mail/ACCOUNT_ALIAS"

0 commit comments

Comments
 (0)