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 74b03fbe5279a5bc7fac35e5d357dbbb203258e5
parent 29366e626fe5e42af0c2e00b0671ff993776bb59
Author: Jaromil <jaromil@dyne.org>
Date:   Tue,  6 Jan 2015 00:58:57 +0100

filters now match case insensitive

Diffstat:
Msrc/zlibs/filters | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/zlibs/filters b/src/zlibs/filters @@ -169,7 +169,9 @@ EOF filter_maildir() { - typeset -h mdinput + # Makes glob matching case insensitive + unsetopt CASE_MATCH + mdinput="$1" # for safety we bail out in case the final fallback