Displaying 3 results from an estimated 3 matches for "_messages".
Did you mean:
messages
2006 Apr 23
0
Using Paginator outside of controllers
I am doing this in _messages.rthml:
<% shout_pages = Paginator.new self,
Shout.length,
30,
@params[''page''] %>
<% shouts = Shout.find :all,
:order => "timestamp desc",
:limit => @story_pages.items_per_page,...
2017 Jan 17
2
Dynamic autoexpunge for IMAP folders
So, returning from the LDAP userdb does not change situation.
As I said, I would to set folder names dynamicaly, without setting
up a mailbox in advance.
Here the problem is discussed
http://www.dovecot.org/list/dovecot/2013-August/092023.html
but no solution is found apart from defining the namespace in the
static config, see here
http://www.dovecot.org/list/dovecot/2013-August/092053.html
As
2017 Jan 18
0
Dynamic autoexpunge for IMAP folders
...I cannot put the folders into the config.
You need to list what mailboxes exist:
namespace/inbox/mailbox=foo bar
namespace/inbox/mailbox/foo/autoexpunge=6h
namespace/inbox/mailbox/bar/autoexpunge=6h
If there are spaces, they need escaping. I think for spaces it was:
namespace/inbox/mailbox=Sent\_Messages
>
> Thorsten
>
> On Tue, Jan 17, 2017 at 12:14 PM, Thomas Leuxner <tlx at leuxner.net> wrote:
>
>> * Thorsten Hater <thorsten.hater at gmail.com> 2017.01.17 12:04:
>>
>>> userdb {
>>> driver = static
>>> args = namespace/i...