jaromail

a commandline tool to easily and privately handle your e-mail
git clone git://parazyd.org/jaromail.git
Log | Files | Refs | Submodules | README

commit 35418cf88b41d70049f8f8f6b274a40518a06678
parent 4a73713ce0ab0c9af5e62d34c90be9ee59a9201c
Author: Jaromil <jaromil@dyne.org>
Date:   Tue,  5 Jun 2012 12:25:23 +0200

bugfix to osx addressbook query

Diffstat:
Msrc/lbdb/m_osx_addressbook.sh.in | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lbdb/m_osx_addressbook.sh.in b/src/lbdb/m_osx_addressbook.sh.in @@ -24,5 +24,5 @@ libdir=@libdir@ m_osx_addressbook_query() { - ABQuery "$@" | grep -ia "$@" || : + $libdir/../bin/ABQuery "$@" | grep -ia "$@" || : }