search for: imap_match_no

Displaying 4 results from an estimated 4 matches for "imap_match_no".

2005 Apr 11
1
LSUB matches prefix bug?
...(or should it list it as 'LSUB (\Noselect) "/" "#maildir"'?) :- --- dovecot-1.0-stable.orig/src/imap/cmd-list.c Fri Mar 18 20:00:44 2005 +++ dovecot-1.0-stable/src/imap/cmd-list.c Mon Apr 11 18:29:33 2005 @@ -218,7 +218,7 @@ match = ns->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;...
2005 Mar 15
0
empty namespace prefix doesn't honor hidden (PATCH)
...15 Mar 2005 16:15:27 -0000 @@ -213,7 +213,7 @@ ctx->inbox && cur_ref == ctx->ref, ns->sep); if (*cur_ref != '\0' || *cur_prefix == '\0') - match = IMAP_MATCH_CHILDREN; + match = ns->hidden ? IMAP_MATCH_NO : IMAP_MATCH_CHILDREN; else { len = strlen(cur_prefix); if (cur_prefix[len-1] == ns->sep) -- Internet Connection High Quality Web Hosting http://www.internetconnection.net/
2007 Oct 27
4
do 1.1b4 assertion failed: (mailbox_list_is_valid_existing_name
...0b0) at cmd-list.c:642 ns = (struct mail_namespace *) 0x5fd848 cur_ns_prefix = 0x5fd880 "#shared/decs/" cur_ref = 0x5f4318 "" pat = (const char * const *) 0x5f4298 pattern = 0x611178 "#shared/decs/backups/%" inbox_match = IMAP_MATCH_NO used_patterns = {arr = {buffer = 0x5f4260, element_size = 8}, v = 0x5f4260, v_modifiable = 0x5f4260} inboxcase = false #16 0x0000000000417738 in cmd_list_continue (cmd=0x60d048) at cmd-list.c:673 ctx = (struct cmd_list_context *) 0x60d0b0 ret = 1 #17 0x0000000000417e...
2009 Dec 30
3
1.2.9 imap crash with backtrace
...res.c:443 No locals. #5 0x080f0fb9 in i_panic ( format=0x8109dcc "file %s: line %d (%s): assertion failed: (%s)") at failures.c:207 No locals. #6 0x08063360 in ns_get_listed_prefix (ctx=0x9bbfec8, have_children=true) at cmd-list.c:242 glob = 0x9bb55d0 match = IMAP_MATCH_NO __PRETTY_FUNCTION__ = "ns_get_listed_prefix" #7 list_namespace_send_prefix (ctx=0x9bbfec8, have_children=true) at cmd-list.c:266 i = <value optimized out> flags = <value optimized out> name = 0x9bbf480 "INBOX." str = <v...