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 8090927057f5d850e534153ec78c78a52f104258
parent 72ef06826ad8423083210bb3a06c0868c541d246
Author: Jaromil <jaromil@dyne.org>
Date:   Wed, 11 Dec 2013 17:19:52 +0100

fix to export an RFC compliant Vcard

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

diff --git a/src/zlibs/addressbook b/src/zlibs/addressbook @@ -368,6 +368,7 @@ EOF BEGIN:VCARD VERSION:3.0 FN:${_name} +N:;${_name};;; EMAIL;TYPE=HOME:${_email// /} END:VCARD EOF