Skip to content

Commit

Permalink
mu4e-contacts: fix some noise
Browse files Browse the repository at this point in the history
Fixes #2598.
  • Loading branch information
djcb committed Nov 18, 2023
1 parent 3a50684 commit e0826d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mu4e/mu4e-contacts.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;;; mu4e-contacts.el -- Dealing with contacts -*- lexical-binding: t -*-
;;; mu4e-contacts.el --- Dealing with contacts -*- lexical-binding: t -*-

;; Copyright (C) 2022-2023 Dirk-Jan C. Binnema

Expand Down Expand Up @@ -278,7 +278,7 @@ For testing/debugging."
(declare-function mu4e--server-contacts "mu4e-server")

(defun mu4e--request-contacts-maybe ()
"Maybe update the set of contacts for autocompletion.
"Maybe update the set of contacts for autocompletion.
If `mu4e-compose-complete-addresses' is non-nil, get/update the
list of contacts we use for autocompletion; otherwise, do
Expand Down

0 comments on commit e0826d1

Please sign in to comment.