mu: do a full index when the database is empty

I.e., do _not_ honor .noupdate in that case.
This commit is contained in:
Dirk-Jan C. Binnema
2020-04-29 20:27:49 +03:00
parent 75c9079463
commit 7c3673b3de
2 changed files with 6 additions and 11 deletions

View File

@ -24,7 +24,9 @@
anymore. ~mu4e~ now depends on those parameters.
~init~ only needs to be run once or when changing these parameters. That
implies that you need to re-index after changing these parameters.
implies that you need to re-index after changing these parameters. The
~.noupdate~ files are ignored when indexing the first time after ~mu init~ (or
in general, when the database is empty).
- There is another new subcommand ~mu info~ to get information about the mu
database, the personal addresses etc.