Mu4e: Gah. Typos

This commit is contained in:
TEC 2020-10-16 10:48:41 +08:00
parent 4561d8c29d
commit f2445eb6a0
No known key found for this signature in database
GPG key ID: 779591AFDB81F06C
3 changed files with 4 additions and 4 deletions

View file

@ -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."

View file

@ -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).")
;;

View file

@ -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)