search for: mbox_is_valid_mask

Displaying 2 results from an estimated 2 matches for "mbox_is_valid_mask".

2005 Jan 07
2
imap catches sig 11 on EXPUNGE
...ted. 38 EXPUNGE read:errno=0 (hangs until emacs is killed) So in each case, it seems to happen on EXPUNGE. I got it to produce a core file, and this is the backtrace: (gdb) where #0 0x08071a58 in mail_index_lookup_field_raw () #1 0x080666b6 in mbox_mail_get_location () #2 0x08063111 in mbox_is_valid_mask () #3 0x08063553 in mbox_expunge_locked () #4 0x0806a9c3 in index_storage_expunge () #5 0x08051cc6 in cmd_expunge () #6 0x08054ae9 in _client_reset_command () #7 0x08054b78 in _client_input () #8 0x0808b108 in io_loop_handler_run () #9 0x0808aa98 in io_loop_run () #10 0x0805ac29 in main ()...
2004 Jul 21
1
namespaces and behaviour of LIST and SELECT with leading ~
...uot;IMAP/Queue" * LIST (\NoInferiors) "/" "IMAP/Sent" * LIST (\NoInferiors) "/" "IMAP/Drafts" * LIST (\NoInferiors) "/" "IMAP/Blah" 1 OK List completed. Good 1 list "" ~/IMAP/% 1 OK List completed. Oops (being caught by mbox_is_valid_mask as prefix begins with ~ and the client supplied prefix is being tested, not the virtual one after namespace prefix substitution) But... 1 select Blah * FLAGS (\Answered \Flagged \Deleted \Seen \Draft) * OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft \*)] Flags permitted.* 5 EXISTS...