Displaying 4 results from an estimated 4 matches for "emails_virtual".
2019 Feb 19
2
Virtual mailbox shows mails that are too old
Hello,
I'm using dovecot on my personal / private email server.
I have set up virtual mailboxes in my inbox namespace like this:
namespace inbox {
inbox = yes
prefix = "Virtual/"
separator = /
location = "virtual:~/.emails_virtual:LAYOUT=fs:INDEX=dovecot.virtual.index:LISTINDEX=dovecot.virtual.list.index"
list = yes
subscriptions = yes
mailbox {
auto = subscribe
}
}
I had quite some trouble with it at first with UIDs changing all the
time, but after adding INDEX and LISTINDEX it started to work just fine....
2017 Aug 07
2
Virtual mailboxes, index update issues
...7 days of all mailboxes)
...
The virtual mailboxes in general are working great. However, there is one
annoying behavior I would like to fix.
If I define my virtual mailboxes like this:
namespace inbox {
inbox = yes
prefix = "Virtual/"
separator = /
location = "virtual:~/.emails_virtual:LAYOUT=fs"
list = yes
subscriptions = yes
}
All programs can work with this mailbox. However, the index are not kept in
sync. Let's say I mark some emails as "read" in the "Unread" mailbox, then
they will still be in "unread"-state in the LastDay and La...
2017 Aug 08
0
Virtual mailboxes, index update issues
...irtual mailboxes in general are working great. However, there is one annoying behavior I would like to fix.
>
> If I define my virtual mailboxes like this:
>
> namespace inbox {
> inbox = yes
> prefix = "Virtual/"
> separator = /
> location = "virtual:~/.emails_virtual:LAYOUT=fs"
> list = yes
> subscriptions = yes
> }
>
> All programs can work with this mailbox. However, the index are not kept in sync. Let's say I mark some emails as "read" in the "Unread" mailbox, then they will still be in "unread"-state...
2019 Feb 19
0
Virtual mailbox shows mails that are too old
...div>
<br>
</div>
<div>
namespace inbox {
</div>
<div>
inbox = yes
</div>
<div>
prefix = "Virtual/"
</div>
<div>
separator = /
</div>
<div>
location = "virtual:~/.emails_virtual:LAYOUT=fs:INDEX=dovecot.virtual.index:LISTINDEX=dovecot.virtual.list.index"
</div>
<div>
list = yes
</div>
<div>
subscriptions = yes
</div>
<div>
mailbox {
</div>
<div>
auto = subscribe
</div>
&...