ff
This commit is contained in:
parent
6fc67f285a
commit
f2c47e46f7
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ function get_unread_entries {
|
|||
function filter_entries {
|
||||
echo "[INFO] Filtering entries..."
|
||||
# fuer jede Zeile in $MF_FILTERLIST
|
||||
printf %s "$MF_FILTERLIST" | while read -r line; do
|
||||
echo "$MF_FILTERLIST" | while read -r line; do
|
||||
echo $line #d
|
||||
if [[ $MF_DEBUG -eq 1 ]]; then
|
||||
echo "[DEBUG] set search values"
|
||||
|
|
Loading…
Reference in a new issue