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 53822257c95add3dee9270aa6aae411d68a90940
parent 5a405b382a263dda7adc435b76daf7ede879c04a
Author: Jaromil <jaromil@dyne.org>
Date:   Mon, 14 May 2012 22:39:38 +0200

removed unknown srm option (10x to alv)

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

diff --git a/src/jaro b/src/jaro @@ -142,7 +142,7 @@ check_bin() { # which wipe command to use which wipe > /dev/null && rm="wipe -f -s" \ - || which srm > /dev/null && rm="srm -fm" \ + || which srm > /dev/null && rm="srm -f" \ || rm="rm -f" }