summaryrefslogtreecommitdiff
path: root/modes/mu4e
diff options
context:
space:
mode:
authorAdam Maleszka <adam_maleszka@aol.com>2023-05-04 17:41:33 +0200
committerJames <1227856+jojojames@users.noreply.github.com>2023-06-15 00:04:59 -0400
commit4a7d924dbd851ef1b2ccb85778be6e7a6a81ebd4 (patch)
treed98995cf5f749966d17802ab4d0f9f8d9b61ae99 /modes/mu4e
parent97a57c91d200a278d0bf91199e2eae45f7d875b0 (diff)
mu4e: fix mu4e--main-toggle-main-sending-mode function name
Diffstat (limited to 'modes/mu4e')
-rw-r--r--modes/mu4e/evil-collection-mu4e-1.8.el2
-rw-r--r--modes/mu4e/evil-collection-mu4e.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/modes/mu4e/evil-collection-mu4e-1.8.el b/modes/mu4e/evil-collection-mu4e-1.8.el
index 4058bdb..d8b0327 100644
--- a/modes/mu4e/evil-collection-mu4e-1.8.el
+++ b/modes/mu4e/evil-collection-mu4e-1.8.el
@@ -142,7 +142,7 @@ with older release versions of `mu4e.'"
"x" mu4e-kill-update-mail
"A" mu4e-about
"f" smtpmail-send-queued-mail
- "m" mu4e~main-toggle-mail-sending-mode
+ "m" mu4e--main-toggle-mail-sending-mode
"s" mu4e-search
"q" mu4e-quit)
diff --git a/modes/mu4e/evil-collection-mu4e.el b/modes/mu4e/evil-collection-mu4e.el
index a98923b..efab694 100644
--- a/modes/mu4e/evil-collection-mu4e.el
+++ b/modes/mu4e/evil-collection-mu4e.el
@@ -127,7 +127,7 @@
"x" mu4e-kill-update-mail
"A" mu4e-about
"f" smtpmail-send-queued-mail
- "m" mu4e~main-toggle-mail-sending-mode
+ "m" mu4e--main-toggle-mail-sending-mode
"s" mu4e-search
"q" mu4e-quit)