-2009-06-13 14:36 -0700 Brendan Cully <brendan@kublai.com> (b12adeefffda)
+2009-06-14 08:47 -0700 Brendan Cully <brendan@kublai.com> (45969ea3195e)
+
+ * sendlib.c: Initialize pointer before use under -d4
+
+2009-06-13 19:52 -0700 Brendan Cully <brendan@kublai.com> (83ffb5593bc6)
+
+ * curs_main.c: Adjust menu position after sync more
+ carefully. Closes #3092.
* init.h: Force status to redraw when $postponed changes.
return -1;
}
- /* This function is only called when the calling code expects the context
+ /* This function is only called when the calling code expects the context
* to be changed. */
imap_allow_reopen (ctx);
return rc;
/* if we are expunging anyway, we can do deleted messages very quickly... */
- if (expunge && mutt_bit_isset (idata->ctx->rights, M_ACL_DELETE))
+ if (expunge && mutt_bit_isset (ctx->rights, M_ACL_DELETE))
{
if ((rc = imap_exec_msgset (idata, "UID STORE", "+FLAGS.SILENT (\\Deleted)",
M_DELETED, 1, 0)) < 0)
/* We must send an EXPUNGE command if we're not closing. */
if (expunge && !(ctx->closing) &&
- mutt_bit_isset(idata->ctx->rights, M_ACL_DELETE))
+ mutt_bit_isset(ctx->rights, M_ACL_DELETE))
{
mutt_message _("Expunging messages from server...");
/* Set expunge bit so we don't get spurious reopened messages */