Skip to content
Snippets Groups Projects
Commit f3e176ea authored by Karl Fogel's avatar Karl Fogel
Browse files

Search case-insensitively in `mailaprop-matches'

This was always my intent; I'd just typo'd the `case-fold-search' binding.
parent d5b97e28
No related branches found
No related tags found
No related merge requests found
......@@ -424,7 +424,7 @@ worth it to avoid just this one duplication."
Return the list of matching contacts"
(interactive "sSearch email contacts: \nP")
(let ((matches ())
(case-fold-search nil))
(case-fold-search t))
(mapcar
(lambda (elt)
(let ((candidate (mailaprop-ae-get-addr elt)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment