emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/bbdb 27487a7: bbdb-mua-auto-update-init: Use wl-summary


From: Roland Winkler
Subject: [elpa] externals/bbdb 27487a7: bbdb-mua-auto-update-init: Use wl-summary-redisplay-hook for wanderlust
Date: Fri, 27 Sep 2019 12:27:10 -0400 (EDT)

branch: externals/bbdb
commit 27487a7c7d937f7d77bfd2be98eec4e0186c07b8
Author: Roland Winkler <address@hidden>
Commit: Roland Winkler <address@hidden>

    bbdb-mua-auto-update-init: Use wl-summary-redisplay-hook for wanderlust
---
 bbdb-mua.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bbdb-mua.el b/bbdb-mua.el
index 83f8300..671a45e 100644
--- a/bbdb-mua.el
+++ b/bbdb-mua.el
@@ -908,7 +908,7 @@ See `bbdb-mua-auto-update' for details about the auto 
update feature."
                  (gnus . gnus-article-prepare-hook)
                  (mh . mh-show-hook)
                  (vm . vm-select-message-hook)
-                 (wl . wl-message-redisplay-hook)))
+                 (wl . wl-summary-redisplay-hook)))
     (if (memq (car mua) muas)
         (add-hook (cdr mua) 'bbdb-mua-auto-update)
       (remove-hook (cdr mua) 'bbdb-mua-auto-update))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]