diff options
| author | djcb <djcb@djcbsoftware.nl> | 2019-05-13 13:28:36 +0300 |
|---|---|---|
| committer | djcb <djcb@djcbsoftware.nl> | 2019-05-13 13:29:25 +0300 |
| commit | 0d33e64dc9b7659603c27433e888c6318032ce82 (patch) | |
| tree | e840290de3ed5f50271ec7c867a38b904055400e /mu4e | |
| parent | 2face85bb5526859f6aeb7cc859aa977002b8ff5 (diff) | |
mu4e: don't sort contacts in completion handler
mu4e~sort-contacts-for-completion no longer exists.
Diffstat (limited to 'mu4e')
| -rw-r--r-- | mu4e/mu4e-compose.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mu4e/mu4e-compose.el b/mu4e/mu4e-compose.el index 438ee4a..86d00d3 100644 --- a/mu4e/mu4e-compose.el +++ b/mu4e/mu4e-compose.el @@ -330,8 +330,8 @@ appear on disk." ;; our contacts are already sorted - just need to tell the ;; completion machinery not to try to undo that... '(metadata - (display-sort-function . mu4e~sort-contacts-for-completion) - (cycle-sort-function . mu4e~sort-contacts-for-completion))))) + (display-sort-function . identity) + (cycle-sort-function . identity))))) (defun mu4e~compose-complete-contact (&optional start) "Complete the text at START with a contact. |
