From cdddb816e42e02b289f70bcce4e73e218caeeffa Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sat, 4 Apr 2020 15:40:45 +0300 Subject: [PATCH] mu4e: increase max log size, use ms timestamps --- mu4e/mu4e-utils.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mu4e/mu4e-utils.el b/mu4e/mu4e-utils.el index 3a697e1d..a285ab71 100644 --- a/mu4e/mu4e-utils.el +++ b/mu4e/mu4e-utils.el @@ -988,7 +988,7 @@ in the background; otherwise, pop up a window." ;;; Logging / debugging -(defconst mu4e~log-max-size 100000 +(defconst mu4e~log-max-size 1000000 "Max number of characters to keep around in the log buffer.") (defconst mu4e~log-buffer-name "*mu4e-log*" "*internal* Name of the logging buffer.") @@ -1001,7 +1001,7 @@ either 'to-server, 'from-server or 'misc. This function is meant for debugging." (view-mode) (setq buffer-undo-list t) (let* ((inhibit-read-only t) - (tstamp (propertize (format-time-string "%Y-%m-%d %T" + (tstamp (propertize (format-time-string "%Y-%m-%d %T.%3N" (current-time)) 'face 'font-lock-string-face)) (msg-face