Commit 393014be 393014bea904a6d9e258564456831667e196390b by Sergey Poznyakoff

(imap4d_select0): Call imap4d_set_observer()

1 parent bed36ed4
/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 1999, 2001 Free Software Foundation, Inc.
Copyright (C) 1999, 2001, 2003, 2005 Free Software Foundation, Inc.
GNU Mailutils is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
......@@ -64,6 +64,9 @@ imap4d_select0 (struct imap4d_command *command, char *arg, int flags)
{
select_flags = flags;
state = STATE_SEL;
imap4d_set_observer (mbox);
if ((status = imap4d_select_status ()) == 0)
{
free (mailbox_name);
......