summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mu4e/mu4e-view.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/mu4e/mu4e-view.el b/mu4e/mu4e-view.el
index 831cd98..c09d17f 100644
--- a/mu4e/mu4e-view.el
+++ b/mu4e/mu4e-view.el
@@ -1057,6 +1057,10 @@ Based on Gnus' article-mode."
(lambda(func &rest args)
(if (mu4e--view-mode-p)
"." (apply func args))))
+
+ ;; some external tools (bbdb) depend on this
+ (setq gnus-article-buffer (current-buffer))
+
(use-local-map mu4e-view-mode-map)
(mu4e-context-minor-mode)
(mu4e-search-minor-mode)