Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
cc5a012a
...
cc5a012ab9180b977b625795e0937d1d229fc8a2
authored
2002-02-07 07:53:33 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
ifile should be global as well as ofile. It will be needed by authentication handlers.
1 parent
24025b39
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
imap4d/imap4d.c
imap4d/imap4d.c
View file @
cc5a012
...
...
@@ -20,6 +20,7 @@
# include "../MySql/MySql.h"
#endif
FILE
*
ifile
;
FILE
*
ofile
;
mailbox_t
mbox
;
char
*
homedir
;
...
...
@@ -180,8 +181,6 @@ main (int argc, char **argv)
static
int
imap4d_mainloop
(
int
infile
,
int
outfile
)
{
FILE
*
ifile
;
/* Reset hup to exit. */
signal
(
SIGHUP
,
imap4d_signal
);
/* Timeout alarm. */
...
...
Please
register
or
sign in
to post a comment