use notmuch to get mail path
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user