I try ask URL from #iCloud with this simple snippet of #cURL:
curl -Lv -X PROPFIND \
--header "Depth: 0" \
-u 'jarkko.sakkinen:$(pass site/icloud.com./vdirsyncer)' \
https://contacts.icloud.com/.carddav/wellknown
Cutting out the relevant part of the server response I get 401:
< HTTP/1.1 401 Unauthorized
< Server: AppleHttpServer/b866cf47a603
I do have app password generated. My iCloud is two-factor authenticated with #Yubikey but again I have the app password.
Any ideas/tips?
Steve Ballmer invented blue screen of death for Windows 3.1 apparently.
OK, so aerc has {{.MessageId}}
, which can be e.g. to :term b4 am {{.MessageId}}
. In any command parser substitutes that with the message ID of currently selected message. It also has notmuch support.
So I should like a make notmuch query (which aerc should support) id:{{.MessageId}}
and see if that gives me the set of messages with the same message ID.