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 12fe9d6e07e2010313d28382fa7522293692f7ce
parent 7615ce01b9051605e604ac10b15f5ee6b60062d8
Author: Jaromil <jaromil@dyne.org>
Date:   Wed, 11 Jan 2017 17:42:14 +0100

minor fixes

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

diff --git a/build/install-gnu.sh b/build/install-gnu.sh @@ -51,7 +51,7 @@ cat <<EOF > $PREFIX/bin/jaro export JAROWORKDIR=${JARO_SHARE} EOF -zmodload zsh/pcre +# zmodload zsh/pcre # if not installed system-wide then place the Mail into prefix [[ "$PREFIX" =~ "^/usr" ]] || { cat <<EOF >> $PREFIX/bin/jaro diff --git a/src/jaro b/src/jaro @@ -361,8 +361,7 @@ check_bin() { error "the 'pass' keyring is found but not initialised" error "run 'pass init your-gpg-id' or uninstall it to use other keyrings" return 1 } - PASS=1 - } + PASS==1 # check if secret-tool is present else fallback to gnome-keyring elif isfound secret-tool; then