Your message dated Fri, 5 Apr 2024 18:51:32 +0200
with message-id <[email protected]>
and subject line Re: Bug#1068465: plugin thunderbird_labels and
keyboard_shortcuts causing traces
has caused the Debian Bug report #1068465,
regarding plugin thunderbird_labels and keyboard_shortcuts causing traces
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1068465: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1068465
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: roundcube-plugins-extra
Version: 1.4.10+1-4
I got an error like this, trying to set a message Flag:
[05-Apr-2024 15:16:54 UTC] PHP Warning: Undefined property:
rcmail::$imap in
/usr/share/roundcube/plugins/thunderbird_labels/thunderbird_labels.php
on line 318
[05-Apr-2024 15:16:54 UTC] PHP Fatal error: Uncaught TypeError:
array_merge(): Argument #1 must be of type array, null given in
/usr/share/roundcube/plugins/thunderbird_labels/thunderbird_labels.php:327
I think the issue is in function set_flags, around line 318 is a
definition '$imap = $this->rc->imap;'.
The object $this->rc->imap seems to be renamed to $this->rc->storage.
Changing this one line fixed the issue for me.
The same issue can be found in keyboard_shortcuts.
Replacing '$rcmail->imap' with '$rcmail->storage' between lines 104 and
109 fixes the issue there.
--- End Message ---
--- Begin Message ---
Version: 1.6-1
On Fri, 05 Apr 2024 at 18:35:07 +0200, Christian Schwamborn wrote:
> I got an error like this, trying to set a message Flag:
> […]
> The object $this->rc->imap seems to be renamed to $this->rc->storage.
https://github.com/mike-kfed/roundcube-thunderbird_labels/commit/5d36904ddaae0a39d7f12b637b4ac2784bca3ee8
is included in roundcube-plugin-thunderbird-labels=1.6.1-1. See also
#1043513.
> The same issue can be found in keyboard_shortcuts.
> Replacing '$rcmail->imap' with '$rcmail->storage' between lines 104 and
> 109 fixes the issue there.
https://github.com/dapphp/keyboard_shortcuts/commit/08d02540bc2935875ee528a8b555cd35e64110a8
is included in roundcube-plugin-keyboard-shortcuts=3.1-1. See also
#1042731.
--
Guilhem.
signature.asc
Description: PGP signature
--- End Message ---