diff options
author | Robin Jarry <robin@jarry.cc> | 2023-05-15 16:07:54 +0200 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2023-06-01 22:15:00 +0200 |
commit | 11ccc471bb91e19334fa266f9837f9bb09a1e34d (patch) | |
tree | aec190f4e0f9262985e99c625588c83ec07d6c07 /doc/aerc-config.5.scd | |
parent | ac43047d4508b7f375fe6808f8e4826a1ef40210 (diff) | |
download | aerc-11ccc471bb91e19334fa266f9837f9bb09a1e34d.tar.gz |
contrib: add carddav-query script
Add a standalone python script to allow querying contacts from a CardDAV
compatible server. The script works with python 3.6+ and has no external
dependencies.
Link: https://sabre.io/dav/building-a-carddav-client/
Link: https://www.rfc-editor.org/rfc/rfc6352
Signed-off-by: Robin Jarry <robin@jarry.cc>
Tested-by: Tim Culverhouse <tim@timculverhouse.com>
Diffstat (limited to 'doc/aerc-config.5.scd')
-rw-r--r-- | doc/aerc-config.5.scd | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd index f092bfcf..af989045 100644 --- a/doc/aerc-config.5.scd +++ b/doc/aerc-config.5.scd @@ -550,7 +550,10 @@ These options are configured in the *[compose]* section of _aerc.conf_. This parameter can also be set per account in _accounts.conf_. - Example: + Example with *carddav-query*(1): + *address-book-cmd* = _carddav-query %s_ + + Example with *khard*(1): *address-book-cmd* = _khard email --remove-first-line --parsable %s_ *file-picker-cmd* = _<command>_ @@ -923,7 +926,7 @@ These options are configured in the *[templates]* section of _aerc.conf_. *aerc*(1) *aerc-accounts*(5) *aerc-binds*(5) *aerc-imap*(5) *aerc-maildir*(5) *aerc-notmuch*(5) *aerc-templates*(7) *aerc-sendmail*(5) *aerc-smtp*(5) -*aerc-stylesets*(7) +*aerc-stylesets*(7) *carddav-query*(1) # AUTHORS |