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 85eed1aa137b8b17c90ece527c335afadcf00e75
parent d4986bdfb0e660ee222feb313e86ab6b84b61b07
Author: Jaromil <jaromil@dyne.org>
Date:   Tue,  5 Jun 2012 18:18:35 +0200

wider columns for name matching from addressbook

Diffstat:
Msrc/jaro | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/jaro b/src/jaro @@ -1176,6 +1176,7 @@ EOF } search_name() { cat <<EOF | ${SQL} -column -batch $WORKDIR/addressbook +.width 64 128 SELECT * FROM $list WHERE name LIKE "%${1}%"; EOF