From f2445eb6a032b7c2c64fffb832f08dacc3f0b3f7 Mon Sep 17 00:00:00 2001 From: TEC Date: Fri, 16 Oct 2020 10:48:41 +0800 Subject: [PATCH] Mu4e: Gah. Typos --- modules/email/mu4e/autoload/email.el | 2 +- modules/email/mu4e/config.el | 4 ++-- modules/email/mu4e/doctor.el | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/email/mu4e/autoload/email.el b/modules/email/mu4e/autoload/email.el index 966eb8b1a..e737ec994 100644 --- a/modules/email/mu4e/autoload/email.el +++ b/modules/email/mu4e/autoload/email.el @@ -15,7 +15,7 @@ OPTIONAL: + `mu4e-trash-folder' + `mu4e-refile-folder' + `mu4e-compose-signature' - + `+mu4e-personal-adresses' + + `+mu4e-personal-addresses' DEFAULT-P is a boolean. If non-nil, it marks that email account as the default/fallback account." diff --git a/modules/email/mu4e/config.el b/modules/email/mu4e/config.el index 8778a83cc..733c64820 100644 --- a/modules/email/mu4e/config.el +++ b/modules/email/mu4e/config.el @@ -3,8 +3,8 @@ (defvar +mu4e-backend 'mbsync "Which backend to use. Can either be offlineimap, mbsync or nil (manual).") -(defvar +mu4e-personal-adresses 'nil - "Alternative to mu4e-personal-adresses that can be set for each account (mu4e context).") +(defvar +mu4e-personal-addresses 'nil + "Alternative to mu4e-personal-addresses that can be set for each account (mu4e context).") ;; diff --git a/modules/email/mu4e/doctor.el b/modules/email/mu4e/doctor.el index 3355e6021..d4c71cb4e 100644 --- a/modules/email/mu4e/doctor.el +++ b/modules/email/mu4e/doctor.el @@ -5,7 +5,7 @@ (unless (or (executable-find "mbsync") (executable-find "offlineimap")) - (wan! "Couldn't find mbsync or offlineimap command. \ + (warn! "Couldn't find mbsync or offlineimap command. \ You may not have a way of fetching mail.")) (when (and (featurep! +org)