Re: v2 Image toggle fixes for emacs 29.1

2023-10-01 Thread David Bremner
Michael J Gruber  writes:

> Am So., 1. Okt. 2023 um 13:13 Uhr schrieb David Bremner :
>>
>> I have applied this series to release and master (and uploaded a
>> pre-release for 0.38.1)
>
> Is "pre" the new "rc", or how is this supposed to sort?
>
> Michael

sorry about that. yeah, luckily rc1 sorts after pre0, so I guess I can
switch if/when there is a second release candidate.
___
notmuch mailing list -- [email protected]
To unsubscribe send an email to [email protected]


Re: v2 Image toggle fixes for emacs 29.1

2023-10-01 Thread Michael J Gruber
Am So., 1. Okt. 2023 um 13:13 Uhr schrieb David Bremner :
>
> I have applied this series to release and master (and uploaded a
> pre-release for 0.38.1)

Is "pre" the new "rc", or how is this supposed to sort?

Michael
___
notmuch mailing list -- [email protected]
To unsubscribe send an email to [email protected]


Re: v2 Image toggle fixes for emacs 29.1

2023-10-01 Thread David Bremner
David Bremner  writes:

> This obsoletes the series
>
>  id:[email protected]
>
> The update consists of the following bugfix:
>

I have applied this series to release and master (and uploaded a
pre-release for 0.38.1)

d
___
notmuch mailing list -- [email protected]
To unsubscribe send an email to [email protected]


v2 Image toggle fixes for emacs 29.1

2023-09-24 Thread David Bremner
This obsoletes the series

 id:[email protected]

The update consists of the following bugfix:

diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el
index 7a4b489d..4cc5aa57 100644
--- a/emacs/notmuch-show.el
+++ b/emacs/notmuch-show.el
@@ -1036,7 +1036,7 @@ will return nil if the CID is unknown or cannot be 
retrieved."
   ;; We have to save the depth as we can't find the depth
   ;; when narrowed.
   (depth (notmuch-show-get-depth))
-  (mime-type (plist-get part-args :computed-type)))
+  (mime-type (plist-get (cadr part-args) :computed-type)))
   (save-restriction
(narrow-to-region part-beg part-end)
(delete-region part-beg part-end)



___
notmuch mailing list -- [email protected]
To unsubscribe send an email to [email protected]