ignore empty lines and #comments in tag-list.csv
This commit is contained in:
@@ -15,7 +15,7 @@ function notmuch_rule {
|
||||
}
|
||||
|
||||
while read line; do
|
||||
|
||||
if $(echo "$line" | grep -qE "^\s*#|^\s*$"); then continue; fi
|
||||
TAG=$(echo $line | cut -d";" -f1)
|
||||
FOL=$(echo $line | cut -d";" -f2)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user