mu4e: cosmetics
This commit is contained in:
@ -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
|
||||||
|
|||||||
@ -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)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user