Open dbeecham opened 12 months ago
To reproduce, remove the key path under [database] and the key tags under [new], then run gmi init. If you don't specify a database path or tags during notmuch setup, it uses the default values /home/you/mail and unread;inbox;.
path
[database]
tags
[new]
gmi init
/home/you/mail
unread;inbox;
Additionally, if the init of gmi fails, you're stuck with a partially initialized gmi directory.
To reproduce, remove the key
path
under[database]
and the keytags
under[new]
, then rungmi init
. If you don't specify a database path or tags during notmuch setup, it uses the default values/home/you/mail
andunread;inbox;
.