mu4e: Update mu4e-view-show-images doc string

Make clear it only applies to the old view.
This commit is contained in:
Dirk-Jan C. Binnema 2021-07-17 14:57:46 +03:00
parent d30f85934d
commit 10c1aafa4c
1 changed files with 2 additions and 5 deletions

View File

@ -336,14 +336,11 @@ and `mu4e-headers-visible-columns'."
:group 'mu4e-view) :group 'mu4e-view)
(defcustom mu4e-view-show-images nil (defcustom mu4e-view-show-images nil
"If non-nil, automatically display images in the view buffer." "If non-nil, automatically display images in the view
buffer. Applies only to the _old_ message view."
:type 'boolean :type 'boolean
:group 'mu4e-view) :group 'mu4e-view)
(make-obsolete-variable 'mu4e-show-images
'mu4e-view-show-images "0.9.9.x")
(defcustom mu4e-view-auto-mark-as-read t (defcustom mu4e-view-auto-mark-as-read t
"Automatically mark messages are 'read' when you read them. "Automatically mark messages are 'read' when you read them.
This is the default behavior, but can be turned off, for example This is the default behavior, but can be turned off, for example