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 2fb1b7f08cc2c24aa1b279628dce4253c73d1a4a
parent 5ec3e9ffa0a522fc8a71f24ef4793980eb10580d
Author: jaromil <jaromil@yourtesse.local.org>
Date:   Sat, 16 Jun 2012 18:10:49 +0200

some more build fixes and gnome-keyring detection

Diffstat:
Mbuild/build-gnu.sh | 1+
Msrc/jaro | 3+--
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/build/build-gnu.sh b/build/build-gnu.sh @@ -118,6 +118,7 @@ case $distro in echo "Compiling the search engine..." cd src/mairix ./configure + make clean > /dev/null make > /dev/null cd - > /dev/null diff --git a/src/jaro b/src/jaro @@ -185,8 +185,7 @@ MUTTDIR=$WORKDIR/.mutt # use gnome-keyring for passwords on GNU systems GNOMEKEY=0 -ps ax | grep '[g]nome-keyring-daemon' > /dev/null -{ test $? = 0 } && { +{ test $GNOME_KEYRING_CONTROL } && { which jaro-gnome-keyring > /dev/null { test $? = 0 } && { GNOMEKEY=1 } }