summaryrefslogtreecommitdiff
path: root/imap4d
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-02-16 12:52:07 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-02-16 12:52:07 +0000
commit393014bea904a6d9e258564456831667e196390b (patch)
treeec44c7b54fda3c5b47083406cfad54b34e442145 /imap4d
parentbed36ed45d82e59f7af54901dfc0a9682446ae4d (diff)
downloadmailutils-393014bea904a6d9e258564456831667e196390b.tar.gz
mailutils-393014bea904a6d9e258564456831667e196390b.tar.bz2
(imap4d_select0): Call imap4d_set_observer()
Diffstat (limited to 'imap4d')
-rw-r--r--imap4d/select.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/imap4d/select.c b/imap4d/select.c
index 5f2d94f4c..bd219edeb 100644
--- a/imap4d/select.c
+++ b/imap4d/select.c
@@ -1,5 +1,5 @@
/* 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);

Return to:

Send suggestions and report system problems to the System administrator.