Thunderbird issues with read status

Franz Skale i.bin at dah.am
Sat Jun 24 09:40:51 CEST 2017


Am 24.06.17 um 08:44 schrieb Aleksander Machniak:
> On 06/23/2017 09:14 PM, Franz Skale wrote:
>> Hi Aleksander,
>> that's weird because the version (debian 8 kolab16) is 0.9.2.1
>> *src/rules/kolab_guam_rule_filter_groupware.erl:32:apply_to_client_message(ImapSession,
>> Buffer, { Tag, Command, Data }, State) ->*
> It's clear the patch is not applied.
>
Hi Aleksander,

of cource the patch has been applied to version 0.9.2-1.

This is the line: (32).


apply_to_client_message(ImapSession, Buffer, { Tag, Command, Data }, 
State) ->
     { Active, StateTag } =
     case is_triggering_command(Command, Data, State) of
         true -> fetch_metadata(ImapSession, State), { true, Tag };
         _ -> { false, <<>> }
     end,
     %lager:info("Client sent: ~s ~s ~p", [Command, Data, Active]),
     { Buffer, State#state{ active = Active, tag = StateTag }}.


And this i added from 0.9.3 (git master).

Line 20:

apply_to_client_message(_ImapSession, Buffer, undefined, State) ->
     { Buffer, State };


Rgds.

Franz


More information about the users mailing list