Add support for List-Id completion (list:<List-Id>)
This commit is contained in:
@ -442,7 +442,11 @@ status, STATUS."
|
|||||||
(match-end 2)
|
(match-end 2)
|
||||||
mu4e--contacts-hash
|
mu4e--contacts-hash
|
||||||
:exit-function
|
:exit-function
|
||||||
#'mu4e--search-completion-contacts-action))))
|
#'mu4e--search-completion-contacts-action))
|
||||||
|
((looking-back "list:\\([a-zA-Z0-9/.@]*\\)" nil)
|
||||||
|
(list (match-beginning 1)
|
||||||
|
(match-end 1)
|
||||||
|
mu4e--lists-hash))))
|
||||||
|
|
||||||
(define-minor-mode mu4e-search-minor-mode
|
(define-minor-mode mu4e-search-minor-mode
|
||||||
"Mode for searching for messages."
|
"Mode for searching for messages."
|
||||||
|
|||||||
Reference in New Issue
Block a user