updated maildir config
This commit is contained in:
parent
951aeb9337
commit
0ca8c638f2
6 changed files with 36 additions and 0 deletions
5
.config/mail/abook.sh
Executable file
5
.config/mail/abook.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/env bash
|
||||
|
||||
# notmuch address "*" | awk -v term="$1" 'tolower($0) ~ tolower(term)'
|
||||
notmuch address "*" | fzf --filter "$1"
|
||||
# notmuch address "*" | grep -i "$1"
|
Loading…
Add table
Add a link
Reference in a new issue