mu4e-view: make the gnus-based view the default one

Use
  (setq mu4e-view-use-gnus nil)
to use the old one.
This commit is contained in:
Dirk-Jan C. Binnema 2021-03-07 17:35:30 +02:00
parent c1f08e1683
commit ed2e0ed0c3
2 changed files with 12 additions and 1 deletions

View File

@ -38,6 +38,17 @@
*** mu4e
- Use the gnus-based message viewer as the default; the new viewer has quite
a few features compared to the old, mu4e-specific one, such as faster
crypto, support for S/MIME, syntax-highlighting, calendar invitations and
more.
It does not do everything the old viewer does though (e.g., attachment
actions), so if you depend on those, you can use:
#+begin_example
(setq mu4e-view-use-gnus nil)
#+end_example
- Include maildir-shortcuts in the main-view with overall/unread counts,
similar to bookmarks, and with the same ~:hide~ and ~:hide-unread~ properties.
Note that for the latter, you need to update your maildir-shortcuts to the

View File

@ -33,7 +33,7 @@
"Settings for the message view."
:group 'mu4e)
(defcustom mu4e-view-use-gnus nil
(defcustom mu4e-view-use-gnus t
"If non-nil, use the new Gnus-based viewer.
Otherwise, use the old viewer."
:type 'boolean