~rjarry/aerc-devel

Removing aercbook v1 APPLIED

tonitch: 1
 Removing aercbook

 1 files changed, 0 insertions(+), 22 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~rjarry/aerc-devel/patches/56138/mbox | git am -3
Learn more about email & git

[PATCH] Removing aercbook Export this patch

This repository doesn't exist anymore, I didn't find any reason but I
believe this should not be kept as this is confusing

Signed-off-by: tonitch <tonitch@herisson.ovh>
---
 integrations/aercbook.md | 22 ----------------------
 1 file changed, 22 deletions(-)
 delete mode 100644 integrations/aercbook.md

diff --git a/integrations/aercbook.md b/integrations/aercbook.md
deleted file mode 100644
index 31f44b7e..00000000
--- a/integrations/aercbook.md
@@ -1,22 +0,0 @@
---
title: "aerc-wiki: Integrations/aercbook"
---

# aercbook

To use aercbook with aerc, you can add the following line to your
`aerc.conf`, `[compose]` section:

```ini
address-book-cmd = aercbook /path/to/aercbook.txt "%s"
```

Set a keybinding in `binds.conf`, `[view]` section, for adding all e-mail
addresses of the current e-mail to your aercbook:

```ini
aa = :pipe -m aercbook /path/to/aercbook.txt --parse --add-all<Enter>
```

Project page:
[aercbook: Minimalistic address book for aerc](https://sr.ht/~renerocksai/aercbook/)
-- 
2.47.0
tonitch <tonitch@herisson.ovh> wrote: