use notmuch to get mail path

This commit is contained in:
2018-07-19 11:42:43 +02:00
parent e22ed7b375
commit 210b223c34

View File

@@ -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