diff options
author | Drew DeVault <sir@cmpwn.com> | 2020-01-05 16:01:58 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2020-01-05 16:01:58 -0500 |
commit | 14d58c2f7b7b6febe8d1ea167940dc751dd6b0d7 (patch) | |
tree | 90fe5b7bc88442d7d993131b816ddbcedbd94835 | |
parent | 07a9b9204eced8a26f24af3ad022e869a5632f88 (diff) | |
download | aerc-14d58c2f7b7b6febe8d1ea167940dc751dd6b0d7.tar.gz |
Reword aerc-tutorial with revised constraints
This document used to specify some constraints on the receipient address, but this has since been corrected in aerc.
-rw-r--r-- | doc/aerc-tutorial.7.scd | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/aerc-tutorial.7.scd b/doc/aerc-tutorial.7.scd index 23e7b5c..b4f4d50 100644 --- a/doc/aerc-tutorial.7.scd +++ b/doc/aerc-tutorial.7.scd @@ -90,12 +90,12 @@ You can use *<Tab>* or *<C-j>* and *<C-k>* to cycle between these fields (tab won't cycle between fields once you enter the editor, but *<C-j>* and *<C-k>* will). -Let's send an email to yourself. Note that the To and From headers only accept -RFC 5322 addresses, e.g. *John Doe <john@example.org>*, or simply +Let's send an email to yourself. Note that the To and From headers expect RFC +5322 addresses, e.g. *John Doe <john@example.org>*, or simply *<john@example.org>*. Separate multiple recipients with commas. Go ahead and -fill out an email (to yourself, perhaps?), then close the editor. You can add -additional headers like Cc and Reply-To by simply adding them to the top of your -email, adding a blank line between the email's headers and body. +fill out an email, then close the editor. You can add additional headers like +Cc and Reply-To by simply adding them to the top of your email, adding a blank +line between the email's headers and body. The message review screen is shown next. You have a chance now to revise the email before it's sent. Press *y* to send the email if it looks good. |