From a6c4785577729b8f8f2fa3052430d7f8795dd6d8 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Bernardy Date: Thu, 27 Nov 2014 21:58:13 +0100 Subject: [PATCH] fix the target display show the target when the shown-target is non-nil (not the target). --- mu4e/mu4e-mark.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mu4e/mu4e-mark.el b/mu4e/mu4e-mark.el index 28a63830..6428152e 100644 --- a/mu4e/mu4e-mark.el +++ b/mu4e/mu4e-mark.el @@ -248,7 +248,7 @@ The following marks are available, and the corresponding props: (puthash docid (cons mark target) mu4e~mark-map) ;; when we have a target (ie., when moving), show the target folder in ;; an overlay - (when (and target mu4e-headers-show-target) + (when (and shown-target mu4e-headers-show-target) (let* ((targetstr (propertize (concat "-> " shown-target " ") 'face 'mu4e-system-face)) ;; mu4e~headers-goto-docid docid t \will take us just after the