mu4e-view: rename mu4e~view -> mu4e--view

Our long-running migration from mu4e~ -> mu4e-- takes another step.
This commit is contained in:
Dirk-Jan C. Binnema
2022-12-24 10:02:21 +02:00
parent 2bb270eb07
commit 1799c69451
6 changed files with 122 additions and 122 deletions

View File

@ -84,7 +84,7 @@
(gnus-icalendar-setup)
(cl-defmethod gnus-icalendar-event:inline-reply-buttons :around
((event gnus-icalendar-event) handle)
(if (and (boundp 'mu4e~view-rendering)
(if (and (boundp 'mu4e--view-rendering)
(gnus-icalendar-event:rsvp event))
(let ((method (gnus-icalendar-event:method event)))
(when (or (string= method "REQUEST") (string= method "PUBLISH"))