#!/bin/zsh $HOME/.local/bin/notmuch-address $@; if [[ $? == 0 ]]; then $HOME/.local/bin/ldap-address.pl $@ 2>/dev/null; fi;