Displaying 4 results from an estimated 4 matches for "mailbox_flags".
2005 Apr 11
1
LSUB matches prefix bug?
...->hidden ? IMAP_MATCH_NO :
imap_match(ctx->glob, cur_prefix);
- if (match == IMAP_MATCH_YES) {
+ if ((match == IMAP_MATCH_YES) && !ctx->lsub) {
/* The prefix itself matches */
enum mailbox_flags flags;
string_t *str = t_str_new(128);
Best Wishes,
Chris
--+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+--
Christopher Wakelin, c.d.wakelin at reading.ac.uk
IT Services Centre, The University of Reading, Te...
2016 Apr 12
2
fts-lucene with virtual folders
Hi,
It looks like I've found something strange. It looks like dovecot
updates fts-lucene index every time I'm opening virtual folder that
contains FTS query:
indexer-worker(dion): Warning: fts-lucene: Settings have changed, rebuilding index for mailbox
dovecot-virtual is pretty simple:
archive/INBOX
BODY "test"
first of all, I'm trying to perform FTS in archive/INBOX
2016 May 29
4
fts lucene crashes in 2.2.24
...m -v index -u anmesse INBOX
Program received signal SIGSEGV, Segmentation fault.
rescan_clear_unseen_mailbox (rescan_ctx=rescan_ctx at entry=0x0,
vname=0x555555839820 "INBOX.Testfolder 2", hdr=hdr at entry=0x7fffffffdaf0) at
lucene-wrapper.cc:831
831 (enum mailbox_flags)0);
(gdb) bt full
#0 rescan_clear_unseen_mailbox (rescan_ctx=rescan_ctx at entry=0x0,
vname=0x555555839820 "INBOX.Testfolder 2", hdr=hdr at entry=0x7fffffffdaf0) at
lucene-wrapper.cc:831
box = 0x7ffff76fd0ad <mailbox_list_iter_next+285>
metadata = {guid = "\230...
2005 Jul 20
3
Another minor IMAP LIST issue
I've just noticed that Dovecot 1.0-stable and 1.0-test78 don't include
mbox folders with names beginning with "." in the IMAP LIST output.
These are often used to store "hidden" folders for storing things like
IMAP client configuration (e.g. Pine 4.x, IMHO, Prayer). Usually the
user shouldn't be able to see these, but there are occassions when they
might. It seems