From feec45a670687111634b47e3938fe9468ff60818 Mon Sep 17 00:00:00 2001 From: djcb Date: Mon, 14 Oct 2013 22:44:28 +0300 Subject: [PATCH] * minor --- mu4e/mu4e-headers.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mu4e/mu4e-headers.el b/mu4e/mu4e-headers.el index 829ea66e..43da3ba0 100644 --- a/mu4e/mu4e-headers.el +++ b/mu4e/mu4e-headers.el @@ -731,7 +731,7 @@ after the end of the search results." (defvar mu4e-headers-mode-abbrev-table nil) -(defun mu4e~headers-auto-update () +(defun mu4e~headers-do-auto-update () "Update the current headers buffer after indexing has brought some changes, `mu4e-headers-auto-update' is non-nil and there is no user-interaction ongoing." @@ -753,7 +753,7 @@ user-interaction ongoing." (set (make-local-variable 'hl-line-face) 'mu4e-header-highlight-face) ;; maybe update the current headers upon indexing changes - (add-hook 'mu4e-index-updated-hook 'mu4~headers-auto-update nil t) + (add-hook 'mu4e-index-updated-hook 'mu4~headers-do-auto-update nil t) (setq truncate-lines t buffer-undo-list t ;; don't record undo information