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 4a8411490170e72d897882dcb0f3b69ea65b52d8
parent ee83f3299e4450e6154a87a18289472091595692
Author: Alessio Caiazza <nolith@abisso.org>
Date:   Tue,  1 Oct 2013 22:58:43 +0200

check if abook is installed on Fedora

Diffstat:
Mbuild/build-gnu.sh | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/build/build-gnu.sh b/build/build-gnu.sh @@ -157,6 +157,7 @@ case $distro in which pinentry || sudo yum install pinentry which fetchmail || sudo yum install fetchmail which wipe || sudo yum install wipe + which abook || sudo yum install abook echo "Checking build dependencies" which gcc || sudo yum install gcc