3 lines
132 B
Bash
3 lines
132 B
Bash
|
#!/bin/sh
|
||
|
notmuch address --format=json --output=recipients --output=sender --deduplicate=address from:"$*" OR to:"$*" | rg -i "$*"
|