Change folder for mail scripts
Change the folder mail scripts operate on from “Downloads” to “Dokumente”.
This commit is contained in:
parent
daffb80084
commit
8eef24bb1b
2 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Settings
|
||||
MAILDIRNEW="$HOME/Downloads/Mail/*/INBOX/new/"
|
||||
MAILDIRNEW="$HOME/Dokumente/eMails/*/INBOX/new/"
|
||||
|
||||
# Count new mails
|
||||
MAILNEW="$(find $MAILDIRNEW -type f | wc -l)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue