diff --git a/astroid/scripts/move-tag.sh b/astroid/scripts/move-tag.sh index 6dbe093..2cffa4c 100755 --- a/astroid/scripts/move-tag.sh +++ b/astroid/scripts/move-tag.sh @@ -8,7 +8,7 @@ CURDIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) DEBUG=false # use 'true' to echo verbose debug messages CSV="$CURDIR"/tag-list.csv # Table of tags/folders -MAILDIR="$HOME/Mails/FSFE" # Maildir +MAILDIR=`notmuch config get database.path` # Maildir TRASHTAG="del" # Tag of trashed mails TRASHFOL="Trash" # Trash bin folder SPAMTAG="spam" # Tag of spam mails