mu4e: cosmetics

This commit is contained in:
Dirk-Jan C. Binnema
2024-12-06 19:50:10 +02:00
parent e14b5a3a48
commit 49606a76ab
2 changed files with 3 additions and 3 deletions

View File

@ -270,7 +270,7 @@ for aligning them."
"\n")) "\n"))
(defun mu4e--main-baseline-time-string () (defun mu4e--main-baseline-time-string ()
"Calculate the baseline time string for use in the main-" "Calculate the baseline time string for use in the main-view."
(let* ((baseline-t mu4e--query-items-baseline-tstamp) (let* ((baseline-t mu4e--query-items-baseline-tstamp)
(updated-t (plist-get mu4e-index-update-status :tstamp)) (updated-t (plist-get mu4e-index-update-status :tstamp))
(delta-t (and baseline-t updated-t (delta-t (and baseline-t updated-t

View File

@ -56,8 +56,8 @@ anything about the query, it just does text replacement.
A word of caution: the function should be deterministic and A word of caution: the function should be deterministic and
always return the same result for a given query (at least within always return the same result for a given query (at least within
some \"context\" (see `mu4e-context'). If not, you may get incorrect results some \"context\" (see `mu4e-context'). If not, you may get
for the various unread counts." incorrect results for the various unread counts."
:type 'function :type 'function
:group 'mu4e-search) :group 'mu4e-search)