summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Poldrack <git@moritz.sh>2022-03-20 12:33:51 +0100
committerRobin Jarry <robin@jarry.cc>2022-03-21 22:02:14 +0100
commitd9641c596057cfe069665106fc2026c9eaa11d82 (patch)
treeb2c4eb82405d94411173d2447b70a918f0f70947
parent9c7b5e258047f4cc94a8f25a0184736f4a9eba06 (diff)
downloadaerc-d9641c596057cfe069665106fc2026c9eaa11d82.tar.gz
aerc-d9641c596057cfe069665106fc2026c9eaa11d82.zip
integrations: expand abook section about special behaviour
Signed-off-by: Moritz Poldrack <git@moritz.sh> Acked-by: Robin Jarry <robin@jarry.cc>
-rw-r--r--integrations/index.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/integrations/index.md b/integrations/index.md
index d7403149..5e56f784 100644
--- a/integrations/index.md
+++ b/integrations/index.md
@@ -11,6 +11,13 @@ To use abook with aerc, you can simply add the following line to your
address-book-cmd = abook --mutt-query "%s"
```
+In some releases abook prints an empty line at the beginning. In this case, you
+may want to remove it like this:
+
+```ini
+address-book-cmd = sh -c 'abook --mutt-query "%s" | tail -n +2'
+```
+
# Get Password from your Password manager
Requires: