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 901309bd4e6593308cc637d4e10ef2396c7e7eec
parent a2a5538b848135a0f695ad9da7464c601df9607e
Author: Jaromil <jaromil@dyne.org>
Date:   Sun,  8 Sep 2013 11:46:10 +0200

fix to search results

Diffstat:
Msrc/zlibs/search | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/zlibs/search b/src/zlibs/search @@ -115,7 +115,7 @@ EOF if [ "$found" = "0" ]; then error "No matches found." else - mutt -F $MUTTDIR/rc -R -f $TMPDIR/search.result.$id + ${=mutt} -F $MUTTDIR/rc -R -f $TMPDIR/search.result.$id notice "Found $found matches looking for '$term' in $folders" exitcode=0 fi