/* int rc = */ mx_path_canon2(m, Folder);
}
-
- /* mailbox can be opened twice by postpone/sendlib/trash code
- * as workaround we set the context only the first time and for mailbox
- * without APPEND flag */
- if (!m->ndata && !(flags & MUTT_APPEND))
- {
- m->notify = ctx_mailbox_changed;
- m->ndata = ctx;
- }
+ m->notify = ctx_mailbox_changed;
+ m->ndata = ctx;
if ((m->magic == MUTT_UNKNOWN) && (flags & MUTT_NEWFOLDER))
{