diff options
author | Koni Marti <koni.marti@gmail.com> | 2022-05-24 07:36:07 +0200 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-05-31 14:32:24 +0200 |
commit | 62982a9a679e667b7a1b0e7be1adfa3561c7eac4 (patch) | |
tree | c107063eed0bb5ff6d8e7217d6a9c3e44b625c51 /doc/aerc.1.scd | |
parent | 6f5c6e148f08266e92875e813105997317bc212b (diff) | |
download | aerc-62982a9a679e667b7a1b0e7be1adfa3561c7eac4.tar.gz |
invites: reply with accept, accept-tentative or decline
Reply to iCalendar invitations with three commands: :accept,
:accept-tentative or :decline. Parse a text/calendar request, create a
reply and append it to the composer.
Suggested-by: Ondřej Synáček <ondrej@synacek.org>
Signed-off-by: Koni Marti <koni.marti@gmail.com>
Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'doc/aerc.1.scd')
-rw-r--r-- | doc/aerc.1.scd | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd index 0b33cee3..0c071ea3 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -112,9 +112,18 @@ message list, the message in the message viewer, etc). *month*: Messages are stored in folders per year and subfolders per month +*accept* + Accepts an iCalendar meeting invitation. + +*accept-tentative* + Accepts an iCalendar meeting invitation tentatively. + *copy* <target> Copies the selected message to the target folder. +*decline* + Declines an iCalendar meeting invitation. + *delete* Deletes the selected message. |