From 91ce40a8bd8ecaaa5ae237dead529d035ccf6ba4 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Mon, 22 Jan 2024 20:24:49 +0200 Subject: [PATCH] mu4e-org: fix typo --- mu4e/mu4e-org.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mu4e/mu4e-org.el b/mu4e/mu4e-org.el index f4b0c242..18d9b66a 100644 --- a/mu4e/mu4e-org.el +++ b/mu4e/mu4e-org.el @@ -1,6 +1,6 @@ ;;; mu4e-org --- Org-links to mu4e messages/queries -*- lexical-binding: t -*- -;; Copyright (C) 2012-2022 Dirk-Jan C. Binnema +;; Copyright (C) 2012-2024 Dirk-Jan C. Binnema ;; Author: Dirk-Jan C. Binnema ;; Maintainer: Dirk-Jan C. Binnema @@ -52,7 +52,7 @@ Example usage: \"No date\"))) (concat subject \" \" date))) - (setq org-mu4e-link-desc-func \\='my-link-descr)" + (setq mu4e-org-link-desc-func \\='my-link-descr)" :type '(function) :group 'mu4e-org)