mu4e-view-mime-part-action: unbreak prefix arg

As proposed by user @foudfou on Github.

Fixes #2776.
This commit is contained in:
Dirk-Jan C. Binnema
2024-10-28 21:56:56 +02:00
parent b4adf328f4
commit 7e6ab29f12

View File

@ -421,7 +421,7 @@ If N is not specified, ask for it. For instance, '3 A o' opens
the third MIME-part."
;; (interactive
;; (list (read-number "Number of MIME-part: ")))
(interactive)
(interactive "P")
(let* ((parts (mu4e-view-mime-parts))
(candidates (seq-map
(lambda (part)