style(neomutt): add whitespace to account config
This commit is contained in:
parent
0f0128f399
commit
36d94fbb1f
2 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@ set from = "george@nullpointer.io"
|
|||
|
||||
# smtp settings
|
||||
set smtp_pass = `pass mail/george@nullpointer.io`
|
||||
set smtp_url=smtp://$from@smtp.nullpointer.io:587
|
||||
set smtp_url = smtp://$from@smtp.nullpointer.io:587
|
||||
|
||||
# nullpointer specific macros
|
||||
macro index A "<save-message>+nullpointer/Archive<enter>" "move message to the archive"
|
||||
|
|
|
@ -13,8 +13,8 @@ set realname = "George Rawlinson"
|
|||
set from = "george@rawlinson.net.nz"
|
||||
|
||||
# smtp settings
|
||||
set smtp_pass= `pass mail/george@rawlinson.net.nz`
|
||||
set smtp_url=smtp://$from@smtp.nullpointer.io:587
|
||||
set smtp_pass = `pass mail/george@rawlinson.net.nz`
|
||||
set smtp_url = smtp://$from@smtp.nullpointer.io:587
|
||||
|
||||
# rawlinson specific macros
|
||||
macro index A "<save-message>+rawlinson/Archive<enter>" "move message to the archive"
|
||||
|
|
Loading…
Reference in a new issue