mu4e: add mu4e-mu-debug for verbosely logging the server

With mu4e-mu-debug set to t, the mu server will be more verbose in its
logging (mu.log or the journal)
This commit is contained in:
Dirk-Jan C. Binnema
2020-06-09 12:12:02 +03:00
parent e37486fb5a
commit 2ee65f5b1a
3 changed files with 13 additions and 2 deletions

View File

@ -6,7 +6,7 @@
*** mu
- Where available (and with suitable glib), log to the systemd journal
instead of a =~/.cache/mu.log=
instead of a ~~/.cache/mu.log~
- Follow symlinks in maildirs, and support moving messsages between across
multiple filesystems (but note that that is quite a bit slower than the
@ -33,6 +33,10 @@
- Honor ~truncate-string-ellipsis~ so you can now use 'fancy' ellipses for
truncated strings with ~(setq truncate-string-ellipsis "…")~
- Add a variable ~mu4e-mu-debug~ which, when set to non-~nil~ makes the ~mu~
server log more verbosely (to ~mu.log~ or the journal)
* 1.4 (released, as of April 18 2020)