Displaying 2 results from an estimated 2 matches for "dovecot_virtual".
2019 Feb 19
2
Virtual mailbox shows mails that are too old
...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.
I've created dovecot_virtual files like this one:
$ cat ~/.emails_virtual/2-LastDay/dovecot-virtual
*
-Trash
-Sent
-Drafts
-Spam
-Virtual
-Virtual/*
  all younger 86400
After stopping dovecot and deleting the index files and restarting
dovecot, the virtual mailbox shows all mail from the last day - as
expected. But after one...
2019 Feb 19
0
Virtual mailbox shows mails that are too old
...v>
   <div>
    I had quite some trouble with it at first with UIDs changing all the
   </div>
   <div>
    time, but after adding INDEX and LISTINDEX it started to work just fine.
   </div>
   <div>
    <br>
   </div>
   <div>
    I've created dovecot_virtual files like this one:
   </div>
   <div>
    $ cat ~/.emails_virtual/2-LastDay/dovecot-virtual
   </div>
   <div>
    *
   </div>
   <div>
    -Trash
   </div>
   <div>
    -Sent
   </div>
   <div>
    -Drafts
   </div>
   <div>...