summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Schillinger <max@mxsr.de>2024-02-19 12:42:38 +0100
committerRobin Jarry <robin@jarry.cc>2024-03-10 19:21:55 +0100
commit0e66dc8efcf7998d654333a7866be28b4db65fef (patch)
treeb774a8e76dae4f2230826449acc6c8b36e505dd3
parent2a3f37fea5d1ea2341ad45e1df301c15c7173b6d (diff)
downloadaerc-0e66dc8efcf7998d654333a7866be28b4db65fef.tar.gz
aerc-0e66dc8efcf7998d654333a7866be28b4db65fef.zip
wiki: Add pages for aercbook and emailbook
Signed-off-by: Max Schillinger <max@mxsr.de> Acked-by: Robin Jarry <robin@jarry.cc>
-rw-r--r--integrations/aercbook.md22
-rw-r--r--integrations/emailbook.md22
-rw-r--r--integrations/index.md2
3 files changed, 46 insertions, 0 deletions
diff --git a/integrations/aercbook.md b/integrations/aercbook.md
new file mode 100644
index 00000000..31f44b7e
--- /dev/null
+++ b/integrations/aercbook.md
@@ -0,0 +1,22 @@
+---
+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/)
diff --git a/integrations/emailbook.md b/integrations/emailbook.md
new file mode 100644
index 00000000..23bee760
--- /dev/null
+++ b/integrations/emailbook.md
@@ -0,0 +1,22 @@
+---
+title: "aerc-wiki: Integrations/emailbook"
+---
+
+# emailbook
+
+To use emailbook with aerc, you can add the following line to your
+`aerc.conf`, `[compose]` section:
+
+```ini
+address-book-cmd = emailbook /path/to/emailbook.txt --search "%s"
+```
+
+Set a keybinding in `binds.conf`, `[view]` section, for adding all e-mail
+addresses of the current e-mail to your emailbook:
+
+```ini
+aa = :pipe -m emailbook /path/to/emailbook.txt --parse --all<Enter>
+```
+
+Project page:
+[emailbook: A minimalistic address book for e-mails only (mainly for aerc)](https://sr.ht/~maxgyver83/emailbook/)
diff --git a/integrations/index.md b/integrations/index.md
index 8e88a8c5..7ebc64a1 100644
--- a/integrations/index.md
+++ b/integrations/index.md
@@ -3,6 +3,8 @@ title: "aerc-wiki: Integrations"
---
- [abook](integrations/abook.md)
+- [aercbook](integrations/aercbook.md)
+- [emailbook](integrations/emailbook.md)
- [notmuch](integrations/notmuch.md)
- [password-manager](integrations/password-manager.md)
- [pgp](integrations/pgp.md)