mu4e: fix some compiler warnings in mu4e-view

This commit is contained in:
djcb
2017-09-02 15:37:35 +03:00
parent b8eba8f1fc
commit 2811370d7e

View File

@ -79,18 +79,22 @@ In the format of `format-time-string'."
"The maximum width for images to display. "The maximum width for images to display.
This is only effective if you're using an emacs with Imagemagick This is only effective if you're using an emacs with Imagemagick
support, and `mu4e-view-show-images' is non-nil." support, and `mu4e-view-show-images' is non-nil."
:type 'integer
:group 'mu4e-view) :group 'mu4e-view)
(defcustom mu4e-view-image-max-height 600 (defcustom mu4e-view-image-max-height 600
"The maximum height for images to display. "The maximum height for images to display.
This is only effective if you're using an emacs with Imagemagick This is only effective if you're using an emacs with Imagemagick
support, and `mu4e-view-show-images' is non-nil." support, and `mu4e-view-show-images' is non-nil."
:type 'integer
:group 'mu4e-view) :group 'mu4e-view)
(defcustom mu4e-view-scroll-to-next t (defcustom mu4e-view-scroll-to-next t
"If non-nil, move to the next message when calling "If non-nil, move to the next message when calling
`mu4e-view-scroll-up-or-next' (typically bound to SPC) when at the `mu4e-view-scroll-up-or-next' (typically bound to SPC) when at the
end of a message. Otherwise, don't move to the next message.") end of a message. Otherwise, don't move to the next message."
:type 'boolean
:group 'mu4e-view)
(defcustom mu4e-save-multiple-attachments-without-asking nil (defcustom mu4e-save-multiple-attachments-without-asking nil
"If non-nil, saving multiple attachments asks once for a "If non-nil, saving multiple attachments asks once for a