From a638caa41ad4c88bd01a6b349bfbc55b1628fa9c Mon Sep 17 00:00:00 2001 From: Michael Strasser Date: Thu, 2 Jul 2020 09:11:30 +0200 Subject: [PATCH] Add echo command to example --- bestpractice/multiprofile.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bestpractice/multiprofile.md b/bestpractice/multiprofile.md index e68df4e..746ecd4 100644 --- a/bestpractice/multiprofile.md +++ b/bestpractice/multiprofile.md @@ -38,6 +38,7 @@ You can setup each profile like the example below: set smtp_url ="smtp://user:pwd@smtp.domain.tld" color status brightgreen blue + echo "Sending mail as mailbox@domain.tld" ### Hooks @@ -87,4 +88,6 @@ between the accounts on neomutt's status color color status brightgreen red # business color status brightgreen blue # private +### Echoing +`echo` lets you print messages to the message window. You can use to print the mail address you switched your configuration to.