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