--- imapfilter/account.c 2003/07/31 15:46:02 1.1 +++ imapfilter/account.c 2003/08/01 13:30:04 1.2 @@ -14,7 +14,7 @@ account_t *accounts = NULL; /* First node of accounts linked list. */ mboxgrp_t *mboxgrps = NULL; /* First node of mailbox-groups tree. */ -static account_t *cur_acct = NULL; /* Current account. */ +account_t *cur_acct = NULL; /* Current account. */ void init_account(account_t * node);