]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch-show.el
emacs: use def instead of initial-input for notmuch-show-browse-urls
[notmuch] / emacs / notmuch-show.el
index 214e279fde2af643762f26b39138088e5e3217d6..079281c341f0ea433d569d441f592ccea8058db6 100644 (file)
@@ -2559,7 +2559,7 @@ browsing."
        (prompt (if kill "Copy URL to kill ring: " "Browse URL: "))
        (fn (if kill #'kill-new #'browse-url)))
     (if urls
-       (funcall fn (completing-read prompt (cdr urls) nil nil (car urls)))
+       (funcall fn (completing-read prompt urls nil nil nil nil (car urls)))
       (message "No URLs found."))))
 
 (provide 'notmuch-show)