case insensitive searching

This commit is contained in:
Felix Van der Jeugt 2021-10-27 14:11:09 +02:00
parent e540950ea1
commit 2be2f4b077
No known key found for this signature in database
GPG Key ID: 58B209295023754D
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh
mdirs /data/mail | mlist | mseq -S
for filter in "$@"; do
magrep "$filter" | mseq -S
magrep -i "$filter" | mseq -S
done
msort -d | mseq -S
mscan