updated maildir config

This commit is contained in:
Daniel Fichtinger 2025-03-15 00:54:21 -04:00
parent 951aeb9337
commit 0ca8c638f2
6 changed files with 36 additions and 0 deletions

5
.config/mail/abook.sh Executable file
View 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"