mu4e-org: fix typo

This commit is contained in:
Dirk-Jan C. Binnema 2024-01-22 20:24:49 +02:00
parent 30b8238522
commit 91ce40a8bd
1 changed files with 2 additions and 2 deletions

View File

@ -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 <djcb@djcbsoftware.nl>
;; Maintainer: Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
@ -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)