summaryrefslogtreecommitdiff
path: root/integrations/emailbook.md
blob: 23bee7602696f99c88dc17dd55b19512a2e2de91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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/)