~rjarry/aerc-devel

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
2 2

[PATCH] echoing password to carddav

Details
Message ID
<20241127161013.150554-1-tonitch@herisson.ovh>
DKIM signature
pass
Download raw message
Patch: +3 -3
This variable will be executed so it should be echoed

Also changing the name of the account to better reflect the usage of the
-s option

Signed-off-by: tonitch <tonitch@herisson.ovh>
---
 providers/gmail.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/providers/gmail.md b/providers/gmail.md
index 0a4a1cfb..b6fc309e 100644
--- a/providers/gmail.md
+++ b/providers/gmail.md
@@ -14,7 +14,7 @@ Then, follow the new account wizard and you should get something that looks
like this (replace `Gmail` with the account name of your choice):

```ini
[Gmail]
[youraccount]
from     = Your Name <youraccount@gmail.com>
source   = imaps://youraccount%40gmail.com:$APP_PASSWORD@imap.gmail.com
outgoing = smtps://youraccount%40gmail.com:$APP_PASSWORD@smtp.gmail.com
@@ -34,6 +34,6 @@ cache-headers = true

# To be able to use your google contacts. It only works for personal accounts, not enterprise.
carddav-source          = https://youraccount%40gmail.com@www.googleapis.com/carddav/v1/principals/youraccount@gmail.com/lists/default
carddav-source-cred-cmd = $APP_PASSWORD
address-book-cmd        = carddav-query -S Gmail %s
carddav-source-cred-cmd = echo $APP_PASSWORD
address-book-cmd        = carddav-query -S youraccount %s
```
-- 
2.47.0

Applied: [PATCH] echoing password to carddav

Details
Message ID
<173436031664.2233686.9381853400621819667@ringo>
In-Reply-To
<20241127161013.150554-1-tonitch@herisson.ovh> (view parent)
DKIM signature
pass
Download raw message
tonitch <tonitch@herisson.ovh> wrote:
> This variable will be executed so it should be echoed
>
> Also changing the name of the account to better reflect the usage of the
> -s option
>
> Signed-off-by: tonitch <tonitch@herisson.ovh>
> ---

Acked-by: Robin Jarry <robin@jarry.cc>

Applied, thanks.

To git@git.sr.ht:~rjarry/aerc
   799070d668a0..edd67dd490a8  wiki -> wiki
Johannes Thyssen Tishman <johannes@thyssentishman.com>
Details
Message ID
<5533d77d-c323-4116-ac47-5b0f17420817@thyssentishman.com>
In-Reply-To
<20241127161013.150554-1-tonitch@herisson.ovh> (view parent)
DKIM signature
pass
Download raw message
2024-11-27T16:10:18Z tonitch <tonitch@herisson.ovh>:

> diff --git a/providers/gmail.md b/providers/gmail.md
> index 0a4a1cfb..b6fc309e 100644
> --- a/providers/gmail.md
> +++ b/providers/gmail.md
> @@ -14,7 +14,7 @@ Then, follow the new account wizard and you should 
> get something that looks
> like this (replace `Gmail` with the account name of your choice):

You probably want to replace `Gmail` with `youraccount` here as well.
Reply to thread Export thread (mbox)