summaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd21/patches/patch-aa
blob: c6a61b60aeacdb3f9e6a0f4a868073d95e994a28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
$NetBSD: patch-aa,v 1.3 2006/07/07 01:57:43 minskim Exp $

--- imap/imapd.h.orig	2003-02-13 20:15:25.000000000 +0000
+++ imap/imapd.h
@@ -54,18 +54,9 @@ extern char *imapd_userid;
 /* Authorization state for logged in userid */
 extern struct auth_state *imapd_authstate;
 
-/* True if user is an admin */
-extern int imapd_userisadmin;
-
-/* Currently open mailbox */
-extern struct mailbox *imapd_mailbox;
-
 /* Number of messages in currently open mailbox */
 extern int imapd_exists;
 
-/* Name of client host */
-extern char imapd_clienthost[];
-
 /* List of strings, for fetch and search argument blocks */
 struct strlist {
     char *s;			/* String */