aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorinwit <inwit@sindominio.net>2024-08-24 17:55:32 +0200
committerTim Culverhouse <tim@timculverhouse.com>2024-10-03 09:49:54 -0500
commit09d283c9f70615d541b3603785c1db681389952f (patch)
treea40a0b7bdcdad96bd68e5408ab7e2414ee295e88 /doc
parent7f69618ac1fd29a2de7404581fae9d5249f9c47d (diff)
downloadaerc-09d283c9f70615d541b3603785c1db681389952f.tar.gz
calendar: skip editor when replying to invitations
Most of the time, accepting an invitation does not require editing the automatically generated email before sending it. Allow the user to optionally skip the editor entirely and go directly to the review screen when dealing with invitations. References: https://todo.sr.ht/~rjarry/aerc/247 Signed-off-by: inwit <inwit@sindominio.net> Acked-by: Tim Culverhouse <tim@timculverhouse.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/aerc.1.scd8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd
index b9c5af65..66888374 100644
--- a/doc/aerc.1.scd
+++ b/doc/aerc.1.scd
@@ -317,7 +317,7 @@ message list, the message in the message viewer, etc).
The *-m* option sets the multi-file strategy. See *aerc-notmuch*(5) for more
details.
-*:accept* [*-e*|*-E*]
+*:accept* [*-e*|*-E*|*-s*]
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
@@ -329,6 +329,8 @@ message list, the message in the message viewer, etc).
*-E*: Forces *[compose].edit-headers* = _false_ for this message only.
+ *-s*: Skips the editor and goes directly to the review screen.
+
*:accept-tentative* [*-e*|*-E*]
Accepts an iCalendar meeting invitation tentatively.
@@ -336,6 +338,8 @@ message list, the message in the message viewer, etc).
*-E*: Forces *[compose].edit-headers* = _false_ for this message only.
+ *-s*: Skips the editor and goes directly to the review screen.
+
*:copy* [*-dp*] [*-a* _<account>_] [*-m* _<strategy>_] _<folder>_++
*:cp* [*-dp*] [*-a* _<account>_] [*-m* _<strategy>_] _<folder>_
Copies the selected message(s) to _<folder>_.
@@ -356,6 +360,8 @@ message list, the message in the message viewer, etc).
*-E*: Forces *[compose].edit-headers* = _false_ for this message only.
+ *-s*: Skips the editor and goes directly to the review screen.
+
*:delete* [*-m* _<strategy>_]++
*:delete-message* [*-m* _<strategy>_]
Deletes the selected message.