mu4e-org: add missing defs when linking query

Fixes: #1714.
This commit is contained in:
Dirk-Jan C. Binnema 2020-06-01 09:53:49 +03:00
parent 4dd764d9e8
commit cfb59e36b0
1 changed files with 2 additions and 2 deletions

View File

@ -47,8 +47,8 @@ the current query; otherwise, it links to the message at point.")
:type "mu4e"
:query (mu4e-last-query)
:date (format-time-string "%FT%T") ;; avoid error
:link (link (concat "mu4e:query:" query))
:description (format "[%s]" query)))
:link (concat "mu4e:query:" (mu4e-last-query))
:description (format "[%s]" (mu4e-last-query))))
(defun mu4e~org-address (cell)
"Get address field FIELD from MSG as a string or nil."