diff options
author | Bence Ferdinandy <bence@ferdinandy.com> | 2024-04-13 17:46:32 +0200 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2024-04-13 21:47:39 +0200 |
commit | c29bb9cd8601ae7b0bbaa57ff5298554b909a919 (patch) | |
tree | d67ce762d8a6018b6949b0daec377194bad48435 | |
parent | c6a8071f835b01e2385302ecb52e130754496c76 (diff) | |
download | aerc-c29bb9cd8601ae7b0bbaa57ff5298554b909a919.tar.gz |
docs: be more explicit about the behaviour of :accept
Accept can be a bit confusing when coming from something like gmail or
outlook, where clicking the accept button not only sends the accept
email, but also inserts the meeting into one's calendar. Be more
explicit about what happens.
Signed-off-by: Bence Ferdinandy <bence@ferdinandy.com>
Acked-by: Robin Jarry <robin@jarry.cc>
-rw-r--r-- | doc/aerc.1.scd | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd index 402be59a..66e86fdd 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -293,7 +293,12 @@ message list, the message in the message viewer, etc). details. *:accept* [*-e*|*-E*] - Accepts an iCalendar meeting invitation. + Accepts an iCalendar meeting invitation. This opens a compose window + with a specially crafted attachment. Sending the email will let the + inviter know that you accepted and will likely update their calendar as + well. This will NOT add the meeting to your own calendar, that must be + done as a separate manual step (e.g. by piping the text/calendar part to + an appropriate script). *-e*: Forces *[compose].edit-headers* = _true_ for this message only. |