Mu4e: Use more robust xwidget support check
This shouldn't be defined unless the C library is present.
This commit is contained in:
parent
1b9dce8fcd
commit
9673b66dc1
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@
|
|||
(when (fboundp 'imagemagick-register-types)
|
||||
(imagemagick-register-types))
|
||||
|
||||
(when (fboundp 'xwidget-webkit-browse-url)
|
||||
(when (fboundp 'make-xwidget)
|
||||
(push '("view with xwidgets" . mu4e-action-view-with-xwidget)
|
||||
mu4e-view-actions))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue