aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorKoni Marti <koni.marti@gmail.com>2022-07-27 13:34:46 +0200
committerRobin Jarry <robin@jarry.cc>2022-08-01 12:26:29 +0200
commit903d436ab8c3a83ebd3972650312b9b72e1d49bc (patch)
tree41169311c1b091e230230fedc9d397982db7601d /doc
parentaaf0a0c65673db4b94c0dc200d7394a192128da1 (diff)
downloadaerc-903d436ab8c3a83ebd3972650312b9b72e1d49bc.tar.gz
mailto: add account query parameter
Specify an account parameter in the mailto argument. If not specified, the selected account is used as default. Example: $ aerc 'mailto:user@host?account=Fastmail' Suggested-by: staceee Signed-off-by: Koni Marti <koni.marti@gmail.com> Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'doc')
-rw-r--r--doc/aerc.1.scd2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd
index ea3897bc..17e25c2a 100644
--- a/doc/aerc.1.scd
+++ b/doc/aerc.1.scd
@@ -35,6 +35,8 @@ from your terminal.
: BCC header will be completed with the list of addresses
| in-reply-to=<\<message-id\>>
: In-reply-to header will be set to the message id
+| account=<accountname>
+: Specify the account (must be in accounts.conf; default is the selected account)
Note that reserved characters in the queries must be percent encoded.