* mu4e: improved docstring for mu4e-index-updated-hook
This commit is contained in:
@ -528,16 +528,16 @@ that has a live window), and vice versa."
|
|||||||
(switch-to-buffer buf)))
|
(switch-to-buffer buf)))
|
||||||
|
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
;; some handler functions for server messages
|
|
||||||
|
|
||||||
(defvar mu4e-index-updated-hook nil
|
(defvar mu4e-index-updated-hook nil
|
||||||
"Hook run when the indexing process had >0 updated messages. This
|
"Hook run when the indexing process had >0 updated messages. This
|
||||||
can be used as a simple (but imperfect) way to invoke some action
|
can be used as a simple (but imperfect) way to invoke some action
|
||||||
when new messages appear. It's imperfect in the sense that anything
|
when new messages appear. It's imperfect in the sense that any
|
||||||
that 'updated' means any change, not just a new message. Also, this
|
change implies 'updated' means any change, not necessarily a new
|
||||||
hook only applies to changes seen in the indexing process, not
|
|
||||||
message.")
|
message.")
|
||||||
|
|
||||||
|
;; some handler functions for server messages
|
||||||
;;
|
;;
|
||||||
(defun mu4e-info-handler (info)
|
(defun mu4e-info-handler (info)
|
||||||
"Handler function for (:info ...) sexps received from the server
|
"Handler function for (:info ...) sexps received from the server
|
||||||
|
|||||||
Reference in New Issue
Block a user