diff options
| author | wangtianshu <wang@tianshu.me> | 2022-08-11 02:40:50 +0800 |
|---|---|---|
| committer | Youmu <condy0919@gmail.com> | 2022-08-11 03:01:50 +0800 |
| commit | 665d5c99e216c7b18856f7ceda7c91ea5669f904 (patch) | |
| tree | ef78113a65b2d510728162b59f337ba7d82eec5d /modes/mu4e | |
| parent | c1ede88de9b09f280e4a37c671b6dd540bf1028a (diff) | |
mu4e: remove the inaccurate description
Diffstat (limited to 'modes/mu4e')
| -rw-r--r-- | modes/mu4e/evil-collection-mu4e.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modes/mu4e/evil-collection-mu4e.el b/modes/mu4e/evil-collection-mu4e.el index db75f7a..dce0a32 100644 --- a/modes/mu4e/evil-collection-mu4e.el +++ b/modes/mu4e/evil-collection-mu4e.el @@ -310,7 +310,7 @@ with older release versions of `mu4e.'" "Define the evil-mu4e Misc region." (concat (evil-collection-mu4e--main-action-str "\t* [;]Switch focus\n" 'mu4e-context-switch) - (evil-collection-mu4e--main-action-str "\t* [u]pdate email & database (Alternatively: gr)\n" + (evil-collection-mu4e--main-action-str "\t* [u]pdate email & database\n" 'mu4e-update-mail-and-index) ;; show the queue functions if `smtpmail-queue-dir' is defined |
