Mu4e: Remove outdated content

This commit is contained in:
TEC 2020-11-18 00:24:27 +08:00
parent e760ba5540
commit 941d3e3608
No known key found for this signature in database
GPG key ID: 779591AFDB81F06C

View file

@ -179,8 +179,8 @@ an address to be treated as such but it meets neither conditions (e.g. with
Gsuite). Gsuite).
** OrgMsg ** OrgMsg
By default, ~org-msg-mode~ is enabled before composing the first message. With the =+org= flag, =org-msg= is installed, and ~org-msg-mode~ is enabled before
To disable ~org-msg-mode~ by default, simply composing the first message. To disable ~org-msg-mode~ by default, simply
#+BEGIN_SRC emacs-lisp :tangle no #+BEGIN_SRC emacs-lisp :tangle no
(setq mu4e-compose--org-msg-toggle-next nil) (setq mu4e-compose--org-msg-toggle-next nil)
#+END_SRC #+END_SRC
@ -191,16 +191,15 @@ compose or reply command (=SPC u= with ~evil~, =C-u= otherwise).
The accent color that Doom uses can be customised by setting The accent color that Doom uses can be customised by setting
~+org-msg-accent-color~ to a CSS color string. ~+org-msg-accent-color~ to a CSS color string.
*** Disabling ** mu4e-alert
If you don't like OrgMsg, simply add This provides notifications through the [[https://github.com/jwiegley/alert][alert]] library.
If you don't like this, simply add
#+begin_src emacs-lisp #+begin_src emacs-lisp
(package! org-msg :disable t) (package! mu4e-alert :disable t)
#+end_src #+end_src
to your [[elisp:(find-file (expand-file-name "packages.el" doom-private-dir))][packages.el]] and it will not be used. to your [[elisp:(find-file (expand-file-name "packages.el" doom-private-dir))][packages.el]] and it will not be used.
** mu4e-alert
This is used by default. It can be disabled in the same manner as [[*OrgMsg][OrgMsg.]]
* Troubleshooting * Troubleshooting
** =No such file or directory, mu4e= ** =No such file or directory, mu4e=
You will get =No such file or directory, mu4e= errors if you don't run ~doom You will get =No such file or directory, mu4e= errors if you don't run ~doom