mu4e: update org-mode support
mu4e-view-message-with-message-id is the new name for mu4e-view-message-with-msgid.
This commit is contained in:
@ -125,7 +125,7 @@ Example usage:
|
|||||||
the query (for paths starting with 'query:')."
|
the query (for paths starting with 'query:')."
|
||||||
(cond
|
(cond
|
||||||
((string-match "^msgid:\\(.+\\)" path)
|
((string-match "^msgid:\\(.+\\)" path)
|
||||||
(mu4e-view-message-with-msgid (match-string 1 path)))
|
(mu4e-view-message-with-message-id (match-string 1 path)))
|
||||||
((string-match "^query:\\(.+\\)" path)
|
((string-match "^query:\\(.+\\)" path)
|
||||||
(mu4e-headers-search (match-string 1 path) current-prefix-arg))
|
(mu4e-headers-search (match-string 1 path) current-prefix-arg))
|
||||||
(t (mu4e-error "mu4e: unrecognized link type '%s'" path))))
|
(t (mu4e-error "mu4e: unrecognized link type '%s'" path))))
|
||||||
|
|||||||
@ -95,7 +95,7 @@ the query (for paths starting with 'query:')."
|
|||||||
(require 'mu4e)
|
(require 'mu4e)
|
||||||
(cond
|
(cond
|
||||||
((string-match "^msgid:\\(.+\\)" path)
|
((string-match "^msgid:\\(.+\\)" path)
|
||||||
(mu4e-view-message-with-msgid (match-string 1 path)))
|
(mu4e-view-message-with-message-id (match-string 1 path)))
|
||||||
((string-match "^query:\\(.+\\)" path)
|
((string-match "^query:\\(.+\\)" path)
|
||||||
(mu4e-headers-search (match-string 1 path) current-prefix-arg))
|
(mu4e-headers-search (match-string 1 path) current-prefix-arg))
|
||||||
(t (mu4e-error "mu4e: unrecognized link type '%s'" path))))
|
(t (mu4e-error "mu4e: unrecognized link type '%s'" path))))
|
||||||
|
|||||||
Reference in New Issue
Block a user