From 210b223c347950c474d943a563fe8a323b079cd3 Mon Sep 17 00:00:00 2001 From: mxmehl Date: Thu, 19 Jul 2018 11:42:43 +0200 Subject: [PATCH] use notmuch to get mail path --- astroid/scripts/move-tag.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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