Mu4e: Gah. Typos
This commit is contained in:
parent
4561d8c29d
commit
f2445eb6a0
3 changed files with 4 additions and 4 deletions
|
@ -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."
|
||||
|
|
|
@ -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).")
|
||||
|
||||
|
||||
;;
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue