configuration/local/bin/notmuch-abook.sh
2018-04-09 10:47:38 +02:00

6 lines
173 B
Bash
Executable File

#!/bin/sh
notmuch address --output=recipients --output=sender --deduplicate=address from:'*'"$*"'*' OR to:'*'"$*"'*' \
| grep -i "$*" \
| grep -v noreply \
| sort | uniq