Displaying 1 result from an estimated 1 matches for "6525704".
2005 Aug 26
0
1.0alpha1: assert and core
...have_eoh = 1,
need_rewrite = 0, seen_imapbase = 0, pseudo = 0, updated = 0, recent = 0,
dirty = 0, imapbase_rewrite = 0, imapbase_updated = 0}
(gdb) print *mail
$3 = {uid = 1644, idx_seq = 1644, keywords = {buffer = 0x0, element_size = 0},
flags = 0 '\0', uid_broken = 1, from_offset = 6525704, body_size = 1151,
offset = 6525755, space = -4}
(gdb) print ctx->mail.uid_broken
$4 = 0
(gdb) print ctx->mail.uid
$5 = 1655
(gdb) print mail. ->uid
$6 = 1644
(gdb) print ctx->mail.keywords
$7 = {buffer = 0x0, element_size = 0}
(gdb) print &ctx->mail.keywords
$8 = (array_t *) 0...