an address book is really useful
This commit is contained in:
parent
49c9cf0cae
commit
4048720e54
2 changed files with 15 additions and 0 deletions
2
local/bin/notmuch-abook.sh
Executable file
2
local/bin/notmuch-abook.sh
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
notmuch address --format=json --output=recipients --output=sender --deduplicate=address from:"$*" OR to:"$*" | rg -i "$*"
|
Loading…
Add table
Add a link
Reference in a new issue