Displaying 4 results from an estimated 4 matches for "_include_".
Did you mean:
_includes_
2017 Jan 19
2
Sieve removeflag Action
* Stephan Bosch <stephan at rename-it.nl> 2017.01.14 12:35:
> Fixed:
>
> https://github.com/dovecot/pigeonhole/commit/772485538302957ebada484b6eedec57136bc737
Hi Stephan,
I recently noticed that the 'flags' still cause issues when using an _include_ script like:
require ["include","copy","fileinto","imap4flags","vacation"];
include :global "global";
In this case the file options work fine, but the flags are not set.
Regards
Thomas
-------------- next part --------------
A non-text...
2017 Jan 13
3
Sieve removeflag Action
* Stephan Bosch <stephan at rename-it.nl> 2017.01.13 13:50:
> So, that performs as expected. However, when I test this with LDA, ? can
> reproduce your problem:
>
> $ doveadm fetch flags mailbox "Trash" 1
> flags: \Recent
> $ doveadm fetch flags mailbox "INBOX" 1
> flags: \Recent
>
> Will investigate more later today...
Thanks for confirming
2017 Jan 19
0
Sieve removeflag Action
...> * Stephan Bosch <stephan at rename-it.nl> 2017.01.14 12:35:
>
>> Fixed:
>>
>> https://github.com/dovecot/pigeonhole/commit/772485538302957ebada484b6eedec57136bc737
> Hi Stephan,
>
> I recently noticed that the 'flags' still cause issues when using an _include_ script like:
>
> require ["include","copy","fileinto","imap4flags","vacation"];
> include :global "global";
>
> In this case the file options work fine, but the flags are not set.
Could you provide a more detailed example?...
2006 May 06
3
Tip, may even be useful
Here''s something that caused me a couple of hours of head-scratching
today:
Apparently, if your model doesn''t derive from ActiveRecord, it is NOT
reloaded for each operation in the development environment.
I was working with something that uses a single model per session, and
stores its data in the session. I kept wondering why I didn''t see my
changes. Finally, I