summaryrefslogtreecommitdiffstats
path: root/imap/imap.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2000-02-28 17:27:21 +0000
committerThomas Roessler <roessler@does-not-exist.org>2000-02-28 17:27:21 +0000
commit112add1c97fafc6b74bc161b83584b63bd33f1b6 (patch)
tree71d4185f0a6cb4435a02e038e1a9a27ffac439f2 /imap/imap.h
parent63dec8b1f49e5056cfd416eaa4ce5cd12652089b (diff)
Don't do Context updates from the background.
Diffstat (limited to 'imap/imap.h')
-rw-r--r--imap/imap.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/imap/imap.h b/imap/imap.h
index a88479f2..3d90d2f1 100644
--- a/imap/imap.h
+++ b/imap/imap.h
@@ -51,6 +51,9 @@ int imap_mailbox_check (char *path, int new);
int imap_subscribe (char *path, int subscribe);
int imap_complete (char* dest, size_t dlen, char* path);
+void imap_allow_reopen (CONTEXT *ctx);
+void imap_disallow_reopen (CONTEXT *ctx);
+
/* browse.c */
int imap_init_browse (char *path, struct browser_state *state);