mu4e: cosmetics
This commit is contained in:
@ -270,7 +270,7 @@ for aligning them."
|
||||
"\n"))
|
||||
|
||||
(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)
|
||||
(updated-t (plist-get mu4e-index-update-status :tstamp))
|
||||
(delta-t (and baseline-t updated-t
|
||||
|
||||
@ -56,8 +56,8 @@ anything about the query, it just does text replacement.
|
||||
|
||||
A word of caution: the function should be deterministic and
|
||||
always return the same result for a given query (at least within
|
||||
some \"context\" (see `mu4e-context'). If not, you may get incorrect results
|
||||
for the various unread counts."
|
||||
some \"context\" (see `mu4e-context'). If not, you may get
|
||||
incorrect results for the various unread counts."
|
||||
:type 'function
|
||||
:group 'mu4e-search)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user