Merge pull request #1951 from Chris00/master

Make URLs clickable again
This commit is contained in:
Dirk-Jan C. Binnema 2021-03-17 23:14:27 +02:00 committed by GitHub
commit 03c7bb1eab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -480,6 +480,7 @@ list."
(defvar mu4e-view-active-urls-keymap
(let ((map (make-sparse-keymap)))
(define-key map [down-mouse-1] 'mu4e~view-browse-url-from-binding)
(define-key map [mouse-1] 'mu4e~view-browse-url-from-binding)
(define-key map (kbd "M-<return>") 'mu4e~view-browse-url-from-binding)
map)

View File

@ -45,7 +45,7 @@
(put 'mu4e~gnus-article-mime-handles 'permanent-local t)
(defun mu4e~view-gnus (msg)
"View MSG using Gnus' article mode. Experimental."
"View MSG using Gnus' article mode."
(let ((path (mu4e-message-field msg :path))
(inhibit-read-only t)
(mm-decrypt-option 'known)